#! /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
Last Updated on Monday, 14 November 2011 16:13  

More User Information

Passwords

Connect to PSC systems:

PSC Policies

Technical questions:

Call the PSC hotline: 412-268-6350 / 800-221-1641 or mail to remarks@psc.edu.