I just finished installing parallel_studio_xe_2011_sp1_update2_intel64 on Ubuntu 11.10 without error.
I tried to compile stockfish and received the following.
Code: Select all
tobias@brutus:~$ cd Downloads/mcostalba-Stockfish-9934b8e/src/
tobias@brutus:~/Downloads/mcostalba-Stockfish-9934b8e/src$ make build ARCH=x86-64 COMP=icc
make ARCH=x86-64 COMP=icc config-sanity
make[1]: Entering directory `/home/tobias/Downloads/mcostalba-Stockfish-9934b8e/src'
Config:
debug: 'no'
optimize: 'yes'
arch: 'x86_64'
os: 'any'
bits: '64'
bigendian: 'no'
prefetch: 'yes'
bsfq: 'yes'
popcnt: 'no'
Flags:
CXX: icpc
CXXFLAGS: -g -Wall -Wcast-qual -fno-exceptions -fno-rtti -wd383,981,1418,1419,10187,10188,11505,11503 -Wcheck -Wabi -Wdeprecated -strict-ansi -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ
LDFLAGS: -lpthread
Testing config sanity. If this fails, try 'make help' ...
make[1]: Leaving directory `/home/tobias/Downloads/mcostalba-Stockfish-9934b8e/src'
make ARCH=x86-64 COMP=icc all
make[1]: Entering directory `/home/tobias/Downloads/mcostalba-Stockfish-9934b8e/src'
icpc -g -Wall -Wcast-qual -fno-exceptions -fno-rtti -wd383,981,1418,1419,10187,10188,11505,11503 -Wcheck -Wabi -Wdeprecated -strict-ansi -DNDEBUG -O3 -DIS_64BIT -msse -DUSE_BSFQ -c -o benchmark.o benchmark.cpp
make[1]: icpc: Command not found
make[1]: *** [benchmark.o] Error 127
make[1]: Leaving directory `/home/tobias/Downloads/mcostalba-Stockfish-9934b8e/src'
make: *** [build] Error 2
tobias@brutus:~/Downloads/mcostalba-Stockfish-9934b8e/src$
However I fail at this point. I ran some script I found in /opt/intel/ but that didn't change anything.
Could anyone tell me the path to the script I have to run in order to get thing work?
Greetings,