Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I run SPINDLE with OpenMPI launcher without MPIR? #35

Open
fukai-t opened this issue Jul 17, 2020 · 4 comments
Open

Can I run SPINDLE with OpenMPI launcher without MPIR? #35

fukai-t opened this issue Jul 17, 2020 · 4 comments

Comments

@fukai-t
Copy link

fukai-t commented Jul 17, 2020

I have question about SPINDLE with OpenMPI launcher.

Is there any way to use SPINDLE with OpenMPI launcher without MPIR?
For example, can SPINDLE run with PMIx instead of MPIR?

If there is no way currently, is there any plan to support PMIx?

@mplegendre
Copy link
Member

There's no PMIx support, and it's not on my near-term road map.

Are you running any resource managers above OpenMPI? There are other options for SLURM, and upcoming options for LSF.

@fukai-t
Copy link
Author

fukai-t commented Jul 21, 2020

Thank you for your answer.
Unfortunately, my environment does not have SLURM nor LSF.

In my situation, is there a possibility to run SPINDLE with --hostbin option with a command to return IPs of the MPI nodes? (e.g. spindle --hostbin=myhostbin mpiexec -np ${num_of_proc} spindlemarker mpiapp.py)

@mplegendre
Copy link
Member

Yes, that should work. Make sure the myhostbin script returns the same nodes that will be used in the job.

Note that the hostbin code probably hasn't been used in several years (that I know of). So if it has issues, please let me know.

@fukai-t
Copy link
Author

fukai-t commented Aug 31, 2020

@mplegendre Thank you for your answer. I'm sorry for my late response. I report my recent status.
I have tried SPINDLE with hostbin on our cluster. It looks work without MPIR, but I faced another problem (#37) so I have not successed completely run the application with SPINDLE yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants