Skip to content

Commit 43a046e

Browse files
committed
mpiext/shortfloat: Disable use-mpi-f08 extension
The latest two commits in this branch needs commits in the PR #6210. To avoid compilation errors, the new datatypes are disabled in the use-mpi-f08 bindings until the PR is merged. After the PR is merged, this commit will be removed. Signed-off-by: KAWASHIMA Takahiro <[email protected]>
1 parent 4fcffb5 commit 43a046e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ompi/mpiext/shortfloat/use-mpi-f08/mpiext_shortfloat_usempif08.h.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@
1111
! This whole file will be included in the mpi_f08_ext module interface
1212
! section.
1313

14+
! disable to avoid compilation errors until PR #6210 is merged
15+
#if 0
16+
1417
type(MPI_Datatype), bind(C, name="ompi_f08_mpi_short_float") OMPI_PROTECTED :: MPIX_SHORT_FLOAT
1518
type(MPI_Datatype), bind(C, name="ompi_f08_mpi_c_short_float_complex") OMPI_PROTECTED :: MPIX_C_SHORT_FLOAT_COMPLEX
1619
type(MPI_Datatype), bind(C, name="ompi_f08_mpi_cxx_short_float_complex") OMPI_PROTECTED :: MPIX_CXX_SHORT_FLOAT_COMPLEX
1720

1821
#if @OMPI_MPIX_SHORT_FLOAT_IS_C_FLOAT16@
1922
type(MPI_Datatype), bind(C, name="ompi_f08_mpi_c_float16") OMPI_PROTECTED :: MPIX_C_FLOAT16
2023
#endif
24+
25+
#endif

0 commit comments

Comments
 (0)