Index: /issm/trunk/src/m/model/ismodelselfconsistent.m
===================================================================
--- /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 7621)
+++ /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 7622)
@@ -328,4 +328,15 @@
 end
 %}}}
+%GROUNDINGLINEMIGRATION2D{{{1
+if md.analysis_type==GroundingLineMigration2DSolutionEnum,
+	if md.dim==3,
+		error(['model not consistent: for a ' md.analysis_type ' computation, the grounding line module is only implemented in 2d !'])
+	end
+	if strcmpi(md.cluster.name,'none'),
+		error(['model not consistent: ' md.analysis_type ' is only implemented in parallel mode !'])
+	end
+
+end
+%}}}
 %BALANCEDTHICKNESS{{{1
 if md.analysis_type==BalancedthicknessSolutionEnum
@@ -446,5 +457,5 @@
 
 if strcmpi(md.analysis_type,'qmu'),
-	if ~strcmpi(md.cluster,'none'),
+	if ~strcmpi(md.cluster.name,'none'),
 		if md.waitonlock==0,
 			error(['model is not correctly configured: waitonlock should be activated when running qmu in parallel mode!']);
