repo.or.cz
/
gromacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Preliminary clean up of NVML code
[gromacs.git]
/
cmake
/
TestBlueGeneQ.c
blob
7edc604aeb38afb1f928ee2b0184852dc7687961
1
int
main
()
2
{
3
#ifdef __bgq__
4
return
0
;
5
#else
6
#error This compiler is not targetting BlueGene/Q
7
#endif
8
}