Error using Julia on an HPC cluster: Juliaup configuration is locked by another process, waiting for it to unlock
I have been using Julia on an HPC slurm cluster with no problem. However, I was trying to use the MPI.jl package to parallelize my code. The cluster has intel MPI that I have been trying to use without success. I added the MPI.jl package using Pkg.add(“MPI”). My job submission script looks as follows: