Ignore:
Timestamp:
06/13/19 13:46:51 (5 years ago)
Author:
ymipsl
Message:

Comment the call to xios_timer. This functionnality will be commited later.

YM

File:
1 edited

Legend:

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

    r882 r891  
    6868    CALL zero_du_phys 
    6969     
    70     IF (is_omp_master) CALL xios_timer_resume("dynamico") 
     70!    IF (is_omp_master) CALL xios_timer_resume("dynamico") 
    7171    CALL timeloop 
    72     IF (is_omp_master) CALL xios_timer_suspend("dynamico") 
     72!    IF (is_omp_master) CALL xios_timer_suspend("dynamico") 
    7373     
    7474    CALL switch_omp_no_distrib_level 
Note: See TracChangeset for help on using the changeset viewer.