|
||||
| Using Jazz | Getting Started | About the LCRC | Presentations | Status | FAQ | Search | Main Page | ||||
|
|
||||
| Application | G98 |
| Versions | |
| Vendor/Developers | Gaussian.com |
| Package type | Programming Library |
| SoftEnv keys and macros | @all-g98 |
| Known Problems | None |
| Documentation |
Links to online documentation:
General notes:
We are working on a script to make running a G98 job much easier. In the meantime, you need to be careful how you use it. A sample PBS script is included below along with information about how to use PBS and G98. To get started with g98, add the following softenv key to your .soft file: @all-g98 Place it after the @default line in the file and do a 'resoft' before submitting your job to PBS. This macro includes the atlas, acroread, pgi and g98 softenv keys. There are several critical issues that must be addressed prior to submitting your job:
#!/bin/tcsh #PBS -N simple-g98 set runfile = run-$$.com set nodelist = `cat $PBS_NODEFILE` set nn = $#nodelist set nn = `expr $nn - 1` echo "number of worker nodes: $nn" echo "%nprocl=$nn" > $runfile cat ~/g98/input.com >> $runfile echo "new input deck: " cat $runfile setenv GAUSS_LFLAGS "-nodefile $PBS_NODEFILE" echo "GAUSS_LFLAGS: $GAUSS_LFLAGS" g98l $runfile
|
Last Updated: 5/12/2003
|
|
||
| Help | Security/Privacy Notice | Disclaimer |