Software at OSC |
ChemToolsIntroductionChemTools is a suite of commands that constructs PBS batch scripts and submits those scripts to the queuing system. The objectives are to provide simple command line interfaces for batch jobs of popular computational chemistry softwares and to hide the details of batch scripts from users. These softwares are supported: Amber, GAMESS, Gaussian, MacroModel, NAMD, NWChem, and TURBOMOLE. VersionThe latest version is currently available at OSC. AvailabilityChemTools is available on the Glenn Cluster and the BALE Cluster. UsageUsers are not required to complete a license agreement. Location The root of the ChemTools directory tree is /usr/local/chemtools/. Execution ChemTools usage is controlled via modules. Load one of the ChemTools modulefiles at the command line, in your shell initialization script, or in your batch scripts, for example: module load chemtools Examples To request one full new dual node for the maximum walltime: 168 hrs, 21 GB (2688 MW) of such a node's max of 24 GB of memory (3 GB of memory overhead is a guess) and all 8 of such a node's processors: subgauss jobname 168:00:00 2688 8 DocumentationGeneral documentation is available in the Computational Chemistry Workshop materials and from the manual command after the ChemTools module has been loaded, e.g.: man subtm. |
