[PYFLUENT] Launch sbatch job #1475
-
Hi, I'm facing difficulties to launch a job on my cluster using "pyfluent" python package, the example given in the documentation doesn't give enought details to solve my issues. My slurm job is as follow :
and my python script is as follow :
==> my fluent solver is not able to launch. it's probably a beginner mistake but I can't see it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@rploconnor @PyPablo is there anyone on your side who can provide guidance here? |
Beta Was this translation helpful? Give feedback.
-
@jeremy-jimmy For what it's worth you don't need the NODEFILE variable or scontrol calls in your shell script, nor do you need to pass the node file in your Python script (though it will work as you coded it): pyfluent does it for you if you want. |
Beta Was this translation helpful? Give feedback.
I managed to solve my issue as mention it was beginner mistake due to misconfiguration of the communication to the license server.