This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:gaussian [2013/07/16 13:18] wikiadmin [Example moab job script for g09.A01] |
howto:gaussian [2025/10/17 09:51] (current) alopis [Easy Gaussian09 and Gaussian16 PBS creation and submission] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Gaussian at CHPC ====== | ====== Gaussian at CHPC ====== | ||
| - | | + | This license can only be used by CHPC registered users, which are associated with either |
| + | Gaussian can be run over 1 or 2 nodes (see example below) | ||
| - | We have two versions of Gaussian 09 installed at CHPC. | + | ====Easy Gaussian09 and Gaussian16 PBS creation and submission==== |
| - | Here is an example on how to access them: | + | |
| - | embele@login01: | + | In order to see all available |
| - | embele@login01: | + | |
| - | embele@login01:~/scratch5 $ module add gaussian/ | + | |
| - | + | ||
| - | + | ||
| - | ====Example moab job script for g09.A01==== | + | |
| + | module load chpc/ | ||
| - | #/bin/csh | + | Execute **qg09_E01** or **qg16_A03** or **qg16_B01** or **qg16_C01** |
| - | #MSUB -l nodes=1: | + | |
| - | #MSUB -l feature=dell | + | |
| - | #MSUB -l walltime=2: | + | |
| - | #MSUB -m be | + | |
| - | #MSUB -V | + | |
| - | #MSUB -o / | + | |
| - | #MSUB -e / | + | |
| - | #MSUB -d / | + | |
| - | + | ||
| - | source / | + | |
| - | source / | + | |
| - | module add gaussian/ | + | |
| - | g09 < input.com > output.log | + | |
| - | | + | |
| - | ====Example moab job script | + | This script |
| - | + | Also takes care of jobs running over more than one node with LINDA and does cleanup of temporary GAU files when job is completed/ | |
| - | #/bin/csh | + | EXAMPLE1 |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | + | | |
| - | + | | |
| - | | + | |
| - | | + | Do you wish to submit job to cluster (y/n) |
| - | | + | |
| - | | + | |
| - | Both examples above use this example of a gaussian | + | EXAMPLE2 [PLEASE TAKE NOTE OF EMPTY SPACES] |
| + | Enter project name/ | ||
| + | CHEM0100 | ||
| + | Enter input file (with .com or .gjf extension) | ||
| + | test.gjf | ||
| + | Enter number of nodes on which to run job | ||
| | | ||
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | testing@gmail.com |
| - | | + | Generated pbs file for test |
| - | C | + | Do you wish to submit job to cluster |
| - | O -3.05859100 | + | |
| - | N | + | |
| - | H | + | |
| - | C -0.75900100 | + | If you wish to use the utility **formchk** (to create readable format files for visualisers) please do the following. |
| - | C 0.14379200 | + | |
| - | C 0.59047400 | + | |
| - | C 1.59689900 | + | |
| - | C 0.08697100 | + | |
| - | C 2.05278100 | + | Then the command **formcheck** should be available for use. Other Gaussian commands should also be available, such as **freqchk** and **chkchk**. |
| - | C -0.14011000 | + | |
| - | C 1.35866600 | + | |
| - | C 1.32989700 | + | |
| - | C 1.66721100 | + | You can use a **checkpoint file (.chk)** which will allow you to continue with a 2nd (or subsequent) calculation from close to where the initial/ |
| - | C 2.20428100 | + | |
| - | C 0.60162500 | + | https:// |
| - | N -0.63668200 | + | |
| - | O 0.86964000 | + | https:// |
| - | H -1.43757500 | + | |
| - | | + | https:// |
| - | | + | |
| - | | + | https://www.researchgate.net/ |
| - | H 0.43696300 | + | |
| - | H 2.07960500 | + | Very occassionally |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| + | Please **recheck** your molecular **geometry very carefully** to ensure there are no issues - this will result in calculations which take much longer than necessary. | ||