Run a python script on multiple nodes #2045
Unanswered
thomas-saigre
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a python script made to run on 96 cores, but when I run it on a single node, it takes too much memory and fails.
I tried the following slurm script to split it on 2 nodes :
but in the execution, at the step on loading the mesh (already partitioned over 96 cores), it fails :
is it an issue of parametrization of slurm ? Or should I also update the python code ?
Beta Was this translation helpful? Give feedback.
All reactions