Ignore:
Timestamp:
12/02/14 19:21:00 (10 years ago)
Author:
milmd
Message:

Less output messages are written. On 20000 cores it is better. In LMDZ, only master of MPI and OpenMP can write.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/dyn3dpar/conf_gcm.F

    r222 r298  
    1919      use assert_m, only: assert 
    2020      use sponge_mod_p, only: callsponge,mode_sponge,nsponge,tetasponge 
     21      use mod_phys_lmdz_para, only : is_master 
    2122      IMPLICIT NONE 
    2223!----------------------------------------------------------------------- 
     
    952953 
    953954 
     955      if (is_master) then 
    954956      write(lunout,*)' #########################################' 
    955957      write(lunout,*)' Configuration des parametres lus via run.def ' 
     
    10071009       write(lunout,*)' moyzon_ch = ', moyzon_ch 
    10081010      endif 
     1011      end if !of if (is_master) 
    10091012 
    10101013      RETURN 
Note: See TracChangeset for help on using the changeset viewer.