niober123 / ompt-intel-openmp

Automatically exported from code.google.com/p/ompt-intel-openmp
0 stars 0 forks source link

Fails to detect the intel compiler 15.0 #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
$ echo $PATH
/opt/intel/composer_xe_2015.0.090/bin/intel64_mic:/opt/intel/composer_xe_2015.0.
090/bin/intel64:/home/michaelw/bin:/home/michaelw/bin:/usr/local/bin:/usr/bin:/b
in:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:/us
r/local/cuda-5.5/bin:/opt/pgi/linux86-64/14.4/bin

$ make
omp_root=.
omp_os=linux
arch=32e
compiler=icc
mic=no
mode=release
Created ./tmp directory
./tools/build.pl --arch=32e --mode=release lib inc common
./tools/build.pl  --arch=32e --mode=release lib inc common
build.pl: (i) Goals           : lib inc common
build.pl: (i) Configurations  : 1
build.pl: (i) Making          :   1 of   1 : 
lin_32e-rtl_5_nor_dyn.12.rel.40.c0.t0-ferry
-------------------------------------------------------------------------------
Started   : 2014-11-13 13:36:44 UTC
Root dir  : /fastfs/michaelw/ompt-intel-openmp/itt/libomp_oss
Build dir : tmp/lin_32e-rtl_5_nor_dyn.12.rel.40.c0.t0-ferry
Makefile  : ../../src/makefile.mk
-------------------------------------------------------------------------------
----- 1/1 --- making lib inc common -----
Build  : 00000000 (development)
check-tools.pl: (!) Cannot detect Intel compiler architecture: for applications 
running on Intel(R) MIC Architecture
check-tools.pl: (!) Cannot detect Intel compiler architecture: for applications 
running on Intel(R) MIC Architecture
check-tools.pl: (!) Cannot detect Intel compiler architecture: XE for 
applications running on Intel(R) MIC Architecture
make[1]: Entering directory 
`/fastfs/michaelw/ompt-intel-openmp/itt/libomp_oss/tmp/lin_32e-rtl_5_nor_dyn.12.
rel.40.c0.t0-ferry'
../../tools/src/common-checks.mk:69: *** Development tools not found: icc, 
icpc, ifort.  Schluss.
make[1]: Leaving directory 
`/fastfs/michaelw/ompt-intel-openmp/itt/libomp_oss/tmp/lin_32e-rtl_5_nor_dyn.12.
rel.40.c0.t0-ferry'
-------------------------------------------------------------------------------
Finished  : 2014-11-13 13:36:44 UTC
Elapsed   : 00:00:00
Result    : --- Failure ---
-------------------------------------------------------------------------------

build.pl: (i) --- Failure --- : lin_32e-rtl_5_nor_dyn.12.rel.40.c0.t0-ferry
build.pl: (i) Successes       :   0 of   1
build.pl: (i) Failures        :   1 of   1
build.pl: (i) Time elapsed    :   00:00:00
build.pl: (i) Overall result  : --- Failure ---
make: *** [omp] Fehler 3

What version of the product are you using? On what operating system?
icc (ICC) 15.0.0 20140723
SUSE Linux Enterprise Server 11 SP1  (x86_64)

Original issue reported on code.google.com by xase...@googlemail.com on 13 Nov 2014 at 1:39