Skip to content
Snippets Groups Projects
Commit 69e76a0a authored by Jon Rood's avatar Jon Rood Committed by Massimiliano Culpo
Browse files

Update openfast package to explicity pass MPI implementation during cmake configure. (#6590)

parent f49c186f
Branches
Tags
No related merge requests found
...@@ -81,6 +81,9 @@ def cmake_args(self): ...@@ -81,6 +81,9 @@ def cmake_args(self):
if '+cxx' in spec: if '+cxx' in spec:
options.extend([ options.extend([
'-DMPI_CXX_COMPILER:PATH=%s' % spec['mpi'].mpicxx,
'-DMPI_C_COMPILER:PATH=%s' % spec['mpi'].mpicc,
'-DMPI_Fortran_COMPILER:PATH=%s' % spec['mpi'].mpifc,
'-DHDF5_ROOT:PATH=%s' % spec['hdf5'].prefix, '-DHDF5_ROOT:PATH=%s' % spec['hdf5'].prefix,
'-DYAML_ROOT:PATH=%s' % spec['yaml-cpp'].prefix, '-DYAML_ROOT:PATH=%s' % spec['yaml-cpp'].prefix,
]) ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment