1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Printing fix under comms none

This commit is contained in:
paboyle 2016-03-16 02:27:53 -07:00
parent d6b64f47d9
commit f9faec38be

View File

@ -102,7 +102,7 @@ void GridLogConfigure(std::vector<std::string> &logstreams)
////////////////////////////////////////////////////////////
void Grid_quiesce_nodes(void)
{
int me;
int me=0;
#ifdef GRID_COMMS_MPI
MPI_Comm_rank(MPI_COMM_WORLD,&me);
#endif