Ignore:
Timestamp:
05/15/19 17:19:08 (5 years ago)
Author:
yushan
Message:

MARK: branch merged with trunk @1660. Test (test_complete, test_remap) on ADA with IntelMPI and _usingEP/_usingMPI as switch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/server.cpp

    r1646 r1661  
    5050    void CServer::initialize(void) 
    5151    { 
    52       //int initialized ; 
    53       //MPI_Initialized(&initialized) ; 
    54       //if (initialized) is_MPI_Initialized=true ; 
    55       //else is_MPI_Initialized=false ; 
    5652      int rank ; 
    5753 
     
    6056      { 
    6157 
    62         //if (!is_MPI_Initialized) 
    63         //{ 
    64         //  MPI_Init(NULL, NULL); 
    65         //} 
    6658        CTimer::get("XIOS").resume() ; 
    6759 
Note: See TracChangeset for help on using the changeset viewer.