From dee68fc7287a2af2d2acba8f72f96760722d275a Mon Sep 17 00:00:00 2001 From: paboyle Date: Sun, 2 Jul 2017 23:33:48 +0100 Subject: [PATCH] IO working multiple nodes again. Strategy of all nodes writing metadata is unsafe. Only one rank should do this. must identify this rank. Means pass communicator to the Objects. --- lib/parallelIO/IldgIO.h | 8 ++++++-- lib/parallelIO/IldgIOtypes.h | 1 + lib/parallelIO/MetaData.h | 3 +++ tests/solver/Test_dwf_mrhs_cg.cc | 21 ++++++++++++++++++--- 4 files changed, 28 insertions(+), 5 deletions(-) diff --git a/lib/parallelIO/IldgIO.h b/lib/parallelIO/IldgIO.h index 542f80ef..7031f110 100644 --- a/lib/parallelIO/IldgIO.h +++ b/lib/parallelIO/IldgIO.h @@ -258,10 +258,13 @@ class GridLimeReader : public BinaryIO { if ( !strncmp(limeReaderType(LimeR), record_name.c_str(),strlen(record_name.c_str()) ) ) { - // std::cout << GridLogMessage<< " readLimeObject matches ! " < xmlc(nbytes+1,'\0'); limeReaderReadData((void *)&xmlc[0], &nbytes, LimeR); + + std::cout << GridLogMessage<< " readLimeObject matches XML " << &xmlc[0] <ThisRank(); LatticeGaugeField s_Umu(SGrid); FermionField s_src(SFGrid); FermionField s_res(SFGrid); { + FGrid->Barrier(); ScidacWriter _ScidacWriter; _ScidacWriter.open(file); + std::cout << GridLogMessage << "****************************************************************** "<Barrier(); + std::cout << GridLogMessage << "****************************************************************** "<Barrier(); + std::cout << GridLogMessage << "****************************************************************** "<Barrier(); + std::cout << GridLogMessage << "****************************************************************** "<Barrier(); + std::cout << GridLogMessage << "****************************************************************** "<