GAMESS
The General Atomic and Molecular Electronic Structure System (GAMESS) is a general ab initio quantum chemistry package.
Usage
Version | module name |
---|---|
30 June 2021 | gamess/30Jun2021 |
Required modules
- intel/2021.3.0
- mvapich2/2.3.4 OR mpich/3.3.2
rungms [Prefix for GAMESS Input file] > [Output file name]
rungms nh3 > nh3.out
Note
The rungms script has been modified to use SLURM variable, SLURM_NTASKS_PER_NODE. You need to specify number of tasks per node requested (--ntasks-per-node) else the rungms script will fail.
If you use GAMESS on other resources such as XSEDE, take note that the rungms script has been modified to run on Sol. Please refer to the user docs for the resource in question for help in running GAMESS.
Example
Tips
GAMESS does not provide a comprehensive basis set. Most likely you would need to add the basis set in your input file. Alternatively, you can create a file that contains the basis set i.e. create your own basis set database. Use the environmental variable EXTBAS to point to that file and add the line $BASIS EXTFILE=.T. GBASIS=somename $END to your input to use the somename basis set.
Links
For more information visit https://www.msg.chem.iastate.edu/gamess/documentation.html