| ACADEMIC COMPUTING and COMMUNICATIONS CENTER | |||||||||
Gaussian 98 on argo | ||||||||||
Last Updated: February 14, 2005Take me to information about...
|
||||||||||
| Setting up the User environment to run Gaussian 98 | ||||||||||
|
There are two initialization files for Gaussian 98: g98.login <== for C shell users g98.profile <== for Korn shell users Which one you use is dictated by your login shell. To see which login shell you are using, enter the following command: grep $LOGNAME /etc/passwd The name of your shell is the last field in the output resulting from the above command. The following dummy output assumes the user is John Smith whose login id is jsmith. Obviously, your name and login id will be different. If you see: jsmith:*:00000:0000:John Smith:/homes/home7/jsmith: /bin/ksh then you are using the Korn shell. If you see jsmith:*:00000:0000:John Smith:/homes/home7/jsmith: /bin/csh then you are using the C shell. If you are using the Korn shell, make the following changes to your .profile file
If you are using the C shell, make the following changes to your .login file
|
||||||||||
| Site Customization: The Default.Route File | ||||||||||
|
The Gaussian 98 site Default.Route file is used to override some of the system and performance parameters built in the system. The Default.Route file is currently set as follows:
Changes to the Default.Route will be announced here and in the argo login message. Gaussian 98 users may set their own defaults by creating their own Default.Route file. Gaussian 98 checks the current working directory for a file of this name when a job is initiated. Settings in the local file take precedence over those in the site-wide file, and options specified in the route section of the job take precedence over both of them.
|
||||||||||
| 2005-2-15 ACCC Systems Staff |
|