How to run on an NT System
--------------------------

Since we have experience some problems trying to run eceppak
scrippts under Cygnus (UNIX emulator) on our NT cluster, we have written a few 
BAT files (strx.bat, part1.bat, part2.bat and part3.bat) that can be used as examples 
in writing the files specific for your application.
The bat files were written assuming that the program runs under MPI.  

At the CTC NT computer, the program can only run under a batch system.
To request a series of nodes the file i.bat is used using the command:

  csubmit i.bat

Once the nodes have been assigned,
we login to one of the nodes and cd to the directory were 
the input and bat files are located.
To run MPI must construct a ``machine" file that includes
the list of all the nodes assigned to our job.

Then, the strx.bat file must be executed giving  two arguments: 
(a) the number of nodes assigned to the job and (b)
the number of processors to be used in the run.
Strx.bat executes the other scripts (part1.bat, part2.bat and part3.bat) 
that generate a temporary directory in the T: disk
copying all the necessary files to this directory,  run the program and 
copy back the results to a directory where RESULTS are stored permanently.  

The files part*.bat must be edited and VARIABLES specifying input and output files,
 as well as NAMES of the DIRECTORIES to be used/created must be defined.

