Index: /issm/trunk/src/c/Qmux/SpawnCoreParallel.cpp
===================================================================
--- /issm/trunk/src/c/Qmux/SpawnCoreParallel.cpp	(revision 3055)
+++ /issm/trunk/src/c/Qmux/SpawnCoreParallel.cpp	(revision 3056)
@@ -111,19 +111,6 @@
 	#endif
 
-	/*broadcast response descriptors: */
+	/*broadcast numresponses: */
 	MPI_Bcast(&numresponses,1,MPI_INT,0,MPI_COMM_WORLD); 
-	if(my_rank!=0){
-		responses_descriptors=(char**)xmalloc(numresponses*sizeof(char*));
-	}
-	for(i=0;i<numresponses;i++){
-		if(my_rank==0){
-			string=responses_descriptors[i];
-			string_length=(strlen(string)+1)*sizeof(char);
-		}
-		MPI_Bcast(&string_length,1,MPI_INT,0,MPI_COMM_WORLD); 
-		if(my_rank!=0)string=(char*)xmalloc(string_length);
-		MPI_Bcast(string,string_length,MPI_CHAR,0,MPI_COMM_WORLD); 
-		if(my_rank!=0)responses_descriptors[i]=string;
-	}
 
 	#ifdef _ISSM_DEBUG_
