Message Boards

RE: Error in opening the compiled module file error on Linux machine

Josha Humberston, modified 6 Years ago.

Error in opening the compiled module file error on Linux machine

Youngling Posts: 4 Join Date: 12/23/16 Recent Posts
Hello,

I have been attempting to build Delft3d (version tr6926) on a linux machine, but have run into the below error message (also more as an attachment) which seems it may be specific to the Delft source code. Not sure. Just FYI for anyone who may have ideas, I am working on Maverick (https://portal.tacc.utexas.edu/user-guides/maverick), but have configured the build file appropriately, as far as I know. Any suggestions? Many thanks.
Josh

make[5]: Entering directory `/work/04830/tg841293/maverick/delft3d_repository/src/utils_lgpl\
/hyd_to_waq_part_lib/packages/hyd_to_waq_part_lib/src'
/bin/sh ../../../../../libtool --tag=FC --mode=compile /opt/apps/intel14/impi/4.1.3.049/in\
tel64/bin/mpiifort -I../../../../../utils_lgpl/deltares_common/packages/deltares_common/src\
-I../../../../../utils_lgpl/io_netcdf/packages/io_netcdf/src -I-L/usr/local/lib -lnetcdf \
-DWITH_DELFTONLINE -I/usr/local/include -O2 -threads -fpp -recursive -reentrancy threade\
d -traceback -c -o agwaqgeom.lo agwaqgeom.f90
libtool: compile: /opt/apps/intel14/impi/4.1.3.049/intel64/bin/mpiifort -I../../../../../ut\
ils_lgpl/deltares_common/packages/deltares_common/src -I../../../../../utils_lgpl/io_netcdf/\
packages/io_netcdf/src -I-L/usr/local/lib -lnetcdf -DWITH_DELFTONLINE -I/usr/local/include -\
O2 -threads -fpp -recursive -reentrancy threaded -traceback -c agwaqgeom.f90 -fPIC -o .libs\
/agwaqgeom.o
agwaqgeom.f90(48): error #7002: Error in opening the compiled module file. Check INCLUDE pa\
ths. [NETCDF]
use io_ugrid
--------^
agwaqgeom.f90(53): error #6457: This derived type name has not been declared. [T_UG_MESHGE\
OM]
type(t_ug_meshgeom), intent(in) :: input !< The mesh geometry to be aggr\
egated.
thumbnail
Adri Mourits, modified 6 Years ago.

RE: Error in opening the compiled module file error on Linux machine

Jedi Master Posts: 303 Join Date: 1/3/11 Recent Posts
Hi Josha,

I expect that you won't hit this problem when using a tagged version, preferably the latest one, currently: https://svn.oss.deltares.nl/repos/delft3d/tags/6906

Regards,

Adri