Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer committed Jul 21, 2024
1 parent d435502 commit 1fafd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/user_gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You want to choose a file system with the following properties

## Set `JULIA_CPU_TARGET` appropriately.

On many clusters, the sections above are all you need to get a solid Julia setup. However, if your on a **heterogeneous HPC cluster**, that is, if different nodes have different CPU (micro-)architectures, you should/need to do a few more preparations. Otherwise, you might encounter nasty error messages like "`Illegal instruction`".
On many clusters, the sections above are all you need to get a solid Julia setup. However, if you're on a **heterogeneous HPC cluster**, that is, if different nodes have different CPU (micro-)architectures, you should/need to do a few more preparations. Otherwise, you might encounter nasty error messages like "`Illegal instruction`".

To make Julia produce efficient code that works on different CPUs, you need to set [`JULIA_CPU_TARGET`](https://docs.julialang.org/en/v1.10-dev/manual/environment-variables/#JULIA_CPU_TARGET). For example, if you want Julia to compile all functions (`clone_all`) for Intel Skylake (`skylake-avx512`), AMD Zen 2 (`znver2`), and a generic fallback (`generic`), for safety, you could put the following into your `.bashrc`:

Expand Down

0 comments on commit 1fafd39

Please sign in to comment.