CliMA / slurmci

CI runner which submits CI tests as Slurm batch jobs
2 stars 2 forks source link

force use of system cuda installation #39

Closed jakebolewski closed 4 years ago

jakebolewski commented 4 years ago

Closes #38

simonbyrne commented 4 years ago

You'll need to update all the cpu ones as well, as we load the CuArrays package in both cases.

jakebolewski commented 4 years ago

Updated to add the cpu-init scripts

simonbyrne commented 4 years ago

I think you'll need to add it to all scripts, since it is used at module __init__ time (which is why it is causing a problem).

simonbyrne commented 4 years ago

need perf-cpu as well.

jakebolewski commented 4 years ago

I think Ive now added all of them

simonbyrne commented 4 years ago

ah, perf-gpu.sh is missing (there should be 4 perf and 6 test ones)

jakebolewski commented 4 years ago

:angry: