- Timestamp:
- Jul 2, 2020, 10:04:09 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Optimisation_LMDZ/libf/phy_common/profiling_physic.F90
r3739 r3746 206 206 END SUBROUTINE print_profile 207 207 208 #ifdef CPP_OMP 208 209 subroutine checked_omp_barrier(message) 209 210 use omp_lib, only : omp_get_team_size … … 220 221 call abort_physic(modname, "Timer barrier",1) 221 222 end if 222 end subroutine checked_omp_barrier 223 end subroutine checked_omp_barrier 224 #else 225 subroutine checked_omp_barrier(message) 226 character(*), intent(in) :: message 227 end subroutine checked_omp_barrier 228 #endif 223 229 224 230 END MODULE profiling_physic_mod
Note: See TracChangeset
for help on using the changeset viewer.