Index: /issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/runme.m	(revision 729)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/runme.m	(revision 730)
@@ -31,5 +31,7 @@
 
 		%check solution requested
-		if (strcmpi(package,'macayeal') | strcmpi(solution,'transient') | (strcmpi(package,'cielo_serial') & ~strcmpi(solution,'diagnostic'))),
+		if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'diagnostic') | strcmpi(solution,'thermaltransient')))...
+				| strcmpi(package,'macayeal')...
+				| strcmpi(solution,'transient')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/updatearchive.m	(revision 729)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/updatearchive.m	(revision 730)
@@ -24,5 +24,7 @@
 
 		%check solution requested
-		if (strcmpi(package,'macayeal') | strcmpi(solution,'transient') | (strcmpi(package,'cielo_serial') & ~strcmpi(solution,'diagnostic'))),
+		if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'diagnostic') | strcmpi(solution,'thermaltransient')))...
+				| strcmpi(package,'macayeal')...
+				| strcmpi(solution,'transient')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
