Changeset 2623
- Timestamp:
- Feb 17, 2022, 2:29:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/planetary_operations_p.F90
r2126 r2623 42 42 43 43 ! broadcast the result to all procs 44 !$OMP CRITICAL (MPI _BCAST)44 !$OMP CRITICAL (MPI) 45 45 #ifdef CPP_MPI 46 46 call MPI_BCAST(value,1,MPI_REAL8,0,COMM_LMDZ,ierr) 47 47 #endif 48 !$OMP END CRITICAL (MPI _BCAST)48 !$OMP END CRITICAL (MPI) 49 49 50 50 end subroutine planetary_atm_mass_from_ps_p … … 98 98 99 99 ! broadcast the result to all procs 100 !$OMP CRITICAL (MPI _BCAST)100 !$OMP CRITICAL (MPI) 101 101 #ifdef CPP_MPI 102 102 call MPI_BCAST(amount,1,MPI_REAL8,0,COMM_LMDZ,ierr) 103 103 #endif 104 !$OMP END CRITICAL (MPI _BCAST)104 !$OMP END CRITICAL (MPI) 105 105 106 106 end subroutine planetary_tracer_amount_from_mass_p
Note: See TracChangeset
for help on using the changeset viewer.