Index: /issm/branches/trunk-larour-NatGeoScience2016/src/m/solve/solveslm.m
===================================================================
--- /issm/branches/trunk-larour-NatGeoScience2016/src/m/solve/solveslm.m	(revision 22092)
+++ /issm/branches/trunk-larour-NatGeoScience2016/src/m/solve/solveslm.m	(revision 22093)
@@ -42,9 +42,10 @@
 cluster=slm.cluster;
 batch=0;
-
 %now, go through icecaps, glacies and earth, and upload all the data independently: 
+disp('solving ice caps first');
 for i=1:length(slm.icecaps),
 	slm.icecaps{i}=solve(slm.icecaps{i},solutionstringi,'batch','yes');
 end
+disp('solving earth now');
 slm.earth=solve(slm.earth,solutionstringi,'batch','yes');
 
