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
Error in ROMS BIOLOGY , plz Help me.
Re: Error in ROMS BIOLOGY , plz Help me.
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).
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).
Re: Error in ROMS BIOLOGY , plz Help me.
Thanks you ver much, i slove that problem,