- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To Whom It May Concern,
I have an issue with compiling my fortran code under xcode. First of all, the compiling succeeded but when I try to run the code I get the following message:
Program received signal: EXC_BAD_ACCESS.
Data Formatters temporarily unavailable, will re-try after a 'continue'. (Cannot call into the loader at present, it is locked.)
I would appreciate any help on that issue.
I am running the some code under Intel Fotran for Windows and everything is fine.
Does anyone have an idea?
I highly appreciate help!
Best,
Walter
I should add:
dyld: Library not loaded: libmkl_intel_lp64.dylib
Referenced from: /Users/Chef/f90/Test/test2/test2/build/Debug/test2
Reason: image not found
sharedlibrary apply-load-rules all
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I could solve the issue by setting the dynamic library path to
/Developer/opt/intel/composerve-2011.0.085/compiler/lib/
changed the "other link path" to static and gave them the right path:
-openmp
-lmkl_lapack95_ilp64
/Developer/opt/intel/composerxe-2011.0.085/mkl/lib/libmkl_intel_ilp64.a
/Developer/opt/intel/composerxe-2011.0.085/mkl/lib/libmkl_intel_thread.a
/Developer/opt/intel/composerxe-2011.0.085/mkl/lib/libmkl_core.a
-lpthread
I also want to mention that this thread is very helpful:
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page