- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed non-comercial version of composer_xe_2011 in a Intel Xeon CPU E5450 @ 3.00GHz Mechine.
this mechine has 8 core.
But i could not able to use all the core using openMP for a mkl function DSYEV.
I have set "export MKL_NUM_THREADS=4" and "export=OMP_NUM_THREADS=4"
I am compiling with the folloing option--
--
icc dssyev.c -Wl,--start-group /opt/intel/mkl/lib/intel64/libmkl_intel_lp64.a /opt/intel/mkl/lib/intel64/libmkl_sequential.a /opt/intel/mkl/lib/intel64/libmkl_core.a -Wl,--end-group -lpthread -openmp
--
I have also setup the variables path by
source /opt/intel/mkl/bin/intel64/mklvars_intel64.sh intel64
But nothing seems to work.
Please Help me.
this mechine has 8 core.
But i could not able to use all the core using openMP for a mkl function DSYEV.
I have set "export MKL_NUM_THREADS=4" and "export=OMP_NUM_THREADS=4"
I am compiling with the folloing option--
--
icc dssyev.c -Wl,--start-group /opt/intel/mkl/lib/intel64/libmkl_intel_lp64.a /opt/intel/mkl/lib/intel64/libmkl_sequential.a /opt/intel/mkl/lib/intel64/libmkl_core.a -Wl,--end-group -lpthread -openmp
--
I have also setup the variables path by
source /opt/intel/mkl/bin/intel64/mklvars_intel64.sh intel64
But nothing seems to work.
Please Help me.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your choice of libmkl_sequential.a library ensures that all MKL functions are serialized.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your reply.
It realy solves my problem.
It realy solves my problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your reply.
It really solves my pro0blem.
It really solves my pro0blem.
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