Ignore:
Timestamp:
02/17/17 17:55:37 (7 years ago)
Author:
yushan
Message:

ep_lib namespace specified when netcdf involved

File:
1 edited

Legend:

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

    r1037 r1053  
    4242 
    4343  CALL MPI_COMM_RANK(comm,rank,ierr) 
    44   print*, "test_client MPI_COMM_RANK OK" 
     44  print*, "test_client MPI_COMM_RANK OK", rank 
    4545  CALL MPI_COMM_SIZE(comm,size,ierr) 
     46  print*, "test_client MPI_COMM_SIZE OK", size 
    4647   
    4748 
     
    138139  PRINT*,"field field_A is active ? ",xios_field_is_active("field_A") 
    139140  !DO ts=1,24*10 
    140   DO ts=1,24 
     141  DO ts=1,6 
    141142    CALL xios_update_calendar(ts) 
    142143    print*, "xios_update_calendar OK, ts = ", ts 
Note: See TracChangeset for help on using the changeset viewer.