Information about submitting batch jobs:
1. Information from computer center on tool (called Auger)  for submitting jobs to farm system .
2. Example submission script that creates a command script to be run on farm machine, a jsub_file and submits jsub_file. Of course it needs to be modified. One needs to create a bat_files subdirectory in directory where you run the submission script.  In the command script the first thing is to change directory to the directory where the submission script was run. It is assumed that this is where the program is and the files that it needs are. (Also $WORKDIR is the environmental variable for the directory on the farm machine. Nominally the job starts in the farm machine in the $WORKDIR. If one want to run their program there, then  they would have to have the script copy the programs and files they need to the $WORKDIR. After the program has run then have the script copy everything to another directory to save it since the $WORKDIR is destroyed.)
3. If creating large file like hbook or rzdat files in group disk please make the directory where the files are created a link to a work directory, since space on group disk is limited.