Compiling with MPI under cygwin


Click here for full thread
Clicked A Few Times
I think I managed with

setenv LIBMPI "-lmpi -lfmpich2g -lrt -lpthread"

At least the compilation finished without complaints.
I think the issue arose because I was more or less blindly following the compilation instructions from this website, and they were not completely appropriate for my case. I'm not very experienced in compiling programs, so that was very confusing for me. Your comments helped me to understand the issue and resolve it.

I still cannot run parallel because I have an issue with MPI, appearently, but I will try to resolve that elsewhere.