OpenMPI in Pelles v8.0

Started by iviggers, May 31, 2018, 09:32:05 PM

Previous topic - Next topic

iviggers

Hello,

I installed Pelles C version 8.00, including the Add-In for 64-bit in Windows 8.1. I can generate executable files from both the IDE and command line. I just can't find OpenMPI. What am I missing or doing wrong?

https://forum.pellesc.de/index.php?topic=6433.msg23953#msg23953 says:
Quote from: frankie on October 11, 2014, 11:35:01 PM
Quote from: dizergin on October 11, 2014, 07:24:47 PM
As user I would like to know
3. is it  possible to use with Pelles C a MPI library (like Deino MPI)?
PelleC V8.0 comes with OpenMP 3.1 already included.

Thanks.

iviggers

I don't see TimoVJL's reply (in this thread) yet, but his suggestion worked. I'm sharing it here:

QuoteCompiler option /openmp
Project Compiler option Enable OpenMP extensions
polink use omp[64].lib

Thanks TimoVJL.