From 570f67c4aa451dc20f783383933b343dfd91ef4f Mon Sep 17 00:00:00 2001 From: James E McClure Date: Mon, 10 Aug 2015 14:37:57 -0400 Subject: [PATCH] Piston test example --- example/Piston/Piston.sh | 4 ++-- tests/CMakeLists.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/example/Piston/Piston.sh b/example/Piston/Piston.sh index 70e642ce..30e4a6f1 100644 --- a/example/Piston/Piston.sh +++ b/example/Piston/Piston.sh @@ -28,8 +28,8 @@ for i in `seq 1 6`; do done # simulations should be run using the following syntax -# PRE-PROCESSOR -#mpirun -np 10 ~/install-LBPM-WIA/bin/lbpm_captube_pp +# PRE-PROCESSOR - set the radius to 18 voxel lengths +#mpirun -np 10 ~/install-LBPM-WIA/bin/lbpm_captube_pp 18 1 # RUN THE SIMULAUTION #mpirun -np 10 ~/install-LBPM-WIA/bin/lbpm_color_simulator diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 425f3437..02ce7239 100755 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -7,6 +7,7 @@ INSTALL_LBPM_EXE( lbpm_random_pp ) INSTALL_LBPM_EXE( lbpm_segmented_pp ) INSTALL_LBPM_EXE( lbpm_segmented_decomp ) INSTALL_LBPM_EXE( lbpm_disc_pp ) +INSTALL_LBPM_EXE( lbpm_captube_pp ) INSTALL_LBPM_EXE( lbpm_BlobAnalysis ) INSTALL_LBPM_EXE( TestBubble ) INSTALL_LBPM_EXE( BasicSimulator )