Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 87c0cfb

Browse files
committed
Fortran: these lines should not be commented out
(cherry picked from commit 2cfdeff)
1 parent a497bc9 commit 87c0cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mpi/fortran/mpif-h/profile/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,12 +435,12 @@ CLEANFILES += psizeof_f.f90
435435
# Build the MPI_SIZEOF code in a separate convenience library (see
436436
# lengthy comment in ompi/mpi/fortran/mpif-h/Makefile.am for an
437437
# explanation why).
438-
#if BUILD_FORTRAN_SIZEOF
438+
if BUILD_FORTRAN_SIZEOF
439439
noinst_LTLIBRARIES += libmpi_mpifh_psizeof.la
440440
# Do not dist this file; it is generated
441441
nodist_libmpi_mpifh_psizeof_la_SOURCES = psizeof_f.f90
442442
libmpi_mpifh_pmpi_la_LIBADD += libmpi_mpifh_psizeof.la
443-
#endif
443+
endif
444444

445445
sizeof_pl=$(top_srcdir)/ompi/mpi/fortran/base/gen-mpi-sizeof.pl
446446

0 commit comments

Comments
 (0)