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

Error while sourcing compilervars.sh

jburri
Beginner
412 Views
I am in the process of making my code compatible with Intel Cluster Studio 2011 XE and I came across an issue with compilervars.sh.
When compilervars.sh called ippvars.sh, it fails with the error:
INSTALLDIR: no such file or directory
The issue is with setting of IPPROOT:
IPPROOT=/ipp
Ii looks like the script doesn't know what to do with INSTALLDIR.  Was this suppose to be replaced with a pathway during install?  Does this mean the install was not done correctly?
The other scripts called by compilervars.sh seem to have worked fine and the envornoment variables (i.e. MKLROOT) are being set correctly.
I am using bash on RHEL5.
Thanks in advance for any assistance you can provide.
0 Kudos
1 Reply
Georg_Z_Intel
Employee
412 Views
Hello,

I once stumbled over the same (very) rare problem. It turned out that my disc quota was exceeded during installation. As a result the start-up scripts have not been altered correctly (here: was not substituted at the end of the installation).
Could you rerun installation (uninstall first) and check that you've enough quota available?

Btw.: Engineering is already working on a solution to handle this correctly.

Thank you & best regards,

Georg Zitzlsberger
0 Kudos
Reply