Hello Intel Support I am contacting you for assistance.
Your Update 2 compiler crashes on a file that previously compiled fine (with Update 1).
The file is compiled with OpenMP and TBB.
Here is the command:
icpc -O2 -axCORE-AVX2 -qopenmp -o biotest -g -std=c++11 -I ../openmp ../openmp/patternmatch.cpp biotest.cpp -ltbb
Source code attached.
:-|