Piston test example

This commit is contained in:
James E McClure
2015-08-10 14:37:57 -04:00
parent 2f479e0718
commit 570f67c4aa
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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 )