ResourcesSoftwareApplicationsChemistryMaterials Science Mathematics Visualization Climate (restricted)
|
NWChem at NERSCNWChem is a computational chemistry package that is designed to run on high-performance parallel supercomputers as well as conventional workstation clusters. It aims to be scalable both in its ability to treat large problems efficiently, and in its usage of available parallel computing resources. NWChem was developed by the High-Performance Computational Chemistry group in the Environmental Molecular Sciences Laboratory (EMSL) at the Pacific Northwest National Laboratory (PNNL). AccessUsually, a number of different versions of NWChem are installed on the systems. Each version can be made available by loading a different module. To use the default and recommended version, use the command: % module load nwchem To see where the nwchem executables reside (the bin directory) and what environment variables it defines, type % module show nwchem % module show nwchem ------------------------------------------------------------------- /usr/common/usg/Modules/modulefiles/nwchem/5.1.1: module-whatis NWChem Computational Chemistry Package setenv NWCHEM_DIR /usr/common/usg/nwchem/5.1.1 setenv NWCHEM_BASIS_LIBRARY /global/common/hopper/usg/nwchem/5.1.1/data/libraries/ setenv SHMEM_SWAP_BACKOFF 150 setenv CRAY_PORTALS_USE_BLOCKING_POLL yes prepend-path PATH /usr/common/usg/nwchem/5.1.1/bin ------------------------------------------------------------------- When you first start to use NWChem, you should copy a default ".nwchemrc" file to your home directory. This file is used to set certain default options for the program:
% cp ${NWCHEM_DIR}/default.nwchemrc ~/.nwchemrc
Running on Franklin and Hopper
There are two ways of running nwchem on franklin/hopper, submitting a batch job, or running interactively in an interactive batch session.
#PBS -S /usr/bin/tcsh #PBS -N test_nwchem #PBS -q debug #PBS -l mppwidth=32 #PBS -l walltime=00:30:00 #PBS -j eo #PBS -V cd $PBS_O_WORKDIR module load nwchem aprun -n 32 nwchem test1.nw > &! test1.out % qsub test_nwchem.pbs % qsub -I -V -q interactive -l mppwidth=32 % cd $PBS_O_WORKDIR % module load nwchem % aprun -n 32 nwchem
Note:
Running on CarverHere is a sample batch job script#PBS -N test_nwchem #PBS -q debug #PBS -l nodes=2:ppn=8 #PBS -l walltime=00:30:00 #PBS -j eo #PBS -V cd $PBS_O_WORKDIR module load nwchem mpirun -n 16 nwchem test1.nw > &! test1.out Documentation and Help |
![]() |
Page last modified: Tue, 15 Jun 2010 04:10:43 GMT Page URL: http://www.nersc.gov/nusers/resources/software/apps/chemistry/nwchem/ Web contact: webmaster@nersc.gov Computing questions: consult@nersc.gov Privacy and Security Notice |
![]() |