Changes between Version 5 and Version 6 of RegressionTest


Ignore:
Timestamp:
07/26/07 16:46:04 (17 years ago)
Author:
skbhate
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RegressionTest

    v5 v6  
    141141 * Define model applications in file ''regression.tests'', which is located in /data directory.
    142142 * 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).
     143 * Using option '-pbs' it will generate a pbs script and will start the job as '$ qsub <pbs_script>'. You have 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 you do not supply 'ppn' and 'node' values, the NtileI and NtileJ is used to calculate the number of processors (NtileI * NtileJ).
     145 * If you use option '-mpi' then make sure the 'USE_MPI'/'USE_OPENMP' is set to 'on' otherwise the run will default to serial mode.
    145146 * 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.
    146147