Running the Programs
I. GAUSSIAN
You will need to log out and log back in again for these changes to take effect, or source your .bashrc file.
You should see a short message stating that a GAUSSIAN run is underway, with the date and time. Then control of the shell will be returned to you. At this time, you can proceed to other work, or log out. Your calculation will continue to run.
The three newer machines, Mulliken, Dewar, and Kollman have Gaussian '03 installed.
Check in /usr/local to see what the Gaussian directory is called; it is G03 on some machines and g03 on others. Alter the paath below accordingly. If you are using one of those machines, what you place in your .bashrc will be slightly different:
Then source your .bashrc file as above.
To run the program type:
Again, you will need either to log out and log back in again, or source your .bashrc for these changes to take effect.
II. GAMESS
The g98 command starts the GAUSSIAN executable; < filename.com directs it to your input file; >& pipes the output to filename.out; and the final & causes the process to run in the background.
In this command, the 'gms' starts the GAMESS executable; 'filename' is the name of your input file. The gms script automatically directs the output to a file called filename.log, and runs the program in the background. Again, you can proceed to other work or log out.