Skip to content

Commit 056d7ad

Browse files
authored
Merge pull request #6419 from hppritcha/topic/fix_pgi_usempif08_4.0.x
fortran:use mpif08 fix for PGI linking
2 parents fd143eb + 6596277 commit 056d7ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ompi/mpi/fortran/use-mpi-f08/Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# and Technology (RIST). All rights reserved.
1212
# Copyright (c) 2016 IBM Corporation. All rights reserved.
1313
# Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
14+
# Copyright (c) 2019 Triad National Security, LLC. All rights
15+
# reserved.
1416
#
1517
# $COPYRIGHT$
1618
#
@@ -39,7 +41,8 @@ CLEANFILES += *.i90
3941
lib_LTLIBRARIES = lib@OMPI_LIBMPI_NAME@_usempif08.la
4042

4143
module_sentinel_file = \
42-
mod/libforce_usempif08_internal_modules_to_be_built.la
44+
mod/libforce_usempif08_internal_modules_to_be_built.la \
45+
bindings/libforce_usempif08_internal_bindings_to_be_built.la
4346

4447
mpi-f08.lo: $(module_sentinel_file)
4548
mpi-f08.lo: mpi-f08.F90

0 commit comments

Comments
 (0)