Skip to content
Snippets Groups Projects
Commit 556e9098 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Unconditionally initialize list of clients in PIO server loop.

parent 2725df03
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,6 @@ serverWinCreate(void)
{
struct serverBufferSetup setup;
serverBufSizes(&setup);
setupClientRanks();
MPI_Comm collClientIntraComm = cdiPioInqCollClientIntraComm();
MPI_Info no_locks_info;
xmpi(MPI_Info_create(&no_locks_info));
......@@ -1034,6 +1033,7 @@ void cdiPioCollectorMessageLoop(void)
#endif
int *streamActivity = NULL;
setupClientRanks();
for ( ;; )
{
xmpi ( MPI_Probe ( MPI_ANY_SOURCE, MPI_ANY_TAG, pioInterComm, &status ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment