# QSUB -s /bin/csh # QSUB -q prem # QSUB -lt 200 set echo #echo actions within the script ja # start accounting # change to working directory $TMPDIR cd $TMPDIR cat > rdgrp.f < data5 << ENDDATA /DSS/Y18093 ENDDATA # # compile, and link the program cft77 rdgrp.f segldr -L /lib,/usr/lib,/usr/local/lib -lmss,ncaro,ncarm,net -o rdgrp rdgrp.o # run the program, separate the job accounting information and # job output by placing output in a seperate file rdgrp rdgrp_o # rcp the output back to home machine rcp rdgrp_o huron.scd.ucar.edu:/u1/worley/rje/. ja -cst # get accounting wrap up echo "End of processing job."