Fixing compile errors when compiling without MPI

This commit is contained in:
Mark Berrill
2015-07-09 11:28:40 -04:00
parent 5fc08ce163
commit 54da497392
4 changed files with 52 additions and 7 deletions

View File

@@ -4,9 +4,9 @@ Checkout code and create a cmake script to compile plug-in.
Example commands for Rhea:
Load the proper modules
module load visit
module load cmake
module unload intel gcc
module load gcc/4.8.2
module load cmake
Configure cmake to build the plug-in
cmake \
@@ -16,12 +16,11 @@ Configure cmake to build the plug-in
-D USE_MPI=false \
-D USE_CUDA=false \
-D USE_VISIT=true \
-D VISIT_ROOT_DIR=/sw/rhea/visit \
-D VISIT_ROOT_DIR=/sw/rhea/visit/2.9.0/linux-x86_64 \
-D USE_TIMER=false \
../../LBPM-WIA
Build the visit plug-in
make visit