Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29262 Discussions

ifx 2025.0 & VS 2022 Errors in parallel compilation(/MP): multiple wait failed

YbV
Beginner
441 Views

When enabling parallel compilation (/MP), an error occurs during the build process, but this error does not seem to affect the subsequent linking and the creation of the exe.

The error message is as follows:

[ multiple wait failed, error=-1, process_status=87]
                              cur=-1 ]
error: The parameter is incorrect.

(PS. Yes, the output window and buildlog show this strange formatted information)


This error message will be reported several times in a row, and then it will enter the linking process. When parallel compilation (/MP) is turned off, this error will not be triggered.

May I ask what could be the reason for this? Is the file compiled under such circumstances correct?

Labels (2)
0 Kudos
0 Replies
Reply