You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,6 @@ julia --project -e 'using MPI; MPI.use_system_binary()'
92
92
from transitive dependencies is broken (https://github.com/JuliaPackaging/Preferences.jl/issues/24).
93
93
To fix this update your version of Julia, or add `MPIPreferences` as a direct dependency to your project.
94
94
95
-
The MPI standard doesn't specify the exact application binary interface (ABI).
96
95
97
96
The following MPI implementations should work out-of-the-box with MPI.jl:
98
97
@@ -110,6 +109,7 @@ MPI.use_system_binary
110
109
You can use the argument `mpiexec` to provide the name (or full path) of the MPI launcher executable. The default is
111
110
`mpiexec`, but some clusters require using the scheduler launcher interface (e.g. `srun`
112
111
on Slurm, `aprun` on PBS). If the MPI library has an uncommon name you can provide it in `library_names`.
112
+
The MPI standard does not specify the exact application binary interface (ABI).
113
113
In case ABI detection fails you can provide a manual choice,
114
114
but also open an issue so that the auto-detection can be improved. `export_prefs=true` can be used to copy the preferences into the `Project.toml` instead of creating a
0 commit comments