Changeset 830


Ignore:
Timestamp:
06/05/09 17:47:54 (15 years ago)
Author:
Mathieu Morlighem
Message:

no test on cielo if rgbs

Location:
issm/trunk/test/Verification
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m

    r777 r830  
    3030
    3131                %check solution requested
    32                 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
     32                if ((~strcmpi(package,'ice') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
    3333                                | strcmpi(package,'macayeal')...
    3434                                | strcmpi(solution,'transient')),
  • issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m

    r777 r830  
    3030
    3131                %check solution requested
    32                 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
     32                if ((~strcmpi(package,'ice') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
    3333                                | strcmpi(package,'macayeal')...
    3434                                | strcmpi(solution,'transient')),
  • issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/runme.m

    r777 r830  
    3030
    3131                %check solution requested
    32                 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
     32                if ((~strcmpi(package,'ice') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
    3333                                | (~strcmpi(package,'ice') & strcmpi(solution,'diagnostic'))...
    3434                                | strcmpi(package,'macayeal')...
Note: See TracChangeset for help on using the changeset viewer.