There was an error while loading. Please reload this page.
Add Intel ICC to Ubuntu compiler selection:
sudo update-alternatives --install /usr/bin/c++ c++ /opt/intel/compilers_and_libraries_2017.2.174/linux/bin/intel64/icpc 10 sudo update-alternatives --install /usr/bin/cc cc /opt/intel/compilers_and_libraries_2017.2.174/linux/bin/intel64/icc 10
Then to select: sudo update-alternatives --config cc sudo update-alternatives --config c++