Changeset 4514
- Timestamp:
- 07/12/10 07:46:56 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/runme.m
r4472 r4514 2 2 %RUNME - test deck for ISSM nightly runs 3 3 % 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 % 4 19 % Usage: 5 20 % md=runme(varargin); … … 7 22 % Examples: 8 23 % 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); 14 27 15 28 % 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.