Index: /issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m	(revision 1858)
+++ /issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m	(revision 1859)
@@ -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/IceShelfIceFrontP3d_5/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m	(revision 1858)
+++ /issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m	(revision 1859)
@@ -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
@@ -67,4 +67,6 @@
 		[md packagefinal]=testsgetpackage(md,package);
 		if ~testschecksolution(md.type,solution), continue; end
+	package
+	solution
 		md=solve(md,'analysis_type',analysis_type,'sub_analysis_type',sub_analysis_type,'package',packagefinal);
 
