Skip to content

Commit ea60d83

Browse files
committed
master: Update README regarding nvfortran fPIC issue
Signed-off-by: Tomislav Janjusic <tomislavj@nvidia.com>
1 parent fd748bd commit ea60d83

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,10 +490,8 @@ base as of this writing (April 2020):
490490
```
491491
* As of October 2021, the NVIDIA 'nvfortran' compiler version 21.1
492492
fails to link `libmpi_usempif08.la` (see
493-
https://github.com/open-mpi/ompi/issues/8919). NVIDIA
494-
estimates that a fixed version of the `nvfortran` compiler will
495-
be included in version v21.11 at the end of November 2021.
496-
493+
https://github.com/open-mpi/ompi/issues/8919). One can work-around
494+
this issue by explicitely setting `FCFLAGS=-fPIC` during configure.
497495

498496
### General Run-Time Support Notes
499497

0 commit comments

Comments
 (0)