diff --git a/src/cluster/cluster.cpp b/src/cluster/cluster.cpp index 49571cc6cb95f358050c98a2de8727d5769a80c0..44aff3db320a1151c8988aba22a25a5fdff428c9 100644 --- a/src/cluster/cluster.cpp +++ b/src/cluster/cluster.cpp @@ -403,7 +403,6 @@ void cluster(const string& config_file, const string& data_file, const string& o nvtxRangePush("Output concatenation"); #endif -#ifdef _OPENMP #pragma omp barrier { // thread 0 already wrote on global files, skip it and take care of appending the others @@ -457,7 +456,6 @@ void cluster(const string& config_file, const string& data_file, const string& o // logger->log("done.\n", LOG_DEBG); // } } -#endif // here go the code to append the files written in MPI processes > 0 to the ones on MPI process 0 #ifdef MPI_VERSION if (mpidata->mpirunning) {