Skip to content

Commit

Permalink
Fixes MPI path
Browse files Browse the repository at this point in the history
  • Loading branch information
aturner-epcc authored Jun 27, 2024
1 parent fec34e4 commit bae808b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/data-tools/julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ for further details). Then you can launch Julia in an environment of your
choice, ready to build.

```bash
module load cray-mpich/8.1.4
module load cray-mpich/8.1.23
export JULIA_MPI_BINARY="system"
export JULIA_MPI_PATH=""
export JULIA_MPI_LIBRARY="/opt/cray/pe/mpich/8.1.4/ofi/cray/9.1/lib/libmpi.so"
export JULIA_MPI_LIBRARY="/opt/cray/pe/mpich/8.1.23/ofi/gnu/9.1/lib/libmpi.so"
export JULIA_MPIEXEC="srun"

julia --project=<<path to environment>>
Expand Down Expand Up @@ -129,7 +129,7 @@ Below is an example script for running Julia with mpi on the compute nodes
# Setup the job environment (this module needs to be loaded before any other modules)
module load PrgEnv-cray
module load cray-mpich/8.1.4
module load cray-mpich/8.1.23
# Set the number of threads to 1
# This prevents any threaded system libraries from automatically
Expand Down

0 comments on commit bae808b

Please sign in to comment.