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

Update nwchem.md

parent 7ce3db0f
Branches
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
...@@ -14,7 +14,7 @@ $ ml av NWChem ...@@ -14,7 +14,7 @@ $ ml av NWChem
## Running ## Running
NWChem is compiled for parallel MPI execution. A standard procedure for MPI jobs applies. Sample jobscript (for Salomon on 24 threads): NWChem is compiled for parallel MPI execution. A standard procedure for MPI jobs applies. A sample jobscript (for Salomon on 24 threads):
```bash ```bash
#PBS -A IT4I-0-0 #PBS -A IT4I-0-0
...@@ -31,7 +31,7 @@ mpirun nwchem h2o.nw ...@@ -31,7 +31,7 @@ mpirun nwchem h2o.nw
Refer to [the documentation][b] and set the following directives in the input file: Refer to [the documentation][b] and set the following directives in the input file:
* MEMORY : controls the amount of memory NWChem will use * MEMORY : controls the amount of memory NWChem will use
* SCRATCH_DIR : set this to a directory in [SCRATCH filesystem - Salomon][1] (or run the calculation completely in a scratch directory). For certain calculations, it might be advisable to reduce I/O by forcing "direct" mode, e.g. "scf direct" * SCRATCH_DIR : set this to a directory in [SCRATCH filesystem - Salomon][1] (or run the calculation completely in a scratch directory). For certain calculations, it might be advisable to reduce I/O by forcing the `direct` mode, e.g. `scf direct`
[1]: ../../salomon/storage.md [1]: ../../salomon/storage.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment