Add initial support for python bindings
[alexxy/gromacs.git] / cmake / TestBlueGeneQ.c
1 int main()
2 {
3 #ifdef __bgq__
4     return 0;
5 #else
6 #error This compiler is not targetting BlueGene/Q
7 #endif
8 }