Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7944 Discussions

Source compilervars.sh does not work in a local installation

mooder
Beginner
252 Views
I installed my compiler locally in my home directory. I run the
[bash]source /home/mlababid/intel/composer_xe_2011_sp1/bin/compilervars.sh intel64[/bash] command and no problems spit out. But then I try to run icpc, and it's a no go.
Any help on getting my variables working, I'd appreciate it.
0 Kudos
2 Replies
Hubert_H_Intel
Employee
252 Views
Have you installed the 64-bit version of the compiler?
Try the following which is the way to go (sources the latest installedcompiler version):
$ source /intel/bin/compilervars.sh intel64
What exactly is the 'no go'? Is it a licenseor any other configuration problem?
Please could you add what 'icpc' issues.
Hubert.
0 Kudos
Hubert_H_Intel
Employee
252 Views
Is the issue solved and can I close it or do you still need help from your side?
Hubert.
0 Kudos
Reply