Ignore:
Timestamp:
02/12/19 10:16:40 (5 years ago)
Author:
yushan
Message:

branch tested with openmpi thread_multiple

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/test/test_complete_omp.f90

    r1604 r1650  
    1414  TYPE(xios_duration)  :: dtime 
    1515  TYPE(xios_context) :: ctx_hdl 
    16   INTEGER,PARAMETER :: ni_glo=100 
    17   INTEGER,PARAMETER :: nj_glo=100 
     16  INTEGER,PARAMETER :: ni_glo=1000 
     17  INTEGER,PARAMETER :: nj_glo=1000 
    1818  INTEGER,PARAMETER :: llm=5 
    1919  DOUBLE PRECISION  :: lval(llm)=1 
     
    3636    if(provided .NE. 3) then 
    3737      print*, "provided thread level = ", provided 
    38       call MPI_Abort() 
     38      !call MPI_Abort() 
    3939    endif  
    4040 
     
    4545  CALL MPI_COMM_RANK(MPI_COMM_WORLD,rank,ierr) 
    4646  CALL MPI_COMM_SIZE(MPI_COMM_WORLD,size,ierr) 
    47   if(rank < size-2) then 
     47  if(rank < size-4) then 
    4848 
    4949  !$omp parallel default(firstprivate)  
     
    276276      CALL xios_send_field("field_A_srf",field_A_srf) 
    277277 
    278       CALL wait_us(5000) ; 
     278      CALL wait_us(5) ; 
    279279 
    280280 
Note: See TracChangeset for help on using the changeset viewer.