Issues running on a PBS cluster

I think this is probably related to the issue I am having with a PBS cluster at my university. We can’t use SSH and I still didn’t figure out how to make addprocs_pbs(100) to work.

Do you have recommendations on how to properly request resources and run a job on a PBS cluster with ClusterManagers.jl?

EDIT:

The question was originated from this thread where it was pointed out that just doing addprocs_slurm(10) in a Julia session doesn’t work in a multi-user cluster because resources must be allocated with sbatch/salloc.

1 Like