- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear all,
I compiled the program by VS2017 + Intel Parallel Studio 2019.3, and run the program in Windows 7 64 bit. The command to run the program is:
mpiexec -n 4 test.exe
The following error displayed:
wmain (mpiexec.c:1957): assert (exitcodes != NULL) failed
Could anyone help me to take a look at it?
Thanks,
Tang Laoya
PS: the program works when link and run with Intel MPI 4.1.3.047.
update: the program works after added -localonly:
mpiexec -n 4 test.exe
However, I need to run the program on a cluster with many nodes.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Zhanghong,
Please try to run
mpiexec -n 4 hostname
and make sure your credentials are registered (mpiexec -register).
--
Best regards, Yury.
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