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

libdiscon not compiled #9

Closed
ispchr opened this issue Apr 29, 2020 · 1 comment
Closed

libdiscon not compiled #9

ispchr opened this issue Apr 29, 2020 · 1 comment

Comments

@ispchr
Copy link

ispchr commented Apr 29, 2020

I have been trying to compile ROSCO using the instructions given at: https://github.com/NREL/ROSCO. I am using visual studio community 2019 with Intel's FORTRAN compiler (version 2020) and cmake (3.17.2) of course. When running cmake, the build files are generated to the created directory but the libdiscon dynamic link library is not compiled to the directory. Does one need to edit the cmake list in order for this to happen (generate the libdiscon dynamic link library) or is the dynamic link library generated by default?
Thanks in advance

@nikhar-abbas
Copy link
Collaborator

Hi,
It is hard to say exactly what the issue is without more details. If no error messages were given during compiling, my guess is that the .dll was placed someplace on your computer that you may not expect. Generally, cmake list should not need to be modified at all, and the .dll should be automatically generated.

Nikhar

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

No branches or pull requests

2 participants