cc_staff
163
edits
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
== Job submission == <!--T:7--> | == Job submission == <!--T:7--> | ||
Below is a job script for a simulation using one GPU. | Below is a job script for a simulation using one GPU. | ||
</translate> | |||
{{File | {{File | ||
|name=submit_openmm.cuda.sh | |name=submit_openmm.cuda.sh | ||
Line 39: | Line 41: | ||
# Usage: sbatch $0 | # Usage: sbatch $0 | ||
module purge | module purge | ||
module load StdEnv/2020 gcc/9.3.0 cuda/11.4 openmpi/4.0.3 | module load StdEnv/2020 gcc/9.3.0 cuda/11.4 openmpi/4.0.3 | ||
Line 45: | Line 46: | ||
source $HOME/env-parmed/bin/activate | source $HOME/env-parmed/bin/activate | ||
python openmm_input.py | python openmm_input.py | ||
}} | }} | ||
<translate> | |||
<!--T:10--> | <!--T:10--> | ||
Here openmm_input.py is a python script loading amber files, creating the OpenMM simulation system, setting up the integration, and running dynamics. Example openmm_input.py is available [https://mdbench.ace-net.ca/mdbench/idbenchmark/?q=129 here]. | Here openmm_input.py is a python script loading amber files, creating the OpenMM simulation system, setting up the integration, and running dynamics. Example openmm_input.py is available [https://mdbench.ace-net.ca/mdbench/idbenchmark/?q=129 here]. |