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
Error: ini_hmixcoef.f90
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: Error: ini_hmixcoef.f90
Yes, thank you for reporting this problem. Please update. See following ticket for details.