Separate canDetectGpus and findGpus futher, and fix tests
[gromacs.git] / cmake / TestBlueGeneQ.c
blob7edc604aeb38afb1f928ee2b0184852dc7687961
1 int main()
3 #ifdef __bgq__
4 return 0;
5 #else
6 #error This compiler is not targetting BlueGene/Q
7 #endif