Compilation error with 564 roms version

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
jihene
Posts: 17
Joined: Wed Mar 16, 2005 4:56 pm
Location: Institut Préparatoire aux études d'ingénieurs de T

Compilation error with 564 roms version

#1 Unread post by jihene »

Dear roms users,
I had successfully compiled and executed the 514 version of roms in parallel mode (openMP) using ifort. Recently, I have done an update for roms to the latest version ( 564 version) unfortunately I get the following error message while compiling :(


[/tmp/ifortL6LoRo.f90(89) : (col. 6) remark: OpenMP DEFINED REGION WAS PARALLELIZED.
fortcom: Severe: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
in file (null), line 0, column 0

compilation aborted for mod_parallel.f90 (code 3)
make: *** [Build/mod_parallel.o] Error 3]


Can you help me please ?

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

Re: Compilation error with 564 roms version

#2 Unread post by kate »

No matter what, the compiler should never throw this error. It means the bug is in the compiler, whether or not something is wrong with ROMS as well. If you choose to report it, they will want a very short code that reproduces the problem. Either way, I would see what changed in that file between those two versions - something svn allows you to do.

jihene
Posts: 17
Joined: Wed Mar 16, 2005 4:56 pm
Location: Institut Préparatoire aux études d'ingénieurs de T

Re: Compilation error with 564 roms version

#3 Unread post by jihene »

Thanks a lot kate, I will report this error in the ifort web page problems.

Post Reply