tagged revision 65089 not compiling dfmoutput; (missing directory) - General - Delft3D Flexible Mesh
Forum_general
GeneralAt this page you can post questions or start discussions on general topics related to Delft3D Flexible Mesh. Please select a proper category below (if possible), to post your message or reply to an existing post. Please add tags to your posts to simplify searching.
** PLEASE TAG YOUR POST! ** |
|
Message Boards
tagged revision 65089 not compiling dfmoutput; (missing directory)
michael schaferkotter, modified 1 Month ago.
tagged revision 65089 not compiling dfmoutput; (missing directory)
Youngling Posts: 1 Join Date: 9/6/16 Recent Posts 00
downloaded tagged revision 65089 as directed.
followed src/README instructions to compile (README is identical to one found in r62441).
dfmoutput does not build because there is no src/third_party_open/FLAP subdirectory in 65089 and dfmoutput depends on that:
mpif90 -DHAVE_CONFIG_H -I. -I../../.. -I../../../utils_lgpl/io_netcdf/packages/io_netcdf/src -I../../../utils_lgpl/deltares_common/packages/deltares_common/src -I../../../utils_lgpl/deltares_common/packages/deltares_common_mpi/src -I../../../third_party_open/FLAP/Test_Driver/mod -DWITH_DELFTONLINE -I/p/app/COST/netcdf-c/4.3.3.1/intel/include -I/p/app/COST/netcdf-fortran/4.4.2/intel/include -I/p/app/COST/netcdf-c/4.3.3.1/intel/include -O2 -fopenmp -I/p/app/COST/netcdf-fortran/4.4.2/intel/include -fpp -recursive -traceback -c -o dfmoutput_main.o dfmoutput_main.F90dfmoutput_main.F90(44): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [IR_PRECISION]use IR_Precision ! Integers and reals precision definition.----^dfmoutput_main.F90(45): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [DATA_TYPE_COMMAND_LINE_INTERFACE]
many, many errors later:compilation aborted for dfmoutput_main.F90 (code 1)make[3]: *** [dfmoutput_main.o] Error 1
imho, it is odd that a tagged revision does not build because of missing source files.
followed src/README instructions to compile (README is identical to one found in r62441).
dfmoutput does not build because there is no src/third_party_open/FLAP subdirectory in 65089 and dfmoutput depends on that:
mpif90 -DHAVE_CONFIG_H -I. -I../../.. -I../../../utils_lgpl/io_netcdf/packages/io_netcdf/src -I../../../utils_lgpl/deltares_common/packages/deltares_common/src -I../../../utils_lgpl/deltares_common/packages/deltares_common_mpi/src -I../../../third_party_open/FLAP/Test_Driver/mod -DWITH_DELFTONLINE -I/p/app/COST/netcdf-c/4.3.3.1/intel/include -I/p/app/COST/netcdf-fortran/4.4.2/intel/include -I/p/app/COST/netcdf-c/4.3.3.1/intel/include -O2 -fopenmp -I/p/app/COST/netcdf-fortran/4.4.2/intel/include -fpp -recursive -traceback -c -o dfmoutput_main.o dfmoutput_main.F90dfmoutput_main.F90(44): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [IR_PRECISION]use IR_Precision ! Integers and reals precision definition.----^dfmoutput_main.F90(45): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [DATA_TYPE_COMMAND_LINE_INTERFACE]
many, many errors later:compilation aborted for dfmoutput_main.F90 (code 1)make[3]: *** [dfmoutput_main.o] Error 1
imho, it is odd that a tagged revision does not build because of missing source files.
DK
Dmitry Kushnir, modified 1 Month ago.
RE: tagged revision 65089 not compiling dfmoutput; (missing directory)
Youngling Posts: 5 Join Date: 11/9/12 Recent Posts 00
Hi Michael,
FLAP is hosted on the external GitHub repository. Make sure that you're not omitting externals while checking out the main delft3d source-code.
Regards,
Dmitry
FLAP is hosted on the external GitHub repository. Make sure that you're not omitting externals while checking out the main delft3d source-code.
Regards,
Dmitry