We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd748bd commit ea60d83Copy full SHA for ea60d83
README.md
@@ -490,10 +490,8 @@ base as of this writing (April 2020):
490
```
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). 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
-
+ https://github.com/open-mpi/ompi/issues/8919). One can work-around
+ this issue by explicitely setting `FCFLAGS=-fPIC` during configure.
497
498
### General Run-Time Support Notes
499
0 commit comments