Skip to content
Snippets Groups Projects
Commit 84a1dc99 authored by Wang, Ruonan's avatar Wang, Ruonan
Browse files

removed sleep in DataManWriter

parent 3368696b
No related branches found
No related tags found
1 merge request!270Finished DataMan Transport Manager refactoring but full functionality still pending on Read API
......@@ -12,7 +12,6 @@
#define ADIOS2_ENGINE_DATAMAN_DATAMAN_WRITER_H_
#include <iostream> //std::cout must be removed, only used for hello example
#include <unistd.h> //sleep must be removed
#include "adios2/ADIOSConfig.h"
#include "adios2/core/Engine.h"
......
......@@ -73,10 +73,6 @@ void DataManWriter::DoWriteCommon(Variable<T> &variable, const T *values)
std::cout << "Rank: " << i << "\n";
std::cout << std::endl;
}
else
{
sleep(1);
}
}
MPI_Barrier(m_MPIComm);
}
......
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