Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
2275 Discussions

How to run an MPI program on multiple nodes (hosts) which are not joined into a domain ?

ArthurRatz
Novice
2,084 Views

Dear Collegues,

How to run an MPI program on multiple nodes (hosts) which are not joined into a domain ? When I try to do it an MPI program doesn't run due to mpiexec utility rejects credentials on one of the two hosts.

Thanks in advance.

Cheers, Arthur.

0 Kudos
5 Replies
ArthurRatz
Novice
2,084 Views

This problem is also solved, you should have used the --impersonate key of mpiexec utility to use it without domain credentials.

0 Kudos
ArthurRatz
Novice
2,084 Views

Also it's recommended to join multiple nodes to domain to provide an easier administration.

0 Kudos
ArthurRatz
Novice
2,084 Views

It's recommended to use a shared network storage for your MPI application since there's no need to install the application on each host separately.

0 Kudos
ArthurRatz
Novice
2,084 Views

It's better to run your MPI program in datacenter such as Microsoft Azure or Amazon EC2 since it provides a computational cluster complete solution rather than performing a setting up and administration tasks by your own.

0 Kudos
ArthurRatz
Novice
2,084 Views

And also remember that you need to install Intel MPI Library on each host (node) in a cluster to parallelize your MPI application execution.

0 Kudos
Reply