- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi friends:
I install MPICH with intel c++ complier on OS X,when I complier the code link with MKL library,and run the code,it gives me error:
mpicxx -mkl testcode.cpp -o testcode
mpiexec -n 3 ./testcode
dyld: Library not loaded: libiomp5.dylib
Referenced from: /Users/.....
Reason: image not found
how can I fix this?
thanks.
yongbei
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I have solve this problem by myself
just add
export DYLD_LIBRARY_PATH=/opt/intel/composer_xe_2015/lib:/opt/intel/composer_xe_2015/mkl/lib
thanks anyway.
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