Index: /issm/trunk/src/c/modules/InputConvergencex/InputConvergencex.cpp
===================================================================
--- /issm/trunk/src/c/modules/InputConvergencex/InputConvergencex.cpp	(revision 4889)
+++ /issm/trunk/src/c/modules/InputConvergencex/InputConvergencex.cpp	(revision 4890)
@@ -35,6 +35,7 @@
 	#ifdef _PARALLEL_
 	MPI_Allreduce ( (void*)&num_notconverged,(void*)&total_notconverged,1,MPI_INT,MPI_SUM,MPI_COMM_WORLD);
+	num_notconverged=total_notconverged;
 	#endif
-	_printf_("      #elements above convergence criterion = %i\n",total_notconverged);
+	_printf_("      #elements above convergence criterion = %i\n",num_notconverged);
 
 	/*Free ressources:*/
@@ -42,5 +43,5 @@
 
 	/*return: */
-	if (total_notconverged){
+	if (num_notconverged){
 		return false;}
 	else{
