Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| habrok:examples:gaussian [2025/04/17 12:45] – fokke | habrok:examples:gaussian [2026/03/29 22:07] (current) – pedro | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Gaussian ====== | ====== Gaussian ====== | ||
| - | **Please be aware that we don't have a site license for Gaussian.** People | + | **Please be aware that we don't have a site license for Gaussian.** People |
| < | < | ||
| module load Gaussian | module load Gaussian | ||
| Line 10: | Line 10: | ||
| The following example can be used as a job script for running Gaussian jobs: | The following example can be used as a job script for running Gaussian jobs: | ||
| - | < | + | < |
| #!/bin/bash | #!/bin/bash | ||
| #SBATCH --job-name=gaussian | #SBATCH --job-name=gaussian | ||
| Line 23: | Line 23: | ||
| srun g16 inputfile.inp outputfile.out | srun g16 inputfile.inp outputfile.out | ||
| </ | </ | ||
| - | Gaussian can only do shared memory parallel calculations, | + | Gaussian can only do shared memory parallel calculations, |
| Finally, make sure to use the same number of requested cores and same amount of memory in your Gaussian input file, e.g.: | Finally, make sure to use the same number of requested cores and same amount of memory in your Gaussian input file, e.g.: | ||