Changes between Version 4 and Version 5 of RegressionTest


Ignore:
Timestamp:
07/26/07 15:06:22 (17 years ago)
Author:
skbhate
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RegressionTest

    v4 v5  
    3939 MPI options. (should only be used along with '-m'/'-mpi').
    4040
     41   -pbs                :   Create PBS script. Use 'qsub'.   
    4142   -nodes <number>     :   Number of Nodes.
    4243   -ppn  <number>      :   Processes Per Node.
     
    140141 * Define model applications in file ''regression.tests'', which is located in /data directory.
    141142 * Define input file associated with each model application in file ''inputList'', which is located in /data directory.
     143 * Using option '-pbs' it will generate a pbs script and will start the job as '$ qsub <pbs_script>'. User has to supply 'ppn' and 'node' values for generating the script.
     144 * Without option '-pbs' user can still run the job in MPI mode without generating a PBS script as long as '-mpi' option is used. If user does not supply 'ppn' and 'node' values, the NtileI and NtileJ is used to calculate the number of processors (NtileI * NtileJ).
    142145 * You can always send an email to [mailto:skbhate@ngi.msstate.edu skbhate@ngi.msstate.edu]in case of any problems/issues with testing package.
    143146