0

Are there any cluster manager or cluster management system for Message Passing Interface?

I'm planning to use MPJ Express. From the list at http://en.wikipedia.org/wiki/Cluster_manager, which one can we use for MPI?

thanks

JR Galia
  • 17,229
  • 19
  • 92
  • 144
  • MPI is a standard for message passing in distributed memory systems. It is completely ambivalent to the kind of distributed resource manager (DRM) that controls the cluster. That said, many popular MPI implementations come with integration support for many popular DRMs like Torque, SGE, SLURM, LFS, etc. In any case, your question is off-topic here as it doesn't directly relate to programming. – Hristo Iliev Apr 08 '15 at 05:49
  • We have released MPJ Express v0.44 , it supports YARN resource manager, hence you can execute your programs on Hadoop clusters. – Hamza Zafar Apr 20 '15 at 17:43

0 Answers0