Commit e8442dd2 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Delete logger at end of MPI process 0 instruction block

parent 441860e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -553,6 +553,7 @@ void cluster(const string& config_file, const string& data_file, const string& o
    time_logger->log(message);
    fclose(timing_file);
    delete time_logger;
    delete logger;
  } // end of instruction block for MPI process 0
  
    //===============================