This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:dlpoly [2014/07/17 09:07] nmonama |
howto:dlpoly [2024/08/12 13:30] (current) alopis |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Please find below the scheduler script | + | ====DLPOLY job submission==== |
| + | There are different versions of DLPOLY currently installed on our system. | ||
| + | These include DLPOLY 1.9 (also known as DLPOLY classic), DLPOLY 4.07 and DLPOLY 4.08. | ||
| + | As such there are different scripts available on the login node for PBS job creation and submission. | ||
| + | To run any or these scripts execute **qdlpoly_1.9**, | ||
| + | Please ensure CONFIG, CONTROL and FIELD files are located in submission directory or no PBS will be generated. | ||
| - | < | + | **Note**, please first include this **module load** |
| - | #!/bin/sh | + | |
| - | ###These lines are for PBSpro | + | |
| - | #PBS -N nkwe.job | + | |
| - | #PBS -l select=2: | + | |
| - | #PBS -l walltime=1: | + | |
| - | #PBS -q workq | + | |
| - | #PBS -m be | + | |
| - | #PBS -o / | + | |
| - | #PBS -e / | + | |
| - | source / | + | |
| - | module | + | |
| - | cd $PBS_O_WORKDIR | + | |
| - | exe=/ | + | |
| - | ##### Running commands | + | |
| - | nproc=`cat $PBS_NODEFILE | wc -l` | + | |
| - | mpirun -np $nproc $exe | + | |
| - | </code> | + | |
| + | |||
| + | Examples of input required for these scripts are provided below. | ||
| + | |||
| + | EXAMPLE1 | ||
| + | Enter project name/ | ||
| + | CHEM0100 | ||
| + | Enter job name | ||
| + | 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 job name | ||
| + | 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 | ||