- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I used to work with MPI codes using Intel Parallel Studio + VS 2019 + Fortran, and just updated to openAPI + VS 2022 + Fortran. When following the guide here (https://www.intel.com/content/www/us/en/docs/mpi-library/get-started-guide-windows/2021-6/overview.html) to set up the updated Intel MPI Library, I get through the first two steps (hydra_service -install; hydra_service -start). But when I key in mpiexec -register, the command prompt pops out '-register' is not recognized as an internal or external command, operable program, or batch file.
Am I making a silly mistake here?
Thanks!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think that documentation may be out of date. My research shows that you should no longer need to do that -register step to enter your username/password credentials.
Try running MPI jobs. It should work without the -register step/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Ron (truly appreciate your help so far with the multiple questions I've been facing when setting things up)! I tried running a simple hello world MPI job, but somehow it only runs with one thread (see first attached image for the result) despite me specifying the program to use 4 threads in the command arguments (as shown in the 2nd attached image). Any idea why this is happening?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ps. Here's the relevant part of the program I'm running

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page