Re: OpenMx-3.9 : segmentation fault at runtime with gcc-9 ( No.1 ) |
- Date: 2021/08/17 02:30
- Name: Naoya Yamaguchi
- Hi,
Can you try removing `-Dkcomp` from `CC`? This issue may come from wrong data alignment in codes using SSE.
Regards, Naoya Yamaguchi
|
Re: OpenMx-3.9 : segmentation fault at runtime with gcc-9 ( No.2 ) |
- Date: 2021/08/17 07:59
- Name: T. Ozaki
- Hi,
Did you successfully finish runtest, runtestL, and runtestL2? I wonder that memory shortage may happen for the case using 16 MPI processes, since runtestL3 will require considerable memory.
Regards,
TO
|
Re: OpenMx-3.9 : segmentation fault at runtime with gcc-9 ( No.3 ) |
- Date: 2021/08/18 20:20
- Name: Deepali Rai
- Thanks for the quick response!
Adding -Dnosse -Dnoomp to Krylov.c compilation resolves the crash with gcc.
Regards, Deepali
|