Ignore:
Timestamp:
02/27/17 14:19:19 (7 years ago)
Author:
yushan
Message:

server mode OK for both multiple and one file mode. Tested with test_client

File:
1 edited

Legend:

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

    r1060 r1063  
    260260       MPI_Comm_dup(interComm, &interCommServer); 
    261261       comms.push_back(interCommServer); 
     262        
     263       printf("comm_dup OK\n"); 
    262264     } 
    263265     server = new CContextServer(this,intraCommServer,interCommServer); 
Note: See TracChangeset for help on using the changeset viewer.