Fix memory handling in gmx dump of TNG files
[gromacs/AngularHB.git] / cmake / TestMIC.c
blobc03a61b12e390431ac46ff9f74e2194d8a909d22
1 int main()
3 #ifdef __MIC__
4 return 0;
5 #else
6 #error This compiler is not targetting MIC
7 #endif