Index: /issm/trunk-jpl/src/c/classes/Nodes.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Nodes.cpp	(revision 23574)
+++ /issm/trunk-jpl/src/c/classes/Nodes.cpp	(revision 23575)
@@ -108,4 +108,5 @@
 	MARSHALLING(test);
 	if(test!=num_procs) _error_("number of cores is not the same as before");
+	/*
 	MARSHALLING_DYNAMIC(this->common_recv,int,num_procs);
 	MARSHALLING_DYNAMIC(this->common_send,int,num_procs);
@@ -118,4 +119,5 @@
 		MARSHALLING_DYNAMIC(this->common_send_ids[i],int,this->common_send[i]);
 	}
+	*/
 	DataSet::Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
 }
