Skip to content

Commit

Permalink
Fixed MPI sync timer
Browse files Browse the repository at this point in the history
  • Loading branch information
JanVogelsang committed Dec 16, 2024
1 parent 88e0653 commit 3d90363
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmake/ConfigureSummary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ function( NEST_PRINT_CONFIG_SUMMARY )
message( "Threaded timers : No" )
endif ()

message( "" )
if ( THREADED_TIMERS )
message( "MPI sync timer : Yes" )
else ()
message( "MPI sync timer : No" )
endif ()

message( "" )
if ( HAVE_MUSIC )
message( "Use MUSIC : Yes (MUSIC ${MUSIC_VERSION})" )
Expand Down
3 changes: 3 additions & 0 deletions libnestutil/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@
/* Whether to use one NEST internal timer per thread */
#cmakedefine THREADED_TIMERS 1

/* Whether to use the mpi synchronization timer (including an additional barrier) */
#cmakedefine MPI_SYNC_TIMER 1

/* Whether to do full logging */
#cmakedefine ENABLE_FULL_LOGGING 1

Expand Down

0 comments on commit 3d90363

Please sign in to comment.