Hi--I am trying to use the PARDISO solver on a MacOS and get this error when I try to complie and run the pardiso_unsym_f.f file. I'm compiling like this:
gfortran pardiso_unsym_f.f -o pardiso_unsym_fexec ${MKLROOT}/lib/libmkl_intel_ilp64.a ${MKLROOT}/lib/libmkl_intel_thread.a ${MKLROOT}/lib/libmkl_core.a -liomp5 -lpthread -lm -ldl
and I get this error when I run it:
LMC-062490:Fortran jpolk$ ./pardiso_unsym_fexec
Reordering completed ...
The following ERROR was detected: -1
STOP 1
I would appreciate any help!