mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 09:55:07 +00:00
11 lines
250 B
Bash
11 lines
250 B
Bash
#!/bin/sh -login
|
|
#PBS -l mem=128GB
|
|
#PBS -l nodes=1:ppn=1:research
|
|
#PBS -l walltime=48:00:00
|
|
#PBS -N %NAME%
|
|
#PBS -j oe
|
|
|
|
cd %ROOTDIR%
|
|
time mpirun -machinefile ${PBS_NODEFILE} -np 1 ~/psdlag-agn/bin/psdlag %ROOTDIR%/%ARGSFILE% > %ROOTDIR%/%OUTPUTFILE%
|
|
|