This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:gromacs [2014/09/08 09:58] dane typo |
howto:gromacs [2024/08/12 13:29] (current) alopis |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Gromacs ====== | ====== Gromacs ====== | ||
| - | This page is out-of-date. For updated information | + | The available **Easy Scripts** (cpu and gpu versions) for Gromacs are: |
| + | |||
| + | **qgromacs_2024-1, | ||
| + | |||
| + | **qgromacs_2024-1_gpu, | ||
| + | |||
| + | |||
| + | Execute any of these **Easy Scripts** on the login node (on a lustre subdirectory) and follow the prompts. | ||
| + | This script handles PBS setup and submission. | ||
| + | Sets up the mpi environment variables allowing you to run over multiple processors and nodes. | ||
| + | Examples of script execution are provided below. | ||
| + | |||
| + | |||
| + | **Note**, please first include this **module load** | ||
| + | |||
| + | module load chpc/ | ||
| + | |||
| + | |||
| + | EXAMPLE1 | ||
| + | Enter project name/ | ||
| + | CHEM0100 | ||
| + | Enter default filename for all file options (without any extension to the file) | ||
| + | test | ||
| + | Enter number of nodes on which to run job | ||
| + | 1 | ||
| + | Enter total walltime (hour: | ||
| + | 2:00 | ||
| + | Enter email address | ||
| + | testing@gmail.com | ||
| + | Generated pbs file for test | ||
| + | Do you wish to submit job to cluster (y/n) | ||
| + | y | ||
| + | |||
| + | |||
| + | |||
| + | EXAMPLE2 [PLEASE TAKE NOTE OF EMPTY SPACES] | ||
| + | Enter project name/ | ||
| + | CHEM0100 | ||
| + | Enter default filename for all file options (without any extension to the file) | ||
| + | test | ||
| + | Enter number of nodes on which to run job | ||
| + | |||
| + | Enter total walltime (hour: | ||
| + | |||
| + | Enter email address | ||
| + | testing@gmail.com | ||
| + | Generated pbs file for test | ||
| + | Do you wish to submit job to cluster (y/n) | ||
| + | y | ||
| + | |||
| + | ====== Gromacs on GPU ====== | ||
| + | |||
| + | ** //Please note that you need to first be added to the gpu_1 queue before | ||
| + | |||
| + | Execute **qgromacs_2018-2_gpu**, | ||
| + | Examples of script execution are provided below. | ||
| + | |||
| + | EXAMPLE1 | ||
| + | Enter research programme name | ||
| + | CHEM0100 | ||
| + | Enter default filename for all file options (without any extension to the file) | ||
| + | test | ||
| + | Enter total walltime (hour:minute) | ||
| + | 2:00 | ||
| + | Enter email address | ||
| + | testing@gmail.com | ||
| + | Generated pbs file for test | ||
| + | Do you wish to submit job to cluster (y/n) | ||
| + | y | ||
| + | |||
| + | |||
| + | EXAMPLE2 | ||
| + | Enter research programme name | ||
| + | CHEM0100 | ||
| + | Enter default filename for all file options (without any extension to the file) | ||
| + | test | ||
| + | Enter total walltime (hour: | ||
| + | |||
| + | Enter email address | ||
| + | testing@gmail.com | ||
| + | Generated pbs file for test | ||
| + | Do you wish to submit job to cluster (y/n) | ||
| + | y | ||