-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
Hello,
I am attempting to install packages on the Hyak HPCC system (https://hyak.uw.edu/).
I am using the latest version of Julia (1.9.3)
Some packages installed successfully, but when it got to SimpleUnPack there was a crash, and a dump was produced (first attachment).
JuliaPackageInstallCrashDump.txt
I searched online and found that i the past people have solved this problem by using JuliaUp to install Julia instead of installing it directly https://discourse.julialang.org/t/having-trouble-installing-differentialequations-jl/105217/5
I tried this, and while Julia was installed successfully, this time no packages could be installed and the same dump was produced (second attachment).
JuliaPackageInstallCrashDump_2.txt
Please help me fix this problem. Happy to provide any additional information.
I posted on the llvm project forum and was told the post belonged here llvm/llvm-project#72731