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
copying that to a central location like: `/software/mpi/julia` and setting `JULIA_LOAD_PATH=":/software/mpi/julia"` (note the `:` before the path) in the coressponding module file (preferrably the MPI installation, or the Julia module)
135
-
, will cause the user to default to your cluster MPI installation.
134
+
Copying this `Project.toml` to a central location such as `/software/mpi/julia` and setting the environment
135
+
variable `JULIA_LOAD_PATH=":/software/mpi/julia"` (note the `:` before the path) in the corresponding
136
+
module file (preferably the module file for the MPI installation or for Julia),
137
+
will cause the user to default to your cluster MPI installation.
136
138
137
-
The user can still create a differing per Julia project that
138
-
will take precedent.
139
+
The user can still provide differing MPI configurations for each Julia project that
140
+
will take precedent by modifying the local `Project.toml` or by providing a `LocalPreferences.toml` file.
139
141
140
142
### Using a different JLL provided MPI library
141
143
142
-
The following JLL implementations are provided:
144
+
The following MPI implementations are provided as JLL packages and automatically obtained when installing MPI.jl:
143
145
144
146
-`MicrosoftMPI_jll`: Default for Windows
145
-
-`MPICH_jll`: Default on all Unix systems
147
+
-`MPICH_jll`: Default for all Unix-like systems
146
148
-[`MPItrampoline_jll`](https://github.com/eschnett/MPItrampoline): Binaries built against MPItrampoline can be efficiently retargetted to a system MPI implementation.
0 commit comments