This page is a compilation of hints and tricks for using Jaguar (www.schrodinger.com).
Alan Shusterman, March 2004
1. Name input files: modelA.in, modelB.in, ...
2. Create Jobs.bat file in this same directory
3. Put input filenames in Jobs.bat, one name per line and without the suffix, e.g.,
modelA
modelB
4. Type jaguar batch Jobs from command line (working directory is same directory as Jobs.bat)
If the jobs are located in different directories:
1. as above
2. Create Jobs.bat file in a suitable working directory, e.g., parent directory of job directories
3. Interleave pathnames and input filenames in Jobs.bat, e.g.,
WORKDIR=modelA
modelA
WORKDIR=modelB
modelB
4. Type jaguar batch Jobs from command line (working directory is same directory as Jobs.bat)