- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am a new user of Mac Os. I installed the Intel Compser Xe 2011 on my macbook (intel I7 processor). I have some codes developed in the windos environment, linking the mkl lapack library for solving linear systems. Now, I am searching to link mkl in the Xcode Ide. I followed the following steps in the build section of the project target windows:
- In the 'other linking flags' inside the linking section: -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm
- In the header search paths inside th seach path section: /opt/intel/composerxe-2011.0.085/mkl/include
- In the library search paths inside th seach path section: /opt/intel/composerxe-2011.0.085/mkl/lib/
- In the 'Use INTEL Math Kernel LIBRARY' inside Intel Fortran Compiler XE 12.0 (limited feature) - Performance library build components: use threated Intel Math Kernel Library
In the section rules I added the rule indicating to use Intel fortran compiler xe 12.0.
I tried to execute the script for the environment variables but I am not sure that I did it effectively.
In the section 'arguments' of the executable tab under "variables to be set in the environment' i put DYLD_LIBRARY_PATH in Name and I put '/opt/intel/composerxe-2011.0.085/mkl/lib' in value
Trying to build the project I retriev the subsequent warnings
ifort:0:0 warning #10315: specifying -lm before files may supercede the Intel(R) math library and affect performance
ld:0:0 warning: directory '/Users/fabio/Desktop/Barriera/build/Release' following -L not found
ld:0:0 warning: directory '/Users/fabio/Desktop/Barriera/build/Release' following -F not found
ld:0:0 library not found for -lmkl_solver
Command /Developer/usr/bin/ifort failed with exit code 1
As said I am a beginner with the Mac os, so I don't know even the simplest commnad. Thanks in advance for the time you will spend for helping me.
Greetings,
Fabio
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page