@@ -1450,6 +1450,8 @@ OMPI_DECLSPEC int MPI_Abi_version(int *abi_major, int *abi_minor);
14501450OMPI_DECLSPEC int MPI_Abi_details (int * buflen , char * details , MPI_Info * info );
14511451OMPI_DECLSPEC int MPI_Abi_get_fortran_info (MPI_Info * info );
14521452OMPI_DECLSPEC int MPI_Abi_set_fortran_info (MPI_Info info );
1453+ OMPI_DECLSPEC int MPI_Abi_get_fortran_booleans (int logical_size , void * logical_true , void * logical_false , int * is_set );
1454+ OMPI_DECLSPEC int MPI_Abi_set_fortran_booleans (int logical_size , void * logical_true , void * logical_false );
14531455OMPI_DECLSPEC int MPI_Abort (MPI_Comm comm , int errorcode );
14541456OMPI_DECLSPEC int MPI_Accumulate (const void * origin_addr , int origin_count , MPI_Datatype origin_datatype ,
14551457 int target_rank , MPI_Aint target_disp , int target_count ,
@@ -2626,6 +2628,8 @@ OMPI_DECLSPEC int PMPI_Abi_version(int *abi_major, int *abi_minor);
26262628OMPI_DECLSPEC int PMPI_Abi_details (int * buflen , char * details , MPI_Info * info );
26272629OMPI_DECLSPEC int PMPI_Abi_get_fortran_info (MPI_Info * info );
26282630OMPI_DECLSPEC int PMPI_Abi_set_fortran_info (MPI_Info info );
2631+ OMPI_DECLSPEC int PMPI_Abi_get_fortran_booleans (int logical_size , void * logical_true , void * logical_false , int * is_set );
2632+ OMPI_DECLSPEC int PMPI_Abi_set_fortran_booleans (int logical_size , void * logical_true , void * logical_false );
26292633OMPI_DECLSPEC int PMPI_Abort (MPI_Comm comm , int errorcode );
26302634OMPI_DECLSPEC int PMPI_Accumulate (const void * origin_addr , int origin_count , MPI_Datatype origin_datatype ,
26312635 int target_rank , MPI_Aint target_disp , int target_count ,
0 commit comments