compiling adjoint error with gfortran

Discussion about tangent linear and adjoint models, variational data assimilation, and other related issues.

Moderators: arango, robertson

Post Reply
Message
Author
zhouwei
Posts: 29
Joined: Thu Dec 21, 2006 10:25 pm
Location: South China Sea Institute of Oceanology

compiling adjoint error with gfortran

#1 Unread post by zhouwei »

Dear ROMS users,

Has anyone compiled ROMS adjoint using gfortran compiler? The following errors appeared,when I try to build it using gfortran and openmpi. I can compile and run ROMS Nonlinear model successfully with this fortran compiler.

Code: Select all

tl_set_vbc.f90: In function 'tl_set_vbc_tile':
tl_set_vbc.f90:92:0: internal compiler error: in eliminate_temp_copies, at tree-predcom.c:1945
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [/home/vchou/Projects/WC13/I4DVAR/Build/tl_set_vbc.o] Error 1
make: *** Waiting for unfinished jobs....
Thanks.

Best,

wei

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: compiling adjoint error with gfortran

#2 Unread post by kate »

It says you have found a compiler bug and it gives instructions for what to do about it. You might also try a different version of gfortran.

Post Reply