Changeset 22738


Ignore:
Timestamp:
05/03/18 11:28:37 (7 years ago)
Author:
erobo
Message:

Remove print statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/issm/IssmMpiVec.h

    r22737 r22738  
    141141                        /*Do a synchronized dump across all the rows: */
    142142                        for(i=0;i<IssmComm::GetSize();i++){
    143                                 if (IssmComm::GetRank()==i){
    144                                         _printf_("cpu " << i << " #rows: " << this->m << "\n");
    145                                         for (j=0;j<this->m;j++){
    146                                                 _printf_("row " << j << " " << this->vector[j] << "\n");
    147                                         }
    148                                         _printf_("\n");
    149                                 }
    150143                                ISSM_MPI_Barrier(IssmComm::GetComm());
    151144                        }
Note: See TracChangeset for help on using the changeset viewer.