Related to: Odd thread calling behavior on HPC
I’ve been experiencing some issues on our uni’s HPC due to OpenBLAS thread calling (see link to related discussion above). The issue can be resolved by just adding/modifying an environment variable (export OPENBLAS_NUM_THREADS=1
). Ideally, I’d like to install Julia with that flag already activated.
Is there an easy way to do this using a) juliaup and b) using a pre-built binary?
Thanks!