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

compilation error

caoj
Beginner
392 Views

Hi:

My mpi program is using mpicc, which use icc(9.1.046). I run it on IA-64(Italium 2) machine with ia64-RedHatEL3. I get the following error:


-bash-2.05b$ make
mpicc -o project -L/export/home/a/caoj/local/lib -lgsl -lgslcblas -lm -I/export/home/a/caoj/local/include model.c optimization_fcn.c evaluate_conc.c calculate_Vu.c objective_fcn1.c objective_fcn2.c sort_fcn.c mix_fcn.c min_fcn.c ode_fcn.c
(0): internal error: backend signals

compilation aborted for ode_fcn.c (code 4)
make: *** [all] Error 4

After I change mpicc to use gcc, it run OK. Does anyone know what is wrong with icc? Thanks.

Jun

0 Kudos
0 Replies
Reply