#!/bin/bash #$ -S /bin/bash # "jobname" can be replaced by anything #$ -N jobname # The standard output contains little information so the name here is # not very important. #$ -o output.log #Script added to database 9/6/05. Author: Michael Seth # The variable $ROOT must be set for the program to run. It uses # this variable to decide what the structure file will be called and # what all the output files will be called. An absolute path is usually # best to avoid errors. export ROOT='/location_of_files/jobname' /home/programs/PAW/PAW_20020422/bin/intel/paw_fast.x $ROOT.cntl