Replies: 1 comment 3 replies
-
If you write a test program that does not use phoebe (just prints to a file or something), with the same PBS options, does it run as expected across all the assigned nodes? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run Phoebe with PBS.
I would like to run Phoebr under MPI" for emcee sampling.
I turned on MPI in Phoebe and run in PBS, two nodes and 32 CPUs in per node and then I run the python code
using:
python3 name_of_the_python_code
But the job is running on the first node of the allotted nodes while the second node sitting idle.
Please help me in resolving the issue.
Beta Was this translation helpful? Give feedback.
All reactions