fixed backward compatibility of tpr files with dihres
[gromacs.git] / cmake / Toolchain-BlueGeneP.cmake
blob73b6b34c90142b51772cabadb64bf8cd91364d23
1 # the name of the target operating system
2 set(CMAKE_SYSTEM_NAME BlueGeneP-static CACHE STRING "Cross-compiling for BlueGene/P")
4 # set the compiler
5 set(CMAKE_C_COMPILER mpixlc_r)
6 set(CMAKE_CXX_COMPILER mpixlcxx_r)
8 set(GMX_ACCELERATION "BlueGene" CACHE STRING "Forcing BlueGene acceleration when using BlueGene toolchain")