OpenFAST / openfast

Main repository for the NREL-supported OpenFAST whole-turbine and FAST.Farm wind farm simulation codes.
http://openfast.readthedocs.io
Apache License 2.0
671 stars 453 forks source link

Bug report - running FAST.Farm_x64_OMP.exe #1093

Open yuangao0916 opened 2 years ago

yuangao0916 commented 2 years ago

Bug description While running the excutables, it poped up an error of cannot find mkl_core.dll and mkl_sequential.dll. I tried download the redistributable packages from the github page but it was not resolved.

To Reproduce

Steps to reproduce the behavior: 1. Compile with '...' 2. Run '...' case with '...' settings 3. Open '...' output 4. See the error **Expected behavior** I would assume it just start running the simulation **OpenFAST Version** 3.1, download from the main branch ``` ************************************************************************************************** OpenFAST Copyright (C) National Renewable Energy Laboratory Copyright (C) Envision Energy USA LTD This program is licensed under Apache License Version 2.0 and comes with ABSOLUTELY NO WARRANTY. See the "LICENSE" file distributed with this software for details. ************************************************************************************************** OpenFAST-v2.0.0 Compile Info: - Architecture: 64 bit - Precision: double - Date: Nov 27 2018 - Time: 17:19:38 Execution Info: - Date: 11/29/2018 - Time: 10:52:28-0700 ``` **System Information (please complete the following information):** - OS: - Compiler: - Compiler settings: **Additional context**
ZL6462 commented 2 years ago

Dear @yuangao0916

As indicated in the page "https://github.com/OpenFAST/openfast/releases/tag/v3.1.0", you will need this Intel Fortran redistributable package installed to run FAST.Farm_x64_OMP.exe if you do not already have Intel Fortran 2019 Update 5 installed. See the installation instructions here: https://software.intel.com/content/www/us/en/develop/articles/redistributable-libraries-for-intel-c-and-fortran-2019-compilers-for-windows.html.

Best regards,