Skip to content
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

Missing dll files #352

Closed
fsamara12 opened this issue Oct 24, 2019 · 3 comments
Closed

Missing dll files #352

fsamara12 opened this issue Oct 24, 2019 · 3 comments

Comments

@fsamara12
Copy link

fsamara12 commented Oct 24, 2019

Hi,

I am new to OpenFast and I am just trying to run the examples provided in r-test but I cannot seem to do so.

I downloaded the openfast_x64.exe source code from the GitHub website. I went to OpenFast --> releases --> then downloaded the windows_openfast_binaries.zip from the website.

I then ran the openfast_x64.exe from that downloaded folder after I extracted the zip file. I opened a command prompt as administrator then changed the directory using the cd command and typed openfast_x64.exe. I got an error saying that the following files are missing: libifcoremd.dll, libifportMD.dll, libmmd.dll, and svml_dispmd.dll.

I am not sure what to do. Should I download visual studio on my computer?

Thanks for your help

Farid Samara

@andrew-platt
Copy link
Collaborator

andrew-platt commented Oct 24, 2019

The OpenFAST executables you downloaded were compiled using the Intel Fortran compiler. Since it was dynamically linked, there are several dll's that it expects to find on your system. These are available from Intel as redistributable libraries from: https://software.intel.com/en-us/articles/intel-compilers-redistributable-libraries-by-version

For the release v2.1.0, I think you can download and install the 2017 redistributable library: https://software.intel.com/sites/default/files/managed/bb/e0/ww_ifort_redist_msi_2017.8.275.zip

@fsamara12
Copy link
Author

Hi Andrew,
Thanks so much for you quick reply and help. It works now.
Farid

@andrew-platt
Copy link
Collaborator

You are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants