Index: /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/Square.par
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/Square.par	(revision 1052)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/Square.par	(revision 1053)
@@ -34,5 +34,5 @@
 
 %Parallel options
-md.np=3;
+md.np=7;
 md.time=50;
 md.waitonlock=1;
Index: /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m	(revision 1052)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m	(revision 1053)
@@ -53,6 +53,5 @@
 
 		%check solution requested
-		if (strcmpi(package,'macayeal')...
-				| strcmpi(solution,'transient')),
+		if strcmpi(package,'macayeal');
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m	(revision 1052)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m	(revision 1053)
@@ -47,6 +47,5 @@
 
 		%check solution requested
-		if (strcmpi(package,'macayeal')...
-				| strcmpi(solution,'transient')),
+		if strcmpi(package,'macayeal');
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
