Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CIME/non_py/src/timing/perf_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ subroutine t_prf(filename, mpicom, num_outpe, stride_outpe, &
!-----------------------------------------------------------------------
!
if (.not. timing_initialized) return
#ifdef NUOPC_INTERFACE
#if defined NUOPC_INTERFACE && ! (defined MODEL_THETA_L && defined HOMME_ENABLE_COMPOSE)
return
#endif

Expand Down