From 7b28c5570f5ff45be4605ee2c28605b660107c19 Mon Sep 17 00:00:00 2001 From: Chenhan Yu <chenhany@nvidia.com> Date: Fri, 25 Jan 2019 16:28:28 -0800 Subject: [PATCH] Update #2 --- set_env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/set_env.sh b/set_env.sh index ad8b0fa..03862ed 100755 --- a/set_env.sh +++ b/set_env.sh @@ -49,8 +49,8 @@ export HMLP_ARCH_MINOR=haswell export QSMLROOT=/Users/chenhan/Documents/Projects/qsml/aarch64-linux-android ## Distributed environment poptions (if true, compile with MPI) -#export HMLP_USE_MPI=true -export HMLP_USE_MPI=false +export HMLP_USE_MPI=true +#export HMLP_USE_MPI=false ## GPU compiler options (if true, compile the gpu library as well). ## Manually setup CUDA TOOLKIT path (otherwise cmake will try to find it).