[Ipopt] Multiple Cores

Mostafa.B bakhtvar at gmail.com
Fri May 17 17:32:52 EDT 2013


I just figured out that the_dll libraries should be employed so using the
below I configured IPopt successfully
../configure ADD_FFLAGS=-fopenmp \
  --with-blas=”-L/C/Intel/COMPOS~1/mkl/lib/intel64 \
  -lmkl_intel_lp64_dll -lmkl_intel_thread_dll -lmkl_core_dll \
  -Wl,--rpath,/C/Intel/COMPOS~1/mkl/lib/intel64” \
  --with-lapack=”-L/C/Intel/COMPOS~1/mkl/lib/intel64 \
  -lmkl_intel_lp64_dll -lmkl_intel_thread_dll -lmkl_core_dll \
  -Wl,--rpath,/C/Intel/COMPOS~1/mkl/lib/intel64”

but when I run "make" I get an error, bad reloc address 0x1 in section
'.text[dgetrf].
I have also attached the screenshot showing the error.
[image: Inline image 1]
any suggestions?

Regards
-Mosy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/ipopt/attachments/20130517/5fefb0b3/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 28537 bytes
Desc: not available
URL: <http://list.coin-or.org/pipermail/ipopt/attachments/20130517/5fefb0b3/attachment-0001.png>


More information about the Ipopt mailing list