- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am having the problem of listing nodes in mpd.hosts file on a 4 way SMP machine with each node being a quad-core processor. How should I assign diffferent programs in MPI to different nodes. Our mpd.hosts file looks like
localhost:4
localhost:4
localhost:4
localhost:4
but our machine has only one IP address i.e. we do not know how to give internal addresses to each node. Please help in this regard.
Thanks
localhost:4
localhost:4
localhost:4
localhost:4
but our machine has only one IP address i.e. we do not know how to give internal addresses to each node. Please help in this regard.
Thanks
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How about giving each job a separate list in I_MPI_PIN_PROCS ? Admittedly not entirely convenient, as you will have to look up the core numbering.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How about giving each job a separate list in I_MPI_PIN_PROCS ? Admittedly not entirely convenient, as you will have to look up the core numbering.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page