Changeset 23575


Ignore:
Timestamp:
12/27/18 20:48:41 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: do not marshall comms for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Nodes.cpp

    r23574 r23575  
    108108        MARSHALLING(test);
    109109        if(test!=num_procs) _error_("number of cores is not the same as before");
     110        /*
    110111        MARSHALLING_DYNAMIC(this->common_recv,int,num_procs);
    111112        MARSHALLING_DYNAMIC(this->common_send,int,num_procs);
     
    118119                MARSHALLING_DYNAMIC(this->common_send_ids[i],int,this->common_send[i]);
    119120        }
     121        */
    120122        DataSet::Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
    121123}
Note: See TracChangeset for help on using the changeset viewer.