forked from OpenFAST/openfast
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenFAST Configuration file #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create a CMake configuration file that can be used by other projects to find OpenFAST and setup appropriate paths and libraries to be linked. Currently, this will only work from a `make install` target and not from the build directory directly.
gantech
pushed a commit
that referenced
this pull request
Apr 27, 2020
Minor updates to Flap Control
gantech
pushed a commit
that referenced
this pull request
Oct 16, 2020
Added DerivOrd to BeamDyn linearization + minor fixes
gantech
pushed a commit
that referenced
this pull request
Oct 16, 2020
included option for output of large txt and bin files
gantech
pushed a commit
that referenced
this pull request
Oct 16, 2020
gantech
pushed a commit
that referenced
this pull request
Oct 16, 2020
Merged in the updated dev branch from OpenFAST
gantech
pushed a commit
that referenced
this pull request
Dec 4, 2023
MDv2: input file parsing using FileInfo_Type for data storage
gantech
pushed a commit
that referenced
this pull request
Dec 4, 2023
Code cleanup + HD driver linearization
gantech
pushed a commit
that referenced
this pull request
Dec 11, 2023
MD: update regression tests for PR1816
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit creates an
OpenFASTConfig.cmake
file that can be used to detect a valid OpenFAST install and configure library linking automatically. The design follows Trilinos setup closely and can be used in a similar manner in Nalu'sCMakeLists.txt
and then in the linking step
To use this, one has to
make install
the compile OpenFAST into a central location (similar to Trilinos).