Changes between Initial Version and Version 1 of Ticket #307
- Timestamp:
- Aug 17, 2021, 7:23:14 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #307 – Description
initial v1 1 1 Deal All, 2 2 3 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.3 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. 4 4 The model has run successfully for 2 simulations, but on the next simulation, I am getting segmentation fault: 5 5 6 7 {{{ 6 8 ---------------------------- Running Flexwrf ---------------------------------- 7 9 CPU: n180 N9 … … 28 30 [NID 00069] 2021-08-13 12:56:57 Apid 182238106: initiated application termination. 29 31 -------------------------------------------------------------------------- 32 }}} 33 30 34 31 35 These are my flags for compilation: 32 36 37 38 {{{ 33 39 GNU_FFLAGS = -O2 -m64 -mcmodel=medium -fconvert=little-endian -finit-local-zero -fno-range-check -fbacktrace 34 40 GNU_LDFLAGS = -O2 -m64 -mcmodel=medium -fconvert=little-endian -finit-local-zero -lnetcdff -fno-range-check 41 }}} 42 35 43 36 44 ---------------------------------------------------- 37 45 I have used: 46 47 {{{ 38 48 ulimit -s unlimited 39 49 ulimit -c unlimited 50 }}} 51 40 52 before running the model. 41 53