From 29aa949cb3081883a59ae8e6b4200962302f5a05 Mon Sep 17 00:00:00 2001 From: JamesEMcclure Date: Thu, 8 Aug 2019 14:45:44 -0400 Subject: [PATCH] clean up configure for hu --- sample_scripts/configure_huckleberry | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sample_scripts/configure_huckleberry b/sample_scripts/configure_huckleberry index 03d35824..8c4499b0 100755 --- a/sample_scripts/configure_huckleberry +++ b/sample_scripts/configure_huckleberry @@ -7,6 +7,8 @@ module list module load hdf5/1.8.12 module load silo +export LBPM_SOURCE_DIR=$HOME/LBPM + cmake \ -D CMAKE_C_COMPILER:PATH=mpicc \ -D CMAKE_CXX_COMPILER:PATH=mpicxx \ @@ -24,7 +26,7 @@ cmake \ -D USE_SILO=1 \ -D SILO_DIRECTORY=$SILO_DIR \ -D USE_TIMER=0 \ - ~/LBPM-WIA + $LBPM_SOURCE_DIR make VERBOSE=1 -j1 && make install