@@ -1642,6 +1642,7 @@ OMPI_DECLSPEC int MPI_Comm_idup_with_info(MPI_Comm comm, MPI_Info info, MPI_Com
16421642OMPI_DECLSPEC MPI_Comm MPI_Comm_f2c (MPI_Fint comm );
16431643OMPI_DECLSPEC int MPI_Comm_free_keyval (int * comm_keyval );
16441644OMPI_DECLSPEC int MPI_Comm_free (MPI_Comm * comm );
1645+ OMPI_DECLSPEC MPI_Comm MPI_Comm_fromint (int comm );
16451646OMPI_DECLSPEC int MPI_Comm_get_attr (MPI_Comm comm , int comm_keyval ,
16461647 void * attribute_val , int * flag );
16471648OMPI_DECLSPEC int MPI_Dist_graph_create (MPI_Comm comm_old , int n , const int nodes [],
@@ -1695,6 +1696,7 @@ OMPI_DECLSPEC int MPI_Comm_spawn_multiple(int count, char *array_of_commands[],
16951696OMPI_DECLSPEC int MPI_Comm_split (MPI_Comm comm , int color , int key , MPI_Comm * newcomm );
16961697OMPI_DECLSPEC int MPI_Comm_split_type (MPI_Comm comm , int split_type , int key , MPI_Info info , MPI_Comm * newcomm );
16971698OMPI_DECLSPEC int MPI_Comm_test_inter (MPI_Comm comm , int * flag );
1699+ OMPI_DECLSPEC int MPI_Comm_toint (MPI_Comm comm );
16981700OMPI_DECLSPEC int MPI_Compare_and_swap (const void * origin_addr , const void * compare_addr ,
16991701 void * result_addr , MPI_Datatype datatype , int target_rank ,
17001702 MPI_Aint target_disp , MPI_Win win );
@@ -2820,6 +2822,7 @@ OMPI_DECLSPEC int PMPI_Comm_idup_with_info(MPI_Comm comm, MPI_Info info, MPI_Co
28202822OMPI_DECLSPEC MPI_Comm PMPI_Comm_f2c (MPI_Fint comm );
28212823OMPI_DECLSPEC int PMPI_Comm_free_keyval (int * comm_keyval );
28222824OMPI_DECLSPEC int PMPI_Comm_free (MPI_Comm * comm );
2825+ OMPI_DECLSPEC MPI_Comm PMPI_Comm_fromint (int comm );
28232826OMPI_DECLSPEC int PMPI_Comm_get_attr (MPI_Comm comm , int comm_keyval ,
28242827 void * attribute_val , int * flag );
28252828OMPI_DECLSPEC int PMPI_Dist_graph_create (MPI_Comm comm_old , int n , const int nodes [],
@@ -2873,6 +2876,7 @@ OMPI_DECLSPEC int PMPI_Comm_spawn_multiple(int count, char *array_of_commands[]
28732876OMPI_DECLSPEC int PMPI_Comm_split (MPI_Comm comm , int color , int key , MPI_Comm * newcomm );
28742877OMPI_DECLSPEC int PMPI_Comm_split_type (MPI_Comm comm , int split_type , int key , MPI_Info info , MPI_Comm * newcomm );
28752878OMPI_DECLSPEC int PMPI_Comm_test_inter (MPI_Comm comm , int * flag );
2879+ OMPI_DECLSPEC int PMPI_Comm_toint (MPI_Comm comm );
28762880OMPI_DECLSPEC int PMPI_Compare_and_swap (const void * origin_addr , const void * compare_addr ,
28772881 void * result_addr , MPI_Datatype datatype , int target_rank ,
28782882 MPI_Aint target_disp , MPI_Win win );
0 commit comments