#! /bin/csh #PBS -l walltime=5:00 #PBS -l ncpus=16 #PBS -o rwdset.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 source code and file created in dsetexample cp ~/hdf/rwdsetexample.f90 . cp ~/hdf/dsetf.h5 . h5fc -o rwdsetexample -g rwdsetexample.f90 chmod u+x rwdsetexample ./rwdsetexample # copy output file and dataset back to hdf subdirectory cp dsetf.h5 $HOME/hdf cp dset $HOME/hdf # get accounting stats ja -chslt