Skip to content

Commit

Permalink
When mpi finalize is call dont call it again
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeCernuda committed Nov 16, 2023
1 parent 0c46b8e commit e52ae07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/src/real_apps/gray-scott/analysis/pdf-calc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ int main(int argc, char *argv[])
auto app_end_time = std::chrono::high_resolution_clock::now(); // Record end time of the application
auto app_duration = std::chrono::duration_cast<std::chrono::milliseconds>(app_end_time - app_start_time);
logger.info("Rank {} - ET {} - milliseconds", rank, app_duration.count());
MPI_Finalize();

MPI_Finalize();
return 0;
Expand Down

0 comments on commit e52ae07

Please sign in to comment.