Index: /issm/trunk-jpl/src/c/Container/Elements.cpp
===================================================================
--- /issm/trunk-jpl/src/c/Container/Elements.cpp	(revision 10997)
+++ /issm/trunk-jpl/src/c/Container/Elements.cpp	(revision 10998)
@@ -195,4 +195,7 @@
 		}
 		MPI_Bcast(&numberofresults,1,MPI_DOUBLE,0,MPI_COMM_WORLD);
+
+		/*Get out if there is no results. Otherwise broadcast info*/
+		if(!numberofresults) return;
 		if(my_rank!=0){
 			resultsenums=(int*)xmalloc(numberofresults*sizeof(int));
