openfast
openfast copied to clipboard
install openfast on ubuntu and Ctest
Hello everyone, I tried to install openfast on the Linux subsystem ubuntu, 22.04LTS, and passed the test, but I ran into some problems. I install according to the process in the installation manual. My specific installation process is as follows. Could you please help me check whether the process is correct? 1.sudo apt update 2.sudo apt install git cmake libblas-dev liblapack-dev gfortran g++ 3.git clone https://github.com/OpenFAST/OpenFAST.git 4.cd OpenFast 5.mkdir build 6.cd build 7.cmake .. 8.make 9.sudo make install Since step 10 is the test, there are no errors before the test 10.cmake .. -DBUILD_TESTING=ON 11.make 12.sudo make install 13.ctest -j 8
I am waiting for the completion of the test, but my 98 test examples basically failed, and only 5 test cases passed. The following is the running screenshot of the Ubuntu system and the detailed information file LastTest.log after some errors were reported. Could you please help me find out what the problem is? Thank you very much!
LastTest.log
You are missing python packages needed for testing. Try pip3 install numpy bokeh
, then rerun your testing.
Also, you may still find a few of the regression tests won't fully pass. There are some very slight numerical differences between different compilers and chipsets that will cause this.