Changeset 4514


Ignore:
Timestamp:
07/12/10 07:46:56 (15 years ago)
Author:
Mathieu Morlighem
Message:

better header in runme.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Nightly/runme.m

    r4472 r4514  
    22%RUNME - test deck for ISSM nightly runs
    33%
     4%   In a test deck directory (tests/Vertification/test01_IceShelfIceFrontM2d for example)
     5%   The following command will launch all the existing tests for test01
     6%   >> runme
     7%   To run the tests in serial only
     8%   >> runme('parallel',0)
     9%   etc...
     10%
     11%   Available options:
     12%      'analysis_type' followed by the desired SolutionEnum
     13%      'parallel'      0: serial only
     14%                      1: parallel only
     15%      'procedure'     'check' : run the test (default)
     16%                      'update': update the archive
     17%                      'model' : prepare the model but no test is run
     18%
    419%   Usage:
    520%      md=runme(varargin);
     
    722%   Examples:
    823%      runme;
    9 %      runme('analysis_type',{'prognostic','diagnostic'});
    10 %      runme('analysis_type',{'prognostic','diagnostic'},'parallel',0);
    11 %      runme('procedure','update','analysis_type',{'prognostic','diagnostic'},'parallel',1);
    12 %
    13 %   See Also: UPDATEARCHIVE RUNME
     24%      runme('analysis_type',DiagnosticSolutionEnum);
     25%      runme('analysis_type',DiagnosticSolutionEnum,'parallel',0);
     26%      runme('procedure','update','analysis_type',DiagnosticSolutionEnum,'parallel',1);
    1427
    1528% This file can be run to check that the current version of issm is giving
Note: See TracChangeset for help on using the changeset viewer.