Opened 3 years ago

Last modified 13 months ago

#307 accepted Defect

Flexpart-WRF showing segmentation fault after running for some time — at Version 1

Reported by: srakesh Owned by:
Priority: major Milestone:
Component: FP coding/compilation Version: FLEXPART-WRF
Keywords: Cc:

Description (last modified by pesei)

Deal All,

I am using Flexpart-wrf version 3.3.2, compiled for mpi (version cray-mpich/7.6.3) using gnu compilers (version 7.2.0) on cray architecture.
The model has run successfully for 2 simulations, but on the next simulation, I am getting segmentation fault:

---------------------------- Running Flexwrf ----------------------------------
CPU: n180 N9

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x2aaaac8b693f in ???
#1  0x44baaf in ???
#2  0x4a830f in ???
#0  0x2aaaac8b693f in ???
#1  0x44baaf in ???
#2  0x4a830f in ???
#3  0x2aaaaace5aad in gomp_thread_start
        at ../../../cray-gcc-7.2.0-201709081833.7aac99f36ce61/libgomp/team.c:120
#4  0x2aaaab17c723 in ???
#5  0x2aaaac96bc9c in ???
#6  0xffffffffffffffff in ???
_pmiu_daemon(SIGCHLD): [NID 00069] [c0-0c1s1n1] [Fri Aug 13 12:56:57 2021] PE RANK 0 exit signal Segmentation fault
[NID 00069] 2021-08-13 12:56:57 Apid 182238106: initiated application termination.
--------------------------------------------------------------------------

These are my flags for compilation:

GNU_FFLAGS  =  -O2 -m64 -mcmodel=medium -fconvert=little-endian -finit-local-zero -fno-range-check -fbacktrace
GNU_LDFLAGS = -O2 -m64 -mcmodel=medium -fconvert=little-endian -finit-local-zero -lnetcdff -fno-range-check

I have used:

 ulimit -s unlimited
 ulimit -c unlimited

before running the model.

Any idea how I can fix this problem?

Change History (1)

comment:1 Changed 3 years ago by pesei

  • Description modified (diff)

I don't know what your problem is, but I would try next to compile with -g -fcheck=all to hopefully get more information about it.

Note: See TracTickets for help on using tickets.
hosted by ZAMG