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

Commit 2cfdeff

Browse files
committed
Fortran: these lines should not be commented out
1 parent 42a761e commit 2cfdeff

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
@@ -437,12 +437,12 @@ CLEANFILES += psizeof_f.f90
437437
# Build the MPI_SIZEOF code in a separate convenience library (see
438438
# lengthy comment in ompi/mpi/fortran/mpif-h/Makefile.am for an
439439
# explanation why).
440-
#if BUILD_FORTRAN_SIZEOF
440+
if BUILD_FORTRAN_SIZEOF
441441
noinst_LTLIBRARIES += libmpi_mpifh_psizeof.la
442442
# Do not dist this file; it is generated
443443
nodist_libmpi_mpifh_psizeof_la_SOURCES = psizeof_f.f90
444444
libmpi_mpifh_pmpi_la_LIBADD += libmpi_mpifh_psizeof.la
445-
#endif
445+
endif
446446

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

0 commit comments

Comments
 (0)