SlurmClusterManager.jl
SlurmClusterManager.jl copied to clipboard
How to set the value JULIA_WORKER_TIMEOUT=300
Hi, thank you for your package which is allowing me to run in slurm cluster. I would like to change the default value of that env variable. I have tried with
export JULIA_WORKER_TIMEOUT=300
but doesn't work. It tells me
syntax: invalid assignment location "export JULIA_WORKER_TIMEOUT" around /var/spool/slurmd/job63931/slurm_script:55
Is there a way to do it with SlurmClusterManager ?
Thank you very much