[mpich-discuss] how to decide master node in mpi cluster node.

Bland, Wesley B. wbland at mcs.anl.gov
Sat Jan 25 03:32:55 CST 2014


Unfortunately we can't tell you that. Every cluster is set up differently and if your administrator has already set it up with a job scheduler, you will have to talk to that person to find out how to use it.

Wesley

On Jan 24, 2014, at 10:32 PM, "Bhimashankar Dhappadhule" <dhappabn at gmail.com<mailto:dhappabn at gmail.com>> wrote:

Good Morning,Sir
           I think in my project i need to use job scheduler to submit programs to our MPI cluster nodes.Sir,can you please explain me which job scheduler i need to use and how to configure job scheduler.
please can you tell me how to configure mpi cluster in ubuntu 12.04.
 Thanks You,Sir



On Fri, Jan 24, 2014 at 11:05 PM, Wesley Bland <wbland at mcs.anl.gov<mailto:wbland at mcs.anl.gov>> wrote:
First, take a look at the documentation that comes with MPICH. There should be a couple of PDFs in your distribution that provide an installation and usage guide. If you installed your package with a package manager and didn’t receive the documentation, you can get it at the website (www.mpich.org<http://www.mpich.org>).

As for which node is the “master” and which is the “slave”, there isn’t really such a notion in MPI. The only node that is special is the one where you launch your job. That is just determine by where you are logged in at the time. If you have two hosts (host1, host2), and you are logged into host1, you’d launch your job using something like:

mpiexec -host host1,host2 -n 2 ./myApp

That would launch on both hosts.

I’d highly recommend reading through the documentation provided to get more details about how to set everything up and then ask another question here if something is still unclear.

Thanks,
Wesley

_______________________________________________
discuss mailing list     discuss at mpich.org<mailto:discuss at mpich.org>
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss

_______________________________________________
discuss mailing list     discuss at mpich.org<mailto:discuss at mpich.org>
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20140125/7be5cfda/attachment.html>


More information about the discuss mailing list