-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Closed
Labels
build-problemquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
Hi,
I am trying to precompile my Julia packages on our university cluster, when I get the following error:
When instantiating my project, I got this error (prior to pre-compiling):
We have a policy on the cluster, that no-one is allowed to use to much resources without submitting a job to the SLURM workload manager. Otherwise, the process will be automatically killed. I am suspecting that the system shuts of Julia's access to resources (multiple CPUs, RAM etc) when Julia is attempting to pre-compile as fast as possible. But the earlier warning message might indicate something else.
Does anyone have any idea on how to solve this?
Metadata
Metadata
Assignees
Labels
build-problemquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!

