Hallo,
ich probiere mich gerade an der Anleitung: http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/mkl/refman/appendices/mkl_appG_FFTW3_Creating_Library.html#mkl_appG_FFTW3_Creating_Library
Der Intel Compiler ist installiert:
1 2 3 | icc --version icc (ICC) 12.1.3 20120212 Copyright (C) 1985-2012 Intel Corporation. All rights reserved. |
Doch erhalte ich folgende Fehlermeldung:
1 2 3 4 5 6 7 8 9 10 11 | chloroform@brutus:/opt/intel/composer_xe_2011_sp1.9.293/mkl/interfaces/fftw3xf$ sudo make libem64t make -f makefile lib _IA=intel64 make[1]: Entering directory `/opt/intel/composer_xe_2011_sp1.9.293/mkl/interfaces/fftw3xf' rm -rf fftw3xf.CVVoni mkdir -p fftw3xf.CVVoni icc -vec-report0 -I../../include -I../../include/fftw -c ../../interfaces/fftw3xf/wrappers/fftw_cleanup.c -o fftw3xf.CVVoni/fftw_cleanup.o make[1]: icc: Command not found make[1]: *** [fftw3xf.CVVoni/fftw_cleanup.o] Error 127 make[1]: Leaving directory `/opt/intel/composer_xe_2011_sp1.9.293/mkl/interfaces/fftw3xf' make: *** [libem64t] Error 2 chloroform@brutus:/opt/intel/composer_xe_2011_sp1.9.293/mkl/interfaces/fftw3xf$ |
Kann mir jemand sagen, was hier gerade schief läuft?
Vielen lieben Dank schonmal ☺