Skip to content
Snippets Groups Projects
Commit 12693ea8 authored by Berenger Bramas's avatar Berenger Bramas
Browse files

clean fftw thread end of main

parent dea6ea3c
No related branches found
No related tags found
2 merge requests!21Bugfix/nansampling,!3Bugfix/event manager show html
......@@ -134,6 +134,10 @@ class _code(_base):
}
fftwf_mpi_cleanup();
fftw_mpi_cleanup();
if (nbThreads > 1){
fftw_cleanup_threads();
fftwf_cleanup_threads();
}
#ifdef USE_TIMINGOUTPUT
global_timer_manager.show(MPI_COMM_WORLD);
global_timer_manager.showMpi(MPI_COMM_WORLD);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment