Ignore:
Timestamp:
06/07/18 19:39:07 (6 years ago)
Author:
yushan
Message:

save dev : intercomm_create via intracomm. To do : modif related intercomm communication routines, barrier, free, rank, size...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/extern/ep_dev/ep_lib.hpp

    r1522 r1525  
    3030 
    3131  int MPI_Comm_free(MPI_Comm* comm); 
     32  int MPI_Comm_free2(MPI_Comm* comm); 
    3233 
    3334  int MPI_Finalize(); 
     
    4041   
    4142  int MPI_Comm_remote_size(MPI_Comm comm, int *size); 
     43  int MPI_Comm_remote_size2(MPI_Comm comm, int *size); 
     44 
    4245 
    4346  int MPI_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm); 
Note: See TracChangeset for help on using the changeset viewer.