having problems with ww3 setup with ww3 7.14 #893
Replies: 2 comments 4 replies
-
Automake is not fully functional, and gnu build system is about to retire. In stead, try cmake, it does the same as automake but more efficient. It is tested extensively. |
Beta Was this translation helpful? Give feedback.
-
I took out the netcdf dependent SCRIPNC from the switch_NCEP_gwm file in WW3/model/bin directory I ran: cmake .. -DNETCDF=OFF -DEXCLUDE_FIND="netcdf" -DSWITCH=/home/ww3/WW3/model/bin/switch_NCEP_gwm -DCMAKE_INSTALL_PREFIX=install and make install I found in WW3/build/bin executables and when I ran ww3_shel from there I got the following error: [ww3@wavewatch bin]$ ./ww3_shel
At line 1195 of file /home/ww3/WW3/model/src/ww3_shel.F90 (unit = 11, file = 'fort.11') Error termination. Backtrace: This type of output indicates that the compilation did not go through properly for ww3_shel. I did see this warning in the compilation: [ 55%] Building Fortran object model/src/CMakeFiles/ww3_lib.dir/w3srcemd.F90.o #endif W3_PDLIB Warning: extra tokens at end of #endif directive Can you help me resolve this issue? |
Beta Was this translation helpful? Give feedback.
-
I am trying to run w3_automake do compile ww3 7.14 but all I get is this message:
./w3_automake
Exporting WWATCH3_ENV=/home/ww3/WW3/model/bin/wwatch3.env
Shared Object : No
[INFO] list of the programs selected : ww3_strt ww3_bound ww3_outf ww3_outp ww3_trck ww3_grib ww3_gint gx_outf gx_outp ww3_uprstr ww3_systrk ww3_gspl ww3_prep ww3_shel
[INFO] SEQ progs : ww3_strt ww3_bound ww3_outf ww3_outp ww3_trck ww3_grib ww3_gint gx_outf gx_outp ww3_uprstr ww3_systrk ww3_gspl ww3_prep ww3_shel
Main directory : /home/ww3/WW3/model
Scratch directory : /home/ww3/WW3/model/tmp
Save source codes : yes
Save listings : yes
Shared Object : No
[INFO] list of the programs selected : ww3_strt ww3_bound ww3_outf ww3_outp ww3_trck ww3_grib ww3_gint gx_outf gx_outp ww3_uprstr ww3_systrk ww3_gspl ww3_prep ww3_shel
Making makefile ...
switch = /home/ww3/WW3/model/work_SEQ/switch.SEQ
Checking all subroutines for modules (this may take a while) ...
The w3_automake and w3_make stop at the point where it says "Checking all subroutines for modules (this may take a while)..." without any indication as to why the setup crashed. I following what it says in the quick start guide and ww3 manual exactly. Does anyone know what is going on and how to resolve this issue?
When I checked the exe directory all I get are these files:
ls ../exe/
switch switch.SEQ
Beta Was this translation helpful? Give feedback.
All reactions