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

Problem with ubuntu12.04 in compilervars.sh

Swapnil_J_
Beginner
277 Views

Hello Friends,
I am New in intel composer_xe, I have Install intelSDK and I am tring to set envornment vaiable of IntelSDK my installation path is :
/opt/intel/composer_xe_2013/

when I am executing following command:
root@swapnil-lp:/opt/intel/composer_xe_2013/bin# ./compilervars.sh intel64
./compilervars.sh: 24: /opt/intel/composer_xe_2013/tbb/bin/tbbvars.sh: [[: not found
./compilervars.sh: 39: /opt/intel/composer_xe_2013/ipp/bin/ippvars.sh: [[: not found

I got such error I am using Ubuntu12.04 I have tried all above solution. But still iam facing this problem.

but still my problem waiting for solution:
swapnil@swapnil-lp:~$ /opt/intel/composer_xe_2013/bin/compilervars.sh intel64
/opt/intel/composer_xe_2013/bin/compilervars.sh: 24: /opt/intel/composer_xe_2013/tbb/bin/tbbvars.sh: [[: not found
/opt/intel/composer_xe_2013/bin/compilervars.sh: 39: /opt/intel/composer_xe_2013/ipp/bin/ippvars.sh: [[: not found
swapnil@swapnil-lp:~$ cd /opt/intel/composer_xe_2013/tbb/bin/
swapnil@swapnil-lp:/opt/intel/composer_xe_2013/tbb/bin$ ls
tbbvars.csh tbbvars.sh
swapnil@swapnil-lp:/opt/intel/composer_xe_2013/tbb/bin$ cd /opt/intel/composer_xe_2013/ipp/bin/
swapnil@swapnil-lp:/opt/intel/composer_xe_2013/ipp/bin$ ls
intel64 ippvars.csh ippvars.sh

I have checked this two file they are present at specified location then why this happen.
What I have to do to set compilervar?
Is it file not found error or any thing else?
Thanks!! :)

0 Kudos
2 Replies
Georg_Z_Intel
Employee
277 Views
Hello, please source the scripts: $ source compilervars.sh intel64 Best regards, Georg Zitzlsberger
0 Kudos
Swapnil_J_
Beginner
277 Views
Hi Georg Zitzlsberger, Very very thanks done it. It's working properly. Thanks for giving immediate respose.
0 Kudos
Reply