FriesischScott/UncertaintyQuantification.jl

HPC testing failing on jean zay

Opened this issue · 1 comments

Some clusters don't allow for --mem-per-cpu definitions. Easy fix by removing the following line from test/hpc/slurm.jl

"mem-per-cpu" => "100",

I was thinking, maybe instead of verifying that the cluster connection works properly through the tests we export a function like this

function test_slurm_connection(account::String, parition::String),

which will run the same simple "external" model we do in the test now and inform the user that everything works as expected. This should also be easier for the user since no environment variables need to be set and it can be run independently from the rest of the tests. Thoughts?