Skip to content

Commit 1fafd39

Browse files
committed
typo
1 parent d435502 commit 1fafd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/user_gettingstarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You want to choose a file system with the following properties
4848

4949
## Set `JULIA_CPU_TARGET` appropriately.
5050

51-
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`".
51+
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`".
5252

5353
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`:
5454

0 commit comments

Comments
 (0)