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
Replace automatic rdtscp checks with boolean option
[gromacs.git]
/
python_packaging
/
sample_restraint
/
ci_scripts
/
set_compilers
blob
a0c598d609c1e078bbedafd4856c98c947c9b4f5
1
export CC=`which mpicc`
2
export CXX=`which mpicxx`
3
export CCACHE_COMPILERCHECK=content
4
${CC} --version
5
${CXX} --version