Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Whats wrong with my Gaussian resource requests?

0
Posted

Whats wrong with my Gaussian resource requests?

0

When submitting Gaussian jobs to PBS, you have to specify resource requirements in two places. What you specify as qsub options (-lvmem etc) are what is reserved for your jobs use. Gaussian knows nothing about these reservations, eg. specifying qsub -lncpus=4 will not cause Gaussian to use 4 cpus. You tell Gaussian what resources to actually use in your Gaussian input file with directives like %mem and %nproc. Naturally, whatever you tell Gaussian to use should fit inside what you have requested PBS to reserve for your job. Obviously what you specify with -lncpus should be reflected in the Gaussian %nproc line. For memory requests, the %mem line in your Gaussian input file specifies the work area that Gaussian uses. Gaussian also needs memory for the program, other data and shells etc. To safely allow for this other memory, the %mem value should be about 500-600MB less than the PBS -lvmem value (possibly more in some cases). You can tune this difference with experience by comparing the

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123