Ignore:
Timestamp:
02/12/19 10:16:40 (5 years ago)
Author:
yushan
Message:

branch tested with openmpi thread_multiple

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/extern/src_ep_dev/ep_type.hpp

    r1646 r1650  
    6262  }; 
    6363 
    64   class MPI_Fint 
     64  class EP_Fint 
    6565  { 
    6666    public: 
     
    6868    void* mpi_fint; 
    6969     
    70     MPI_Fint() {} 
    71     MPI_Fint(void* fint); 
     70    EP_Fint() {} 
     71    EP_Fint(void* fint); 
    7272                                  
    7373  }; 
Note: See TracChangeset for help on using the changeset viewer.