NO

Author Topic: OpenMPI in Pelles v8.0  (Read 5012 times)

iviggers

  • Guest
OpenMPI in Pelles v8.0
« on: May 31, 2018, 09:32:05 PM »
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:
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

  • Guest
Re: OpenMPI in Pelles v8.0
« Reply #1 on: May 31, 2018, 10:31:20 PM »
I don't see TimoVJL's reply (in this thread) yet, but his suggestion worked. I'm sharing it here:

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

Thanks TimoVJL.