Ignore:
Timestamp:
12/07/17 16:56:23 (7 years ago)
Author:
yushan
Message:

unify type : MPI_Datatype MPI_Aint

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

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/client_server_mapping.cpp

    r1328 r1365  
    88 */ 
    99#include "client_server_mapping.hpp" 
     10 
    1011using namespace ep_lib; 
    1112 
  • XIOS/dev/branch_openmp/src/event_scheduler.cpp

    r1328 r1365  
    22#include "xios_spl.hpp" 
    33#include "mpi.hpp" 
     4 
    45using namespace ep_lib; 
    56 
  • XIOS/dev/branch_openmp/src/interface/c/oasis_cinterface.cpp

    r1328 r1365  
    2626     
    2727    fxios_oasis_get_localcomm(&f_comm) ; 
    28     comm=EP_Comm_f2c(f_comm.mpi_fint) ; 
     28    //comm=EP_Comm_f2c(f_comm.mpi_fint) ; 
    2929  } 
    3030  
     
    3434     
    3535    fxios_oasis_get_intracomm(&f_comm,server_id.data(),server_id.size()) ; 
    36     comm_client_server=EP_Comm_f2c(f_comm.mpi_fint) ; 
     36    //comm_client_server=EP_Comm_f2c(f_comm.mpi_fint) ; 
    3737  } 
    3838  
     
    4242     
    4343    fxios_oasis_get_intercomm(&f_comm,server_id.data(),server_id.size()) ; 
    44     comm_client_server=EP_Comm_f2c(f_comm.mpi_fint) ; 
     44    //comm_client_server=EP_Comm_f2c(f_comm.mpi_fint) ; 
    4545  } 
    4646} 
Note: See TracChangeset for help on using the changeset viewer.