Index: /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m	(revision 1874)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m	(revision 1875)
@@ -34,5 +34,5 @@
 	solutions=varargin{2};
 else
-	solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
+	solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient','steadystate'};
 end
 if nargin,
@@ -53,5 +53,5 @@
 
 		%check solution requested
-		if strcmpi(package,'macayeal');
+		if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial'));
 			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 1874)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m	(revision 1875)
@@ -30,5 +30,5 @@
 	solutions=varargin{2};
 else
-	solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
+	solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient','steadystate'};
 end
 if nargin,
@@ -47,5 +47,5 @@
 
 		%check solution requested
-		if strcmpi(package,'macayeal');
+		if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial'));
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
