=======================================================================
EquationType:
UnsteadyNavierStokes
Session Name:
Re_1_v2_N6
Spatial Dim.:
3
Max
SEM Exp. Order:
7
Expansion Dim.: 3
Projection
Type:
Continuous Galerkin
Advection:
explicit
Diffusion:
explicit
Time Step:
0.01
No. of Steps:
300
Checkpoints
(steps):
30
Integration Type:
IMEXOrder1
=======================================================================
Initial Conditions:
-
Field u: 0
-
Field v: 0
-
Field w: 0.15625
-
Field p: 0
Writing: Re_1_v2_N6_0.chk
Warning: Conflicting CPU frequencies
detected, using: 2300.000000.
Warning: Conflicting CPU frequencies
detected, using: 2300.000000.
Warning: Conflicting CPU frequencies
detected, using: 2300.000000.
Warning: Conflicting CPU frequencies
detected, using: 2300.000000.
slurmd[mercan115]: Job 405433 exceeded memory
limit (22245156 >
20480000), being killed
slurmd[mercan115]: Exceeded job memory limit
slurmd[mercan115]: *** JOB 405433 CANCELLED
AT 2014-11-30T23:15:28
***
Warning: Conflicting CPU frequencies detected,
using: 2300.000000.
Warning: Conflicting CPU frequencies detected,
using: 2300.000000.
Warning: Conflicting CPU frequencies detected,
using: 2300.000000.
Warning: Conflicting CPU frequencies detected,
using: 2300.000000.
Warning: Conflicting CPU frequencies detected,
using: 2300.000000.
Warning: Conflicting CPU frequencies detected,
using: 2300.000000.
Warning: Conflicting CPU frequencies detected,
using: 2300.000000.
Warning: Conflicting CPU frequencies detected,
using: 2300.000000.
--------------------------------------------------------------------------
mpirun noticed that process rank 2 with PID
24004 on node
mercan146.yonetim exited on signal 11 (Segmentation fault).
Dear Kamil,
This still seems to suggest that the version in your home directory is not compiled with -fPIC.
Try deleting all library files (*.a) and all compiled object code (*.o) from within the LAPACK source tree and try compiling from fresh again. Also note that you need to add the -fPIC flag to both the OPTS and NOOPT variables in your LAPACK make.inc file (which presumably is what your system administrator altered).
Cheers,
Chris