Newer
Older
Ingrid Luijkx
committed
#!/bin/sh
#$ das.py
#$ co2
#$ nserial 1
#$ 06:30:00
#$ /bin/sh
Ingrid Luijkx
committed
echo "All output piped to file template.log"
source /usr/local/Modules/3.2.8/init/sh
source /opt/intel/bin/ifortvars.sh intel64
export HOST='capegrim'
module load python
Ingrid Luijkx
committed
python template.py rc=template.rc -v $1 >& template.log &