Skip to content

fortran:fix for PGI linking #6412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2019

Conversation

hppritcha
Copy link
Member

commit c6070fd broke building fortran bindings
with PGI compilers. Turns out PGI compilers need
to link in the *.o from a module file whether or
not there are module subroutines defined or not in
the module file.

Related to #6411

Signed-off-by: Howard Pritchard [email protected]

commit c6070fd broke building fortran bindings
with PGI compilers.  Turns out PGI compilers need
to link in the *.o from a module file whether or
not there are module subroutines defined or not in
the module file.

Related to open-mpi#6411

Signed-off-by: Howard Pritchard <[email protected]>
@hppritcha hppritcha changed the title fortran:use mpif08 fix for PGI linking fortran:fix for PGI linking Feb 20, 2019
@hppritcha hppritcha merged commit d6cdbdf into open-mpi:master Feb 22, 2019
@hppritcha hppritcha deleted the topic/fix_pgi_usempif08 branch October 29, 2021 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant