Ignore:
Timestamp:
02/08/13 12:09:35 (11 years ago)
Author:
ymipsl
Message:

Some operations must be only done by the mpi master task.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/advect_tracer.f90

    r110 r131  
    3737    USE advect_mod 
    3838    USE disvert_mod 
     39    USE mpipara 
    3940    IMPLICIT NONE 
    4041    TYPE(t_field),POINTER :: f_ps(:) 
     
    135136 
    136137    IF ( iadvtr == iapp_tracvl ) THEN  
    137        PRINT *, 'Advection scheme' 
     138       IF (is_mpi_root) PRINT *, 'Advection scheme' 
    138139       bigt = dt*iapp_tracvl 
    139140       DO ind=1,ndomain 
Note: See TracChangeset for help on using the changeset viewer.