@@ -1457,6 +1457,8 @@ OMPI_DECLSPEC int MPI_Abi_version(int *abi_major, int *abi_minor);
14571457OMPI_DECLSPEC int MPI_Abi_details (int * buflen , char * details , MPI_Info * info );
14581458OMPI_DECLSPEC int MPI_Abi_get_fortran_info (MPI_Info * info );
14591459OMPI_DECLSPEC int MPI_Abi_set_fortran_info (MPI_Info info );
1460+ OMPI_DECLSPEC int MPI_Abi_get_fortran_booleans (int logical_size , void * logical_true , void * logical_false , int * is_set );
1461+ OMPI_DECLSPEC int MPI_Abi_set_fortran_booleans (int logical_size , void * logical_true , void * logical_false );
14601462OMPI_DECLSPEC int MPI_Abort (MPI_Comm comm , int errorcode );
14611463OMPI_DECLSPEC int MPI_Accumulate (const void * origin_addr , int origin_count , MPI_Datatype origin_datatype ,
14621464 int target_rank , MPI_Aint target_disp , int target_count ,
@@ -2633,6 +2635,8 @@ OMPI_DECLSPEC int PMPI_Abi_version(int *abi_major, int *abi_minor);
26332635OMPI_DECLSPEC int PMPI_Abi_details (int * buflen , char * details , MPI_Info * info );
26342636OMPI_DECLSPEC int PMPI_Abi_get_fortran_info (MPI_Info * info );
26352637OMPI_DECLSPEC int PMPI_Abi_set_fortran_info (MPI_Info info );
2638+ OMPI_DECLSPEC int PMPI_Abi_get_fortran_booleans (int logical_size , void * logical_true , void * logical_false , int * is_set );
2639+ OMPI_DECLSPEC int PMPI_Abi_set_fortran_booleans (int logical_size , void * logical_true , void * logical_false );
26362640OMPI_DECLSPEC int PMPI_Abort (MPI_Comm comm , int errorcode );
26372641OMPI_DECLSPEC int PMPI_Accumulate (const void * origin_addr , int origin_count , MPI_Datatype origin_datatype ,
26382642 int target_rank , MPI_Aint target_disp , int target_count ,
0 commit comments