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

unify type : MPI_Datatype MPI_Aint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.