I am a computer science student and this season we have a course in MPI programming in C language. I don't have enough hard disk space to install visual studio on my computer and I have installed codeblocks, and MinGW as compiler, and I also installed Microsoft MPI to run mpi .exe
code. Now I think that I need to install Open mpi to compile my code to exe and run it using MSMPI. Please correct me if I'm wrong until now :)
In OpenMPI download page we just have binary codes, and I don't know how to install binary code in windows...
Thanks all
sudo apt-get install gcc
which allows for compiling code via the Linux Subsystem. This let me avoid having to deal with things like CodeBlocks and MinGW entirely. – Bragg.exe
files for windows, which may work for what you desire, though I am not completely sure if it will work for all thempi
programming you want to do. – Braggc
programs by it, but I need mpicc to compile a mpi code... – Jiminezstd::string
which can dynamically grow. The C language uses fixed length character arrays, which must be compared usingstrcmp
. Please adjust your tags. – Dedrick