Loading src/cluster/cluster.cpp +4 −0 Original line number Original line Diff line number Diff line Loading @@ -536,6 +536,10 @@ void cluster(const string& config_file, const string& data_file, const string& o delete sconf; delete sconf; delete gconf; delete gconf; #ifdef USE_MAGMA logger->log("INFO: Process " + to_string(mpidata->rank) + " finalizes MAGMA.\n"); magma_finalize(); #endif chrono::time_point<chrono::high_resolution_clock> t_end = chrono::high_resolution_clock::now(); chrono::time_point<chrono::high_resolution_clock> t_end = chrono::high_resolution_clock::now(); elapsed = t_end - t_start; elapsed = t_end - t_start; string message = "INFO: Calculation lasted " + to_string(elapsed.count()) + "s.\n"; string message = "INFO: Calculation lasted " + to_string(elapsed.count()) + "s.\n"; Loading Loading
src/cluster/cluster.cpp +4 −0 Original line number Original line Diff line number Diff line Loading @@ -536,6 +536,10 @@ void cluster(const string& config_file, const string& data_file, const string& o delete sconf; delete sconf; delete gconf; delete gconf; #ifdef USE_MAGMA logger->log("INFO: Process " + to_string(mpidata->rank) + " finalizes MAGMA.\n"); magma_finalize(); #endif chrono::time_point<chrono::high_resolution_clock> t_end = chrono::high_resolution_clock::now(); chrono::time_point<chrono::high_resolution_clock> t_end = chrono::high_resolution_clock::now(); elapsed = t_end - t_start; elapsed = t_end - t_start; string message = "INFO: Calculation lasted " + to_string(elapsed.count()) + "s.\n"; string message = "INFO: Calculation lasted " + to_string(elapsed.count()) + "s.\n"; Loading