I installed MS-MPI
.
I can run Python MPI codes in my Windows-CMD.
I like to code in sublime text, especially C/C++.
I run my code in the CMD using gcc/g++.
How can I compile and run MPI-codes from the command line?
I don't like using Visual Studio.
So, is there any way I can compile and run my C/C++-MPI codes with MS-MPI in the command line?
I know there are two questions in the title :
Compile C++ MPI Code on Windows.
But there's no clear answer or comment. That's why I am re-asking now.
I couldn't find a single tutorial that was for the Windows command line, mostly it was with Visual Studio.