Error: ini_hmixcoef.f90

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
jmralves
Posts: 9
Joined: Mon Jan 26, 2009 7:01 pm
Location: CGUL- University of Lisbon

Error: ini_hmixcoef.f90

#1 Unread post by jmralves »

Hello

In the last years I have used ROMS with OPENMP with no problems. But today after getting the latest ROMS version via SVN, I got an error in compiling the model with OPENMP. The message error is the following:

fortcom: Error: ini_hmixcoef.f90, line 124: This name does not have a type, and must have an explicit type. [ISTR]
IF (Istr.eq.1) THEN
----------^
fortcom: Error: ini_hmixcoef.f90, line 129: This name does not have a type, and must have an explicit type. [IEND]
IF (Iend.eq.Lm(ng)) THEN
----------^
fortcom: Error: ini_hmixcoef.f90, line 134: This name does not have a type, and must have an explicit type. [JSTR]
IF (Jstr.eq.1) THEN
----------^
fortcom: Error: ini_hmixcoef.f90, line 139: This name does not have a type, and must have an explicit type. [JEND]
IF (Jend.eq.Mm(ng)) THEN
----------^
compilation aborted for ini_hmixcoef.f90 (code 1)


This error do not occur when I compile the model in serial.

Thanks in advance for any help,
jalves

User avatar
arango
Site Admin
Posts: 1347
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: Error: ini_hmixcoef.f90

#2 Unread post by arango »

Yes, thank you for reporting this problem. Please update. See following :arrow: ticket for details.

Post Reply