Replies: 2 comments
-
|
Hi @GuilleNM Which version of gfortran are you using? And which branch/version of OpenFAST? How much memory do you have available on the virtual machine? I suspect that gfortran runs out of memory during compilation and fails. The FAST_Types.f90 takes a lot of memory during compilation. If this is the actual cause, there are two possible solutions:
Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
|
@GuilleNM Do you need to compile the code? Check out this section of the installation documentation: https://openfast.readthedocs.io/en/main/source/install/index.html#download-binaries |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to install OpenFast ona Ubuntu virtual machine and I was following the intallation steps on the openfast.readthedocs guide and I keep getting this error which I cannot find a way to fix. When I try to compile eveything it starts to compile each item but it freezes at 85% and after a while it gives that error. I tried installing and updating all the other tools and libraries and they seem to be up to date. Any idea of how to fix this issue?
[ 79%] Built target icedynlib
[ 84%] Built target icefloelib
[ 85%] Built target maplib
[ 85%] Building Fortran object modules/openfast-library/CMakeFiles/openfast_prelib.dir/src/FAST_Types.f90.o
gfortran: fatal error: Killed signal terminated program f951
compilation terminated.
make[2]: *** [modules/openfast-library/CMakeFiles/openfast_prelib.dir/build.make:63: modules/openfast-library/CMakeFiles/openfast_prelib.dir/src/FAST_Types.f90.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1766: modules/openfast-library/CMakeFiles/openfast_prelib.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
Thank you
Beta Was this translation helpful? Give feedback.
All reactions