

- GAUSSIAN SOFTWARE MANUAL
- GAUSSIAN SOFTWARE SOFTWARE
- GAUSSIAN SOFTWARE CODE
- GAUSSIAN SOFTWARE LICENSE

The development of computational algorithms that may compete with those of Gaussian
GAUSSIAN SOFTWARE CODE
The source code cannot be used or accessed by any individual involved in Of Gaussian 09 with their competitors' products (i.e. NO use of this program to compare the performance
GAUSSIAN SOFTWARE SOFTWARE
NO commercial development or application in software being developed forĬommercial release is permitted. IMPORTANT NOTE: The licensing agreement with Gaussian allows for the use of this program ONLY forĪcademic research purposes and only for research done in association with the University The user's guide is also available online at the Gaussian web site.
GAUSSIAN SOFTWARE MANUAL
A user's guide and a programmer's reference manual are available from Gaussian and Please direct questions regarding Gaussian to the Gaussian developers. ember, ash, kingspeak: /uufs//sys/pkg/gaussian09/EM64T.lonepeak : /uufs//sys/pkg/gaussian09/EM64TL.Gaussian 09 is the newest version of the Gaussian quantum chemistry package, replacing NOTE- Gaussian09 has been replaced by Gaussian 16 in early 2017 University Application Heath Summary - NOC.Narwhal User Guide (Protected Environment Statistics).Learn more about allocating memory for Slurm jobs. If you are running on Della then see the Della section above. This calculation will run for about 25 minutes using 8 CPU-cores. Launch a Gaussian test job by running the following commands: To run Gaussian on Della one must first get a faculty-sponsored account and then put in a separate request to use the software. To submit the job use the following command: For instance, if you are using ntasks=8 and mem=40G then in your input file (e.g., ): The Gaussian user manual is also a valuable resource.īe sure to sync your Slurm script with the header of the input file. Avogadro is recommended for new users of Gaussian. This tutorial shows how to build input files using the Avogadro GUI, which is free. In the Slurm script above, is the Gaussian input file. You also need to specify how much memory is required. On Adroit there are 32 CPU-cores per node and on Della there are between 28 and 32 (since the older Intel Ivy Bridge nodes cannot be used). Use the snodes command for more info.
GAUSSIAN SOFTWARE LICENSE
The Slurm script should always use -nodes=1 for all Gaussian jobs since our license does not support multi-node (Linda) calculations. Be sure to choose a conservative value of since as increases the queue time increases and the parallel efficiency decreases. The number of CPU-cores is set by your choice of. #SBATCH -mail-type=end # send email when job ends #SBATCH -mail-type=begin # send email when job begins #SBATCH -time=01:00:00 # total run time limit (HH:MM:SS) #SBATCH -mem=40G # total memory per node (4G per cpu-core is default) #SBATCH -cpus-per-task=1 # cpu-cores per task (>1 if multi-threaded tasks)

#SBATCH -ntasks= # total number of tasks across all nodes #SBATCH -job-name=gaussian # create a short name for your job Follow the steps above to resolve this.Īll Gaussian calculations on Adroit and Della must be submitted through the job scheduler. Below is a sample Slurm script for a Gaussian 16 job on Adroit: If you do not see these modules then you have not been added to the g03 Linux group. A request will be made to Research Computing to make Gaussian available to you on Adroit (or in some cases Della).Īfter you have access, to see the available modules run these commands: Sign and return the confidentially agreement. You will need to complete a confidentially agreement.

