- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Collegues, I've got question is it possible to store an MPI program on a network drive and run it on each cluster node ?
Thanks in advance.
Cheers, Arthur.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Arthur,
You should just specify the appropriate network path to the MPI application in the command line (the path should be reachable from the all cluster nodes involved into the MPI run), for example (Linux* OS):
mpirun ... /nfs/.../test.exe
or (Windows* OS):
mpiexec ... \\hostname\...\test.exe
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Arthur,
Yes, mainly it's possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And could you give an example of how to do it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Arthur,
You should just specify the appropriate network path to the MPI application in the command line (the path should be reachable from the all cluster nodes involved into the MPI run), for example (Linux* OS):
mpirun ... /nfs/.../test.exe
or (Windows* OS):
mpiexec ... \\hostname\...\test.exe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page