Ignore:
Timestamp:
03/27/18 20:40:31 (6 years ago)
Author:
yushan
Message:

tests (client, complete, toy, rempa) work fine with 2-level server mode. Tested on ADA (2*2+2)

Location:
XIOS/dev/branch_openmp/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/node/context.cpp

    r1460 r1468  
    257257      
    258258 
    259      if (CServer::serverLevel != 1) 
     259     //if (CServer::serverLevel != 1) 
     260      if (CServer::serverLevel == 0) 
    260261      // initClient is called by client 
    261      { 
     262      { 
    262263       client = new CContextClient(this, intraComm, interComm, cxtServer); 
    263264       if (cxtServer) // Attached mode 
     
    289290       server = new CContextServer(this, intraCommServer, interCommServer); 
    290291     } 
    291      else 
     292     else if(CServer::serverLevel == 1) 
    292293     // initClient is called by primary server 
    293294     { 
  • XIOS/dev/branch_openmp/src/test/test_remap_omp.f90

    r1463 r1468  
    231231    !CALL xios_recv_field("src_field_curvilinear", tmp_field_1) 
    232232    !CALL xios_recv_field("src_field_unstructured", tmp_field_2) 
     233    CALL xios_recv_field("src_field_regular", tmp_field_0) 
     234    !CALL xios_recv_field("src_field_curvilinear", tmp_field_1) 
     235    !CALL xios_recv_field("src_field_unstructured", tmp_field_2) 
    233236    CALL xios_update_calendar(ts) 
    234237     
Note: See TracChangeset for help on using the changeset viewer.