mirror of
https://asciireactor.com/otho/clag-agn.git
synced 2024-11-21 22:35:06 +00:00
10 lines
212 B
Bash
10 lines
212 B
Bash
#!/bin/sh -login
|
|
#PBS -l mem=64GB
|
|
#PBS -l nodes=1:ppn=1:research
|
|
#PBS -l walltime=48:00:00
|
|
#PBS -N "%NAME%"
|
|
#PBS -j oe
|
|
|
|
cd %ROOTDIR%
|
|
time ~/psdlag-agn/bin/psdlag '%ROOTDIR%/%ARGSFILE%' > '%ROOTDIR%/%OUTPUTFILE%'
|