Error in ROMS BIOLOGY , plz Help me.

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
vivek
Posts: 27
Joined: Tue Oct 20, 2015 1:40 pm
Location: IISc (Indian Institute of Science)

Error in ROMS BIOLOGY , plz Help me.

#1 Unread post by vivek »

Dear Sir,
i am running ROMS BIOLOGY, with 0.1, if run the model it show following error, please tell me what can i do.



forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
oceanM 000000000081D7F7 Unknown Unknown Unknown
oceanM 0000000000819524 Unknown Unknown Unknown
oceanM 000000000085C13F Unknown Unknown Unknown
oceanM 00000000008093BE Unknown Unknown Unknown
oceanM 0000000000809019 Unknown Unknown Unknown
oceanM 00000000007DDC8C Unknown Unknown Unknown
oceanM 000000000040769E Unknown Unknown Unknown
oceanM 000000000040764C Unknown Unknown Unknown
libc.so.6 0000003D3541D994 Unknown Unknown Unknown
oceanM 0000000000407559 Unknown Unknown Unknown
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
oceanM 000000000081D7F7 Unknown Unknown Unknown
oceanM 0000000000819524 Unknown Unknown Unknown
oceanM 000000000085C13F Unknown Unknown Unknown
oceanM 00000000008093BE Unknown Unknown Unknown
oceanM 0000000000809019 Unknown Unknown Unknown
oceanM 00000000007DDC8C Unknown Unknown Unknown
oceanM 000000000040769E Unknown Unknown Unknown
oceanM 000000000040764C Unknown Unknown Unknown
libc.so.6 0000003D3541D994 Unknown Unknown Unknown
oceanM 0000000000407559 Unknown Unknown Unknown

mjfconan
Posts: 20
Joined: Mon Mar 03, 2014 1:57 pm
Location: SKLEC, ECNU, China

Re: Error in ROMS BIOLOGY , plz Help me.

#2 Unread post by mjfconan »

There are many tips about Segmentation fault in FAQ https://www.myroms.org/wiki/Frequently_ ... tion_fault
It's a copy:
Segmentation fault
There is more than one way to get a seg fault. Ways I know of include (a) running out of memory or some other system limit, (b) accessing an array out of bounds, (c) calling a function with too few arguments, (d) compiling on one system and running on a second with incompatible MPI libraries. For me, solving these typically involves recompiling with USE_DEBUG and running in a debugger. The array out of bounds can be found by using a bounds checking compiler flag (often included in USE_DEBUG).

vivek
Posts: 27
Joined: Tue Oct 20, 2015 1:40 pm
Location: IISc (Indian Institute of Science)

Re: Error in ROMS BIOLOGY , plz Help me.

#3 Unread post by vivek »

Thanks you ver much, i slove that problem,

Post Reply