You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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