mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 17:35:08 +00:00
troubleshooting thor still
This commit is contained in:
parent
d92930db7a
commit
3bc14c4f3d
@ -1,9 +1,9 @@
|
|||||||
#!/bin/sh -login
|
#!/bin/sh -login
|
||||||
#PBS -l mem=128GB
|
#PBS -l mem=64GB
|
||||||
#PBS -l nodes=1:ppn=1:research
|
#PBS -l nodes=1:ppn=1:research
|
||||||
#PBS -l walltime=48:00:00
|
#PBS -l walltime=48:00:00
|
||||||
#PBS -N %NAME%
|
#PBS -N "%NAME%"
|
||||||
#PBS -j oe
|
#PBS -j oe
|
||||||
|
|
||||||
cd %ROOTDIR%
|
cd %ROOTDIR%
|
||||||
time mpirun -machinefile ${PBS_NODEFILE} -np 1 ~/psdlag-agn/bin/psdlag "%ROOTDIR%/%ARGSFILE%" > "%ROOTDIR%/%OUTPUTFILE%"
|
time mpirun ~/psdlag-agn/bin/psdlag "%ROOTDIR%/%ARGSFILE%" > "%ROOTDIR%/%OUTPUTFILE%"
|
||||||
|
Loading…
Reference in New Issue
Block a user