Index: /issm/trunk-jpl/test/NightlyRun/test104.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test104.m	(revision 15561)
+++ /issm/trunk-jpl/test/NightlyRun/test104.m	(revision 15562)
@@ -1,12 +1,8 @@
-md=triangle(model(),'../Exp/Square.exp',250000.);
+md=triangle(model(),'../Exp/Square.exp',180000.);
 md=setmask(md,'all','');
 md=parameterize(md,'../Par/SquareShelfConstrained.par');
 md=extrude(md,3,2.);
 md=setflowequation(md,'stokes','all');
-md.cluster=generic('name',oshostname(),'np',1);
-md.verbose=verbose('all');
-md.flowequation.fe_stokes=1;
-%md.diagnostic.stokesreconditioning=1;
-md.diagnostic.maxiter=10;
+md.cluster=generic('name',oshostname(),'np',3);
 md=solve(md,DiagnosticSolutionEnum());
 
Index: /issm/trunk-jpl/test/NightlyRun/test201.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test201.m	(revision 15561)
+++ /issm/trunk-jpl/test/NightlyRun/test201.m	(revision 15562)
@@ -3,5 +3,5 @@
 md=parameterize(md,'../Par/SquareShelf.par');
 md=setflowequation(md,'macayeal','all');
-md.cluster=generic('name',oshostname(),'np',1);
+md.cluster=generic('name',oshostname(),'np',3);
 md.verbose=verbose('all');
 md=solve(md,DiagnosticSolutionEnum());
Index: /issm/trunk-jpl/test/NightlyRun/test204.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test204.m	(revision 15561)
+++ /issm/trunk-jpl/test/NightlyRun/test204.m	(revision 15562)
@@ -4,6 +4,5 @@
 md=extrude(md,3,2.);
 md=setflowequation(md,'stokes','all');
-md.cluster=generic('name',oshostname(),'np',1);
-md.verbose=verbose('convergence',true);
+md.cluster=generic('name',oshostname(),'np',3);
 md=solve(md,DiagnosticSolutionEnum());
 
