Skip to content

Commit 0c573f6

Browse files
committed
Update README regarding nvfortran fPIC issue
Signed-off-by: Tomislav Janjusic <tomislavj@nvidia.com> (cherry picked from commit ea60d83)
1 parent 04cc077 commit 0c573f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,10 @@ base as of this writing (April 2020):
488488
```
489489
shell$ ompi_info | grep -i fort
490490
```
491-
491+
* As of October 2021, the NVIDIA 'nvfortran' compiler version 21.1
492+
fails to link `libmpi_usempif08.la` (see
493+
https://github.com/open-mpi/ompi/issues/8919). One can work-around
494+
this issue by explicitely setting `FCFLAGS=-fPIC` during configure.
492495

493496
### General Run-Time Support Notes
494497

0 commit comments

Comments
 (0)