pabloprf / MITIM-fusion

MITIM (MIT Integrated Modeling) Suite for Fusion Applications
https://mitim-fusion.readthedocs.io
MIT License
10 stars 4 forks source link

Issue with submitting slurm job an omega. #42

Open jmcclena opened 2 hours ago

jmcclena commented 2 hours ago

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?

pabloprf commented 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.

jmcclena commented 1 hour ago

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?

pabloprf commented 1 hour ago

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.