Compilation error with ifort

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
jsayol
Posts: 1
Joined: Thu Jan 13, 2011 5:20 pm
Location: Balearic Islands

Compilation error with ifort

#1 Unread post by jsayol »

Hi everyone!

I've just installed ROMS and when I compile build.sh some messages of error appear. Such as these:

Code: Select all

 fortcom: Error: bc_bry2d.f90, line 44: This name does not have a type, and must have an explicit type.   [ISTR]
    IF (Istr.eq.1) THEN
--------^
fortcom: Error: bc_bry2d.f90, line 45: This name does not have a type, and must have an explicit type.   [ISTRR]
        IstrR=Istr-1
--------^
fortcom: Error: bc_bry2d.f90, line 46: This name does not have a type, and must have an explicit type.   [ISTRU]
        IstrU=Istr+1
--------^

[/color]

I don't know exactly what the problem is, but I think it can be related to set_bounds.h and mod_params.F.

Thanks a lot for your help.

Post Reply