Ignore:
Timestamp:
03/15/17 17:17:30 (7 years ago)
Author:
yushan
Message:

add test_omp ; Using threads : modif for context_initialize

Location:
XIOS/dev/branch_yushan/src/test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/test/test_client.f90

    r1072 r1073  
    33  USE xios 
    44  USE mod_wait 
    5   use omp_lib 
    65  IMPLICIT NONE 
    76  INCLUDE "mpif.h" 
     
    4039  CALL MPI_COMM_RANK(MPI_COMM_WORLD,rank,ierr) 
    4140  if(rank < 2) then 
     41 
    4242   
    4343  CALL xios_initialize(id,return_comm=comm) 
     
    4545  CALL MPI_COMM_RANK(comm,rank,ierr) 
    4646  CALL MPI_COMM_SIZE(comm,size,ierr) 
     47 
    4748 
    4849  DO j=1,nj_glo 
Note: See TracChangeset for help on using the changeset viewer.