-
Notifications
You must be signed in to change notification settings - Fork 462
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
Testing Issues under cygwin64 #275
Comments
I've had a similar problem, the only successful test that I got was the beamdyn_utest. Then, when I tried to run manually using the python script “manualRegressionTest.py”, I’ve realized that the numpy version that I had installed (python37_numpy) was not being found during the tests. So, I installed the python36_numpy version and the majority of my tests passed. |
@traft1966 add the
|
@traft1966 were you able to test this further? |
Which version of gfortran are you using both both ubuntu and cygwin and which version of OpenFAST (i.e. commit hash or tag)? |
I am using gcc-fortran 7.4.0-1 for both in linux as well as Windows with CMake and Cygwin 64-bit ..i used openfast-master from the github which i think OpenFastv1.0 ..i tried to install with OpenFast1.0 manual |
I tried for third time with lower versions of (cmake-doc–cmake-gui–cygwin-devel–gcc-core–gcc-fortran–gcc-g++–git–make–makedepend) in cygwin i got the following error messages during installations r-testThis repository serves as a container for regression test data for system level and module level testing of OpenFAST. The repository contains:
The baseline solutions serve as "gold standards" for the regression test suite and are updated periodically as OpenFAST and its modules are improved. modules-local/This directory contains module level tests for the modules found in the source code at beamdyn/These BeamDyn specific cases are configured to run with the BeamDyn driver program rather than with a glue code. glue-codes/This directory contains system level tests for the various "glue codes" or drivers found in the source at openfast/These are the system level test cases taken from the FAST V8 CertTests. The included turbine directories are:
The CertTest cases were recently renamed from the old style Map of old style names to new names
BaselinesThe regression test compares locally generated solutions to the baseline solutions generated on a series of machine and compiler combinations. Currently, the supported machine/compiler combinations for successful regression testing are:
macos-gnuThese results were generated on a MacBook Pro running on macOS Sierra 10.12.6. The OpenFAST binary was compiled with gfortran installed through Homebrew's gcc package at gcc version 7.2.0 (Homebrew GCC 7.2.0). The math libraries in this build are found in the Accelerate Framework installed with Xcode command line tools at version 2347. linux-intelThese results were generated on NREL's Peregrine HPC cluster running on CentOS 7. windows-intelThese results were generated on a Dell Latitude E7440 running Windows 7 Enterprise SP 1. The OpenFAST binary was compiled with Intel's Visual Fortran 17 update 4. Updating the baselinesThe baseline directories can be updated with the included Usage: NOTE - ServoDyn external controllers for 5MW_Baseline casesThe cases using the 5MW turbine require an external controller for ServoDyn. The source code for three external controllers are provided, but they must be compiled and installed. On Linux and Mac, **For all system types, create
and run Ultimately, three
...i didnt get the following files as mentioned in the readme file (hilighted) |
@manmathan299 Good work in trying to get through your compiling problem. FYI for Windows, you can simply download precompiled binaries from the OpenFAST releases page. In Ununtu
In Cygwin |
Also, including screenshots and output from your procedure is useful, but please keep it limited to your specific error along with any other relevant information. Doing so will improve readability for anyone in the future. Even better is to copy the relevant text from your terminal and paste it with the proper formatting into the GitHub Issue so that it can be searched later. |
Ok rafael..thanks for your valuable reply.. i willtry
.and here after i will limit to specific error....
…On Wed, Sep 25, 2019 at 11:22 PM Rafael M Mudafort ***@***.***> wrote:
Also, including screenshots and output from your procedure is useful, but
please keep it limited to your specific error along with any other relevant
information. Doing so will improve readability for anyone in the future.
Even better is to copy the relevant text from your terminal and paste it
with the proper formatting into the GitHub Issue so that it can be searched
later.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#275?email_source=notifications&email_token=AI7RAZQZUA7MZWM4CYLVBQ3QLOQNBA5CNFSM4HGGDKI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7SYSAI#issuecomment-535136513>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI7RAZUFR6MLIKE26LUNEJLQLOQNBANCNFSM4HGGDKIQ>
.
--
*With RegardsP MANMATHAKRISHNAN*
*RESEARCH SCHOLAR*
*DEPARTMENT OF OCEAN ENGINEERING*
mob:+91-9944899918
|
hai rafmudaf... installation in ubuntu was successful without errors by proceeding the following steps... 1. Delete your build directoryrm -rf build 2. Reconfigure CMake in Release modemkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release 3. Compile and verify that your still get the crashmake 4. Reconfigure CMake in Debug modecmake .. -DCMAKE_BUILD_TYPE=Debug 5. Compile and verify that your still get the crash |
Hi, everyone
I asked you about building error in #273 because I thought that that error is related to fail in
Unit test and Regression test. https://openfast.readthedocs.io/en/master/source/testing/index.html
But, I understood that is not related to it through I got some advise in #273
Apropos, I'd like to take this opportunity to thank respondent in #273
That aside, I explain testing issues
I followed this link https://openfast.readthedocs.io/en/master/source/testing/unit_test.html
-- Configuring incomplete, errors occurred!
See also "/home/Bridge Lab/code/Openfast/build/unit_tests/pfunit-build/CMakeFiles/CMakeOutput.log".
make[3]: *** [unit_tests/CMakeFiles/pfunit.dir/build.make:106: unit_tests/pfunit-stamp/pfunit-configure] エラー 1
make[2]: *** [CMakeFiles/Makefile2:3238: unit_tests/CMakeFiles/pfunit.dir/all] エラー 2
make[1]: *** [CMakeFiles/Makefile2:3213: unit_tests/CMakeFiles/beamdyn_utest.dir/rule] エラー 2
make: *** [Makefile:1057: beamdyn_utest] エラー 2
I found similar issues in #193
I checked the respective directories correct
I ran FAST v2.1.0
I followed this link https://openfast.readthedocs.io/en/master/source/testing/regression_test.html
0% tests passed, 37 tests failed out of 37
Label Time Summary:
aerodyn14 = 0.36 sec (7 tests)
aerodyn15 = 1.00 sec (19 tests)
beamdyn = 0.57 sec (11 tests)
dynamic = 0.15 sec (3 tests)
elastodyn = 1.31 sec (25 tests)
hydrodyn = 0.35 sec (7 tests)
linear = 0.21 sec (4 tests)
map = 0.16 sec (3 tests)
moordyn = 0.06 sec (1 test)
openfast = 1.52 sec (29 tests)
servodyn = 1.36 sec (26 tests)
static = 0.21 sec (4 tests)
subdyn = 0.14 sec (3 tests)
Total Test time (real) = 1.99 sec
The following tests FAILED:
1 - AWT_YFix_WSt (Failed)
2 - AWT_WSt_StartUp_HighSpShutDown (Failed)
3 - AWT_YFree_WSt (Failed)
4 - AWT_YFree_WTurb (Failed)
5 - AWT_WSt_StartUpShutDown (Failed)
6 - AOC_WSt (Failed)
7 - AOC_YFree_WTurb (Failed)
8 - AOC_YFix_WSt (Failed)
9 - UAE_Dnwind_YRamp_WSt (Failed)
10 - UAE_Upwind_Rigid_WRamp_PwrCurve (Failed)
11 - WP_VSP_WTurb_PitchFail (Failed)
12 - WP_VSP_ECD (Failed)
13 - WP_VSP_WTurb (Failed)
14 - SWRT_YFree_VS_EDG01 (Failed)
15 - SWRT_YFree_VS_EDC01 (Failed)
16 - SWRT_YFree_VS_WTurb (Failed)
17 - 5MW_Land_DLL_WTurb (Failed)
18 - 5MW_OC3Mnpl_DLL_WTurb_WavesIrr (Failed)
19 - 5MW_OC3Trpd_DLL_WSt_WavesReg (Failed)
20 - 5MW_OC4Jckt_DLL_WTurb_WavesIrr_MGrowth (Failed)
21 - 5MW_ITIBarge_DLL_WTurb_WavesIrr (Failed)
22 - 5MW_TLP_DLL_WTurb_WavesIrr_WavesMulti (Failed)
23 - 5MW_OC3Spar_DLL_WTurb_WavesIrr (Failed)
24 - 5MW_OC4Semi_WSt_WavesWN (Failed)
25 - 5MW_Land_BD_DLL_WTurb (Failed)
26 - WP_Stationary_Linear (Failed)
27 - Ideal_Beam_Fixed_Free_Linear (Failed)
28 - Ideal_Beam_Free_Free_Linear (Failed)
29 - 5MW_Land_BD_Linear (Failed)
30 - bd_5MW_dynamic (Failed)
31 - bd_5MW_dynamic_gravity_Az00 (Failed)
32 - bd_5MW_dynamic_gravity_Az90 (Failed)
33 - bd_curved_beam (Failed)
34 - bd_isotropic_rollup (Failed)
35 - bd_static_cantilever_beam (Failed)
36 - bd_static_twisted_with_k1 (Failed)
37 - beamdyn_utest (Not Run)
Errors while running CTest
I think that 37th case error is related to unit test error. but, I haven't the faintest idea about other that cases.
Please, give me some advise.
thank you
Ryota
The text was updated successfully, but these errors were encountered: