Open jmcclena opened 2 hours ago
Yes, you should be able to go to the scratch folder where the job is supposed to run, and look at file mitim_bash.src
which is what's submitted as SBATCH.
Please take a look and let me know.
Thanks @pabloprf. It seems that the #SBATCH --exclusive
line seems to be preventing the job from running. Is there a way to turn it off?
Oh interesting!
Can you remove the line that's adding that --exclusive
in misc_tools/FARMINGtools.py
and check if it works? we may need to adjust that.
Running portals on omega runs fine. However, when I tried to have portals submit a slurm job, the job got stuck in the queue. I suspect there is some issue with the resources requested.
@pabloprf to debug this, is there a way I can see the exact slurm command MITIM submitted to the queue?