Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7157 Discussions

segmentation fault using MKL 9 on Mac w/ Leopard

dberkens
Beginner
403 Views
Hello all,

I've just installed MKL version 9.1.026 on my mac with 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 i386

I'm getting segmentation faults whenever I try to compile anything with Pardiso. (as shown below). I'm wondering if there are some specific compiler flags I need or something...

Thanks!

danimalMac:solver dberkens$ make lib32
ranlib ../../lib/32/libmkl_solver.a
make dss_sym_c.res pardiso_sym_c.res pardiso_unsym_c.res cg_jacobi_precon_c.res cg_no_precon_c.res cg_ssor_precon_c.res cg_st_criteria_c.res fgmres_full_funct_c.res fgmres_no_precon_c.res fgmres_st_criterion_c.res ex_nlsqp_bc_c.res ex_nlsqp_c.res dcsrilu0_exampl1.res dss_sym_f.res pardiso_sym_f.res pardiso_unsym_f.res cg_jacobi_precon.res cg_no_precon.res cg_ssor_precon.res cg_st_criteria.res fgmres_full_funct_f.res fgmres_no_precon_f.res fgmres_st_criterion_f.res ex_nlsqp_bc_f.res ex_nlsqp_f.res dcsrilu0_exampl2.res cg_mrhs.res cg_mrhs_precond.res cg_mrhs_stop_crt.res dss_sym_f90.res _IA=32 IE=i D=lib32 MKL_LIB=mkl_ia32
mkdir -p ./_results/lib32_intel_regular
icc -w -I../../include source/dss_sym_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32 /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32/libmkl_solver.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32/libmkl_lapack.a -lmkl_ia32 -lguide -lpthread -lm -o _results/lib32_intel_regular/dss_sym_c.out
export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32:/Developer/qt/lib:; _results/lib32_intel_regular/dss_sym_c.out >_results/lib32_intel_regular/dss_sym_c.res
/bin/sh: line 1: 8647 Segmentation fault _results/lib32_intel_regular/dss_sym_c.out > _results/lib32_intel_regular/dss_sym_c.res
make[1]: *** [dss_sym_c.res] Error 139
make: *** [lib32] Error 2

0 Kudos
0 Replies
Reply