Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

mkl PATH

saeedian
Beginner
516 Views
hi
I had alreadyinstalled l_fcompxe_intel64_2011.8.273 packege and ifort works nicely.
but I could'nt give the right path to mkl.
can anybody help me?
tanx in advance
0 Kudos
1 Reply
James_T_Intel
Moderator
516 Views
Hi saeedian,

In your other thread, you stated that you have the line
[bash]source $HOME/intel/composer_xe_2011_sp1.8.273/bin/compilervars.sh intel64[/bash]

in your .bashrc file. This should already be adding the correct paths to the Intel Math Kernel Library. Please try running the following command:
[bash]source $HOME/intel/composer_xe_2011_sp1.8.273/mkl/bin/mklvars.sh intel64[/bash]

This command is normally run by the compilervars.sh script, and should not need to be run manually. Please let me know what happens when you run this command.

Sincerely,
James Tullos
Technical Consulting Engineer
Intel Cluster Tools
0 Kudos
Reply