Skip to content

Commit

Permalink
Remove redundant OMP call (NorESMhub#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik authored Nov 26, 2024
1 parent 884fe3c commit db95cf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/nuopc/ocn_comp_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ subroutine InitializeAdvertise(gcomp, importState, exportState, clock, rc)
if (ChkErr(rc, __LINE__, u_FILE_u)) return
read(cvalue,*) nthrds
endif
!$ call omp_set_num_threads(nthrds)

! Reset shr logging to components log file.
call set_component_logging(gcomp, localPet==0, lp, shrlogunit, rc)
Expand Down

0 comments on commit db95cf3

Please sign in to comment.