#!/bin/bash #PBS -l select=1:ncpus=24:mpiprocs= #PBS -P WCHPC #PBS -q smp #PBS -l walltime= #PBS -N cd $PBS_O_WORKDIR #=============================================================================== source ../myenv_mypath.sh # < insert here variables definitions > !!! DO NOT REMOVE THIS LINE (used by submitjob) !!!