NCSAstore.pl
By YDD at Tue, Jul 17 2007 9:13am |
Description:
This is a script to put on the end of your NCSA batch files, to do parallel uploads to mass storage at the end of your runs. It should be possible to adjust this script to work with other supercomputers too.
Sample usage is
# Designate storage directory on MSS
set STORAGE_DIR="Runs/Flash25/bhl/exe01"
# Make the file list
\ls -1 --hide-control-chars *hdf* *log flash.dat > files.txt
# Use my PERL script
$HOME/Flash-25/exe/NCSAstore.pl $STORAGE_DIR $PBS_NODEFILE files.txt
Author's Email:
rge21@pas.rochester.edu
Author's Full Name:
Richard Edgar
Author's Homepage:
http://www.pas.rochester.edu/~rge21/computing/programs/ncsastore/index.shtml
Script File:
NCSAstore.pl (2.8 KB)


