The error is as follows:
g ++ "-IC: \ Program Files (x86) \ Microsoft SDKs \ MPI \ Include \" -O0 -g3 -Wall -c -fmessage-length = 0 -o "src \ pt.o" ".. \ src \ pt.cpp" g ++: fatal error: no input files
I have to say that I am working on Eclipse on Windows 10 (because I have no other) and I have installed the packages that contain the necessary libraries for the compilation and execution of Microsoft's MPI ( msmpisdk.msi
and MSMpiSetup.exe)
The compiler is MinGW and I have created all the necessary environment variables of both the compiler and MSMPI .
As shown in the image above, the libraries are well synchronized because everything is error-free and all the methods and others appear in the automatic IDE filling. There must be something in the automatic compilation order that is not right.
Below is the image of the compiler configuration:
And now of the compiled and linker arguments:
Thank you very much in advance.