Warning message after update

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
dnarvaez
Posts: 3
Joined: Mon Dec 11, 2006 6:13 pm
Location: Old Dominion University-CCPO

Warning message after update

#1 Unread post by dnarvaez »

Hi,

I updated from revision 281 to 351. Just to check, I tried to compile the Upwelling case, but I get the following warning message

cd /workspace/diego/PhdThesis/Simulations/Test/Build; /opt/MPICH64/bin/mpif90 -c -u -xarch=native -m64 -O2 t3dbc_im.f90

USE mod_boundary
^
"t3dbc_im.f90", Line = 74, Column = 11: WARNING: Module "MOD_BOUNDARY" has no public objects declared in the module, therefore nothing can be use associated from the module.

This occurs for several others files as well. I have checked the mod_boundary.f90 file, but is empty. At the beginning of MOD_BOUNDARY.F is defined Open boundary conditions, #ifdef OBC. The old revision doesn't have this definition.

I'm wondering if this might be the problem.

Diego

Post Reply