Changeset 6973


Ignore:
Timestamp:
01/06/11 13:08:40 (14 years ago)
Author:
seroussi
Message:

faster tests for Pig

Location:
issm/trunk/test/NightlyRun
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test501.m

    r5955 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test502.m

    r5964 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test503.m

    r5955 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test504.m

    r5964 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test505.m

    r5490 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test506.m

    r5490 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,0.9);
    55md=setelementstype(md,'stokes','all');
     6md=SetParallel(md,3);
    67md=solve(md,'analysis_type',DiagnosticSolutionEnum);
    78
  • issm/trunk/test/NightlyRun/test507.m

    r5955 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test508.m

    r5964 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test509.m

    r5955 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',100000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test510.m

    r5964 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',100000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test511.m

    r5955 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',100000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test512.m

    r6952 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',100000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test513.m

    r5955 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',100000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test514.m

    r5964 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',100000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test515.m

    r5955 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test516.m

    r5964 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test517.m

    r5955 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test518.m

    r5964 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test519.m

    r5955 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test520.m

    r5964 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test523.m

    r6264 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test524.m

    r6264 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',20000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test525.m

    r6264 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test526.m

    r6264 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',80000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test529.m

    r6223 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',100000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test530.m

    r6223 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',100000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test531.m

    r6266 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',100000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk/test/NightlyRun/test532.m

    r6266 r6973  
    1 md=mesh(model,'../Exp/Pig.exp',100000);
     1md=mesh(model,'../Exp/Pig.exp',30000);
    22md=geography(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
Note: See TracChangeset for help on using the changeset viewer.