-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debian {10,11} -> {11,12}; update docs (#61)
* debian: {10,11} -> {11,12} * Add more docs on the update procedure. * Explain why CentOS7 is still there. * Pin cython < 3 * Add OpenMPI workarounds from Fedora to CentOS Stream {8,9}
- Loading branch information
Showing
6 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
#!/bin/bash | ||
# Ensure that gcc-9 toolchain is enabled | ||
source /opt/rh/gcc-toolset-9/enable | ||
# Inspired by https://github.com/open-mpi/ompi/issues/11295 to try and | ||
# avoid hangs when running MPI tests. | ||
export FI_PROVIDER="tcp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Inspired by https://github.com/open-mpi/ompi/issues/11295 to try and | ||
# avoid hangs when running MPI tests. | ||
export FI_PROVIDER="tcp" |
This file was deleted.
Oops, something went wrong.