- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
we are using intel mpi and torque on rhel cluster. We want to spawn master process ( rank 0 ) on the master node ( 1 node of 8 procs ) and rest of the processes on 8 nodes ( i.e. 63 processes on 8 nodes, since each node is with 8 procs). How it can be done using mpi or pbs?
-s.d.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You should be able to use the following format:
[plain]mpirun -n 1 -host master ./a.out : -n 63 -hostfile hosts.file ./a.out[/plain]
Sincerely,
James Tullos
Technical Consulting Engineer
Intel® Cluster Tools
You should be able to use the following format:
[plain]mpirun -n 1 -host master ./a.out : -n 63 -hostfile hosts.file ./a.out[/plain]
Sincerely,
James Tullos
Technical Consulting Engineer
Intel® Cluster Tools

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