Skip to content

Commit

Permalink
Merge pull request #58 from anton-seaice/57-missing-ifdef
Browse files Browse the repository at this point in the history
missing #ifdef
  • Loading branch information
jedwards4b authored Dec 9, 2024
2 parents 3dd7edb + eddbee9 commit 46405f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shr_reprosum_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,9 @@ subroutine shr_reprosum_calc (arr, arr_gsum, nsummands, dsummands, &
else
mpi_comm = MPI_COMM_WORLD
endif
#ifdef TIMING
call t_barrierf('sync_repro_sum',mpi_comm)

#endif
! check whether should abort if input contains NaNs or INFs
abort_inf_nan = .not. repro_sum_allow_infnan
if ( present(allow_infnan) ) then
Expand Down

0 comments on commit 46405f1

Please sign in to comment.