ROSCO and Locally-compiled OpenFAST #151
-
Hello, P.S. I'm using WSL, Ubuntu 20.04.4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @Yuksel-Rudy It sounds like you successfully got ROSCO to use your locally-compiled OpenFAST, so I think the question in the title of this discussion is not the issue. Is that correct? As for the performance and size of OpenFAST, how did you compile it? What CMake settings did you use? There are a few settings that will affect the performance and size of the file, among other things, so you have to be careful to set it up correctly. If you want to match the conda configuration, see https://github.com/conda-forge/openfast-feedstock/blob/main/recipe/build.sh#L9. Additionally, you'll get better performance using the Intel Fortran compiler and MKL library. |
Beta Was this translation helpful? Give feedback.
Hi @Yuksel-Rudy It sounds like you successfully got ROSCO to use your locally-compiled OpenFAST, so I think the question in the title of this discussion is not the issue. Is that correct?
As for the performance and size of OpenFAST, how did you compile it? What CMake settings did you use? There are a few settings that will affect the performance and size of the file, among other things, so you have to be careful to set it up correctly. If you want to match the conda configuration, see https://github.com/conda-forge/openfast-feedstock/blob/main/recipe/build.sh#L9.
Additionally, you'll get better performance using the Intel Fortran compiler and MKL library.