diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 8c657fce..3fa9e897 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -3,6 +3,7 @@ INSTALL_EXAMPLE (NonNewtonianChannelFlow ) INSTALL_EXAMPLE( Bubble ) INSTALL_EXAMPLE( ConstrainedBubble ) INSTALL_EXAMPLE( Piston ) +INSTALL_EXAMPLE( Plates ) INSTALL_EXAMPLE( InkBottle ) INSTALL_EXAMPLE( Sph1896 ) INSTALL_EXAMPLE( drainage ) diff --git a/sample_scripts/configure_desktop b/sample_scripts/configure_desktop index db81411b..d4e5fb5f 100755 --- a/sample_scripts/configure_desktop +++ b/sample_scripts/configure_desktop @@ -14,15 +14,18 @@ cmake \ -D CUDA_FLAGS="-arch sm_35" \ -D CUDA_HOST_COMPILER="/usr/bin/gcc" \ -D USE_NETCDF=0 \ - -D HDF5_DIRECTORY="/usr/local/visit/2.9.2/linux-x86_64" \ + -D HDF5_DIRECTORY="/home/mcclurej/TPL/hdf5/" \ + -D HDF5_LIB="/home/mcclurej/TPL/hdf5/lib/libhdf5.a" \ + -D SILO_LIB="/home/mcclurej/TPL/silo/lib/libsiloh5.a" \ + -D SILO_DIRECTORY="/home/mcclurej/TPL/silo/" \ -D NETCDF_DIRECTORY="/apps/netcdf/" \ -D USE_SILO=1 \ - -D SILO_LIB="/usr/local/visit/2.9.2/linux-x86_64/lib/libsiloh5.a" \ - -D SILO_DIRECTORY="/usr/local/visit/2.9.2/linux-x86_64/include/silo" \ -D USE_CUDA=0 \ -D USE_TIMER=0 \ ${HOME}/Programs/LBPM-WIA +# -D SILO_LIB="/usr/local/visit/2.9.2/linux-x86_64/lib/libsiloh5.a" \ +# -D SILO_DIRECTORY="/usr/local/visit/2.9.2/linux-x86_64/include/silo" \