Hello all,
I have installed intel parallel studio successfully and when I type "icc -v", it shows:
icc version 18.0.2 (gcc version 4.8.5 compatibility)
and when I type "which icc", it shows:
/opt/intel/compilers_and_libraries_2018.2.199/linux/bin/intel64/icc
But when I tried to use icc to compile something "icc hello.c -o test.o", it is saying that I don't have icc.
icc: command not found
I will appreciate any help. Thanks.