Maarten
Maarten

Reputation: 11

What MPI implementation is needed for YawOptimizationWindRoseParallel()?

When I want to use the function YawOptimizationWindRoseParallel() as is done in the example script called optimize_yaw_wind_rose_parallel.py, I need to install mpi4py. In the installation requirements of mpi4py they mention that you need 'A working MPI implementation'. Does this mean that I need to install a seperate MPI implementation on top of the mpi4py package? And if yes, which one?

Upvotes: 1

Views: 131

Answers (1)

bayc
bayc

Reputation: 133

Yes, you will need to install an additional MPI implementation to get mpi4py to work with the parallel examples in FLORIS, as Gilles stated. In my experience, Open MPI has worked well with the FLORIS software.

Upvotes: 2

Related Questions