Skip to content
Snippets Groups Projects
Commit 6007103f authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update nwchem.md

parent bb15e088
No related branches found
No related tags found
No related merge requests found
Pipeline #40239 passed with warnings
!!!warning
This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
# NWChem # NWChem
## Introduction ## Introduction
[NWChem][a] aims to provide its users with computational chemistry tools that are scalable both in their ability to treat large scientific computational chemistry problems efficiently, and in their use of available parallel computing resources from high-performance parallel supercomputers to conventional workstation clusters. [NWChem][a] aims to provide its users with computational chemistry tools
that are scalable both in their ability to treat large scientific computational chemistry problems efficiently,
and in their use of available parallel computing resources
from high-performance parallel supercomputers to conventional workstation clusters.
## Installed Versions ## Installed Versions
...@@ -17,14 +17,18 @@ $ ml av NWChem ...@@ -17,14 +17,18 @@ $ ml av NWChem
## Running ## Running
NWChem is compiled for parallel MPI execution. A standard procedure for MPI jobs applies. A sample jobscript (for Karolina on 128 threads) using a sample input file [h2o.nw][1]: NWChem is compiled for parallel MPI execution.
A standard procedure for MPI jobs applies.
A sample jobscript (for Karolina on 128 threads) using a sample input file [h2o.nw][1]:
```bash ```bash
#PBS -A IT4I-0-0 #SBATCH --account=ACCOUNT_ID
#PBS -q qprod #SBATCH --partition=qcpu
#PBS -l select=1:ncpus=128:mpiprocs=128 #SBATCH --nodes=1
#SBATCH --ntasks-per-node=128
#SBATCH --cpus-per-task=1
cd $PBS_O_WORKDIR cd $SLURM_SUBMIT_DIR
ml NWChem/7.0.2-intel-2020a-Python-3.8.2-karolina ml NWChem/7.0.2-intel-2020a-Python-3.8.2-karolina
mpirun nwchem h2o.nw mpirun nwchem h2o.nw
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment