-
Notifications
You must be signed in to change notification settings - Fork 468
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 with linux #401
Comments
I doubt I can help with problems on Linus / Ubuntu, but I would suggest to at least summarize what issue(s) you are running into. Saying "there's nothing working" doesn't provide many clues as to the problem(s). |
Okay, so i installed OpenFast by cloning the link and i built all the files. coming to cloning the test files, in which directory should i clone them? in 'home' or in 'openfast'? |
I'm guessing you have already looked at the documentation on https://openfast.readthedocs.io. If not, take a look at these directions: Then to compile the tests: Note that the above documentation contains information for multiple scenarios. So you will need to read it carefully to find what applies to your configuration. The simulink build will be more complicated. There are a couple previous questions regarding how to build with simulink that you may find helpful: |
~/OpenFAST/reg_tests/build$ make test 0% tests passed, 36 tests failed out of 36 Label Time Summary: Total Test time (real) = 7.95 sec The following tests FAILED: |
@andrew-platt thank you. yes i've read them but im still a little confused with such error like the above one. |
Did you do |
Also, just run a single test with verbose output
My bet is you don't have numpy installed... |
@andrew-platt yes i executed this step, and yes @rafmudaf , i guess the problem is numpy is uninstalled according to this: so how do i install numpy? |
also i have this error while executing beamdyn_utest : |
That's odd. Does |
@andrew-platt when i make openfast , it gives me the same error as beamdyn_utest: |
@caroledaniel It looks like you simply copied the command in this section of the documentation. However, be sure to follow the instruction after that command...
In this case, |
@rafmudaf i copied that line 'cmake .. -DBLAS_LIBRARIES="/path/to/blas" -DLAPACK_LIBRARIES="/path/to/lapack"' in openfast/build and it built, what's the next step to be done? |
Prove it. Copy the output from running the compiled executable at If there is no executable there, then it did not build. In that case, I suggest reading through the installation instructions carefully as it seems like you've skipped some steps. Specifically, the dependencies section will help with your LAPACK/BLAS error. Then, since you've already downloaded the code, you could move to CMake for Linux. On installing Python packages, there are a few ways to do as it's dependent on your system's setup and environment. Being that this is a general Linux usage question and outside the scope of support for OpenFAST, you should do some searching on the internet for configuring your Python environment. Here's a good start. |
is there a directory in openfast another one called openfast? because if so, then i dont have it |
The executable would be From what I can tell in this discussion, you are missing some prerequisites needed to compile and run OpenFAST. Exactly which prerequisites is very difficult for us to know from a distance like this. Is there someone else where you are that is familiar with installing and compiling software on linux that might be able to help (perhaps your professor or another student)? I suspect you will be able to get further with someone helping in person there rather than through this issue page. |
do i need to have a bin directory in my OpenFAST directory? |
@andrew-platt unfortunately no. im working alone |
Hello all , i have this error now with compiling fast v8 on ubuntu 18 |
I also have this problem once i compiled matlab to create the S function: Error in create_FAST_SFunc (line 60) |
If |
collect2: fatal error: cannot find 'ld' |
It sounds like Matlab can't find the linker for your compiler. Did you run |
Also, if you were unable to find the
|
Hello im very new to OpenFAST and linux, im using ubuntu 18, this is my graduation project so please help me. i need to run OpenFAST on the terminal then on simulink. i only installed OpenFAST. Otherwise there's nothing working. if someone could help me ,please do so
The text was updated successfully, but these errors were encountered: