#! /bin/csh #PBS -l walltime=5:00 #PBS -l ncpus=16 #PBS -o dset.out #PBS -j oe # start accounting # ja # make 'module' available source /usr/share/modules/init/csh set echo module load hdf5 # move to scratch directory cd $SCRATCH # copy over files cp ~/hdf/dsetexample.f90 . h5fc -o dsetexample -g dsetexample.f90 chmod u+x dsetexample ./dsetexample # copy output file back to subdirectory cp dsetf.h5 $HOME/hdf # get accounting stats ja -chslt