Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Jul 5, 2024
1 parent 09f0270 commit 782b209
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/Benchmarks/hpc-enviroments-setonix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ We also provide scripts `install-p4est.sh` and `install-petsc.sh` that using the
To load julia, you might add `module load julia/X.Y.Z` to your `.bashrc` or setup your own binaries in `$HOME/bin/julia/X.Y.Z` and then add it to your path.

## MPICH Usage
Setonix uses Cray-MPICH. To tell MPI.jl that this is the case, use
```julia
MPIPreferences.use_system_binary(mpiexec="srun", vendor="cray")
```

When running multi-node jobs the following enviroment variables must be set:
```bash
Expand Down

0 comments on commit 782b209

Please sign in to comment.