Index: /issm/trunk-jpl/test/NightlyRun/test104.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test104.m	(revision 15551)
+++ /issm/trunk-jpl/test/NightlyRun/test104.m	(revision 15552)
@@ -1,8 +1,12 @@
-md=triangle(model(),'../Exp/Square.exp',180000.);
+md=triangle(model(),'../Exp/Square.exp',250000.);
 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',3);
+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=solve(md,DiagnosticSolutionEnum());
 
Index: /issm/trunk-jpl/test/NightlyRun/test201.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test201.m	(revision 15551)
+++ /issm/trunk-jpl/test/NightlyRun/test201.m	(revision 15552)
@@ -3,5 +3,6 @@
 md=parameterize(md,'../Par/SquareShelf.par');
 md=setflowequation(md,'macayeal','all');
-md.cluster=generic('name',oshostname(),'np',3);
+md.cluster=generic('name',oshostname(),'np',1);
+md.verbose=verbose('all');
 md=solve(md,DiagnosticSolutionEnum());
 
Index: /issm/trunk-jpl/test/NightlyRun/test204.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test204.m	(revision 15551)
+++ /issm/trunk-jpl/test/NightlyRun/test204.m	(revision 15552)
@@ -4,5 +4,6 @@
 md=extrude(md,3,2.);
 md=setflowequation(md,'stokes','all');
-md.cluster=generic('name',oshostname(),'np',3);
+md.cluster=generic('name',oshostname(),'np',1);
+md.verbose=verbose('convergence',true);
 md=solve(md,DiagnosticSolutionEnum());
 
Index: /issm/trunk-jpl/test/Par/Pig.par
===================================================================
--- /issm/trunk-jpl/test/Par/Pig.par	(revision 15551)
+++ /issm/trunk-jpl/test/Par/Pig.par	(revision 15552)
@@ -47,4 +47,5 @@
 %Boundary conditions:
 md=SetMarineIceSheetBC(md);
+md.diagnostic.icefront(:,end)=1;
 
 %Change name so that no test have the same name
