summarylogtreecommitdiffstats
path: root/intel_compilers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'intel_compilers.sh')
-rwxr-xr-xintel_compilers.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/intel_compilers.sh b/intel_compilers.sh
index 61ee7463726d..2c83e6c8689f 100755
--- a/intel_compilers.sh
+++ b/intel_compilers.sh
@@ -1,4 +1,4 @@
-#/bin/bash
+#! /bin/bash
TMP_LLP=$LD_LIBRARY_PATH
if [ -z $TMP_LLP ] ; then
@@ -7,7 +7,9 @@ else
LLP_NULL=false ;
fi
+if [ -f /opt/intel/composerxe/linux/bin/compilervars.sh ] ; then
. /opt/intel/composerxe/linux/bin/compilervars.sh <arch>
+fi
#. /opt/intel/composerxe/bin/iccvars.sh <arch>
PATH=$PATH:/opt/intel/bin