Skip to content

Commit

Permalink
More fixes for FSI to activate in nalu-wind (sandialabs#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich authored Dec 12, 2022
1 parent 8359e3e commit 4faaee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ modules
cache
configs/user
.bootstrap
.jython_cache
# file types
__pycache__
*.lock
Expand Down
1 change: 1 addition & 0 deletions repos/exawind/packages/nalu-wind/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def cmake_args(self):
cmake_options.append(self.define_from_variant("ENABLE_OPENFAST_FSI", "fsi"))
if "+fsi" in spec:
cmake_options.append(self.define("OpenFAST_DIR", spec["openfast"].prefix))
cmake_options.append(self.define("ENABLE_OPENFAST", True))

if spec.satisfies("+tests") or self.run_tests or spec.satisfies("dev_path=*"):
spack_manager_local_golds = os.path.join(os.getenv("SPACK_MANAGER"), "golds")
Expand Down

0 comments on commit 4faaee1

Please sign in to comment.