This commit is contained in:
Carl Pearson
2020-03-24 08:25:04 -05:00
parent c34a2c2ef0
commit af6389496e
3 changed files with 4 additions and 43 deletions

View File

@@ -3,17 +3,12 @@ set -x -e
source ci/env.sh
which g++
which nvcc
which cmake
g++ --version
nvcc --version
cmake --version
mkdir build
cd build
cmake .. \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
-DCMAKE_PREFIX_PATH=$OPENMPI_PATH \
-DMPI_HOME=/usr/lib/x86_64-linux-gnu/openmpi/
cmake ..
make VERBOSE=1