Newer
Older
#!/bin/sh
#PBS -N STDIN
#PBS -l select=1:ncpus=24:mpiprocs=1:ompthreads=24
#PBS -l walltime=08:00:00
#PBS -q qprod
#PBS -A OPEN-15-10
cd $PBS_O_WORKDIR/
source ./build_scripts/load_salomon_modules.inc
cd ./build/examples
./dev_sandbox > out.txt
cd ../..