@@ -1643,6 +1643,7 @@ OMPI_DECLSPEC int MPI_Comm_idup_with_info(MPI_Comm comm, MPI_Info info, MPI_Com
16431643OMPI_DECLSPEC MPI_Comm MPI_Comm_f2c (MPI_Fint comm );
16441644OMPI_DECLSPEC int MPI_Comm_free_keyval (int * comm_keyval );
16451645OMPI_DECLSPEC int MPI_Comm_free (MPI_Comm * comm );
1646+ OMPI_DECLSPEC MPI_Comm MPI_Comm_fromint (int comm );
16461647OMPI_DECLSPEC int MPI_Comm_get_attr (MPI_Comm comm , int comm_keyval ,
16471648 void * attribute_val , int * flag );
16481649OMPI_DECLSPEC int MPI_Dist_graph_create (MPI_Comm comm_old , int n , const int nodes [],
@@ -1696,6 +1697,7 @@ OMPI_DECLSPEC int MPI_Comm_spawn_multiple(int count, char *array_of_commands[],
16961697OMPI_DECLSPEC int MPI_Comm_split (MPI_Comm comm , int color , int key , MPI_Comm * newcomm );
16971698OMPI_DECLSPEC int MPI_Comm_split_type (MPI_Comm comm , int split_type , int key , MPI_Info info , MPI_Comm * newcomm );
16981699OMPI_DECLSPEC int MPI_Comm_test_inter (MPI_Comm comm , int * flag );
1700+ OMPI_DECLSPEC int MPI_Comm_toint (MPI_Comm comm );
16991701OMPI_DECLSPEC int MPI_Compare_and_swap (const void * origin_addr , const void * compare_addr ,
17001702 void * result_addr , MPI_Datatype datatype , int target_rank ,
17011703 MPI_Aint target_disp , MPI_Win win );
@@ -2824,6 +2826,7 @@ OMPI_DECLSPEC int PMPI_Comm_idup_with_info(MPI_Comm comm, MPI_Info info, MPI_Co
28242826OMPI_DECLSPEC MPI_Comm PMPI_Comm_f2c (MPI_Fint comm );
28252827OMPI_DECLSPEC int PMPI_Comm_free_keyval (int * comm_keyval );
28262828OMPI_DECLSPEC int PMPI_Comm_free (MPI_Comm * comm );
2829+ OMPI_DECLSPEC MPI_Comm PMPI_Comm_fromint (int comm );
28272830OMPI_DECLSPEC int PMPI_Comm_get_attr (MPI_Comm comm , int comm_keyval ,
28282831 void * attribute_val , int * flag );
28292832OMPI_DECLSPEC int PMPI_Dist_graph_create (MPI_Comm comm_old , int n , const int nodes [],
@@ -2877,6 +2880,7 @@ OMPI_DECLSPEC int PMPI_Comm_spawn_multiple(int count, char *array_of_commands[]
28772880OMPI_DECLSPEC int PMPI_Comm_split (MPI_Comm comm , int color , int key , MPI_Comm * newcomm );
28782881OMPI_DECLSPEC int PMPI_Comm_split_type (MPI_Comm comm , int split_type , int key , MPI_Info info , MPI_Comm * newcomm );
28792882OMPI_DECLSPEC int PMPI_Comm_test_inter (MPI_Comm comm , int * flag );
2883+ OMPI_DECLSPEC int PMPI_Comm_toint (MPI_Comm comm );
28802884OMPI_DECLSPEC int PMPI_Compare_and_swap (const void * origin_addr , const void * compare_addr ,
28812885 void * result_addr , MPI_Datatype datatype , int target_rank ,
28822886 MPI_Aint target_disp , MPI_Win win );
0 commit comments