Changeset 22738
- Timestamp:
- 05/03/18 11:28:37 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/issm/IssmMpiVec.h
r22737 r22738 141 141 /*Do a synchronized dump across all the rows: */ 142 142 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 }150 143 ISSM_MPI_Barrier(IssmComm::GetComm()); 151 144 }
Note:
See TracChangeset
for help on using the changeset viewer.