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 ?
Compilation error with 564 roms version
Re: Compilation error with 564 roms version
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.
-
- Posts: 19
- 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
Thanks a lot kate, I will report this error in the ifort web page problems.