Skip to content

Commit

Permalink
Enabling demo PDEs in some camobap nightlies, disabling in others.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalash committed Dec 24, 2022
1 parent 943f5c4 commit a7e61e2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions doc/dashboards/camobap.ca.sandia.gov/do-cmake-albany
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cmake \
-D ALBANY_TRILINOS_DIR:PATH=${INSTALL_LOCATION} \
-D ENABLE_LANDICE:BOOL=ON \
-D ENABLE_UNIT_TESTS:BOOL=ON \
-D ENABLE_DEMO_PDES:BOOL=OFF \
-D ENABLE_ALBANY_EPETRA:BOOL=ON \
-D ENABLE_CHECK_FPE:BOOL=OFF \
-D ENABLE_MPAS_INTERFACE:BOOL=ON \
Expand Down
3 changes: 2 additions & 1 deletion doc/dashboards/camobap.ca.sandia.gov/do-cmake-albanyFPE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cmake \
-D CMAKE_CXX_FLAGS:STRING='-std=gnu++11 -g' \
-D CMAKE_BUILD_TYPE:STRING=DEBUG \
-D ENABLE_LANDICE:BOOL=ON \
-D ENABLE_DEMO_PDES:BOOL=ON \
-D ENABLE_UNIT_TESTS:BOOL=ON \
-D ENABLE_ALBANY_EPETRA:BOOL=ON \
-D ENABLE_CHECK_FPE:BOOL=ON \
Expand All @@ -27,7 +28,7 @@ cmake \
-D TRILINOS_BUILD_DIR=${TRILINOSBLDDIR} \
-D PYTHON_EXECUTABLE='/usr/bin/python3.6m' \
-D PYTHON_INCLUDE_PATH='/usr/include/python3.6m' \
-D SWIG_EXECUTABLE='/tpls/install/bin/swig' \
-D ENABLE_USE_CISM_FLOW_PARAMETERS:BOOL=ON \
-D SWIG_EXECUTABLE='/tpls/install/bin/swig' \
..

3 changes: 2 additions & 1 deletion doc/dashboards/camobap.ca.sandia.gov/do-cmake-albanyOpenmp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cmake \
-D ALBANY_TRILINOS_DIR:PATH=${INSTALL_LOCATION} \
-D ENABLE_LANDICE:BOOL=ON \
-D ENABLE_UNIT_TESTS:BOOL=ON \
-D ENABLE_DEMO_PDES:BOOL=ON \
-D ENABLE_ALBANY_EPETRA:BOOL=ON \
-D SEACAS_EPU=${INSTALL_LOCATION}/bin/epu \
-D SEACAS_DECOMP=${INSTALL_LOCATION}/bin/decomp \
Expand All @@ -20,6 +21,6 @@ cmake \
-D ENABLE_KOKKOS_UNDER_DEVELOPMENT:BOOL=ON \
-D ENABLE_DAKOTA_RESTART_EXAMPLES=OFF \
-D ENABLE_SLFAD:BOOL=OFF \
-D ALBANY_MPI_EXEC_TRAILING_OPTIONS="--map-by ppr:1:core:pe=2" \
-D ENABLE_64BIT_INT:BOOL=OFF \
-D ALBANY_MPI_EXEC_TRAILING_OPTIONS='--map-by ppr:1:core:pe=2' \
..
1 change: 1 addition & 0 deletions doc/dashboards/camobap.ca.sandia.gov/do-cmake-albanyT
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cmake \
-D ENABLE_LANDICE:BOOL=ON \
-D ENABLE_UNIT_TESTS:BOOL=ON \
-D ENABLE_ALBANY_EPETRA:BOOL=OFF \
-D ENABLE_DEMO_PDES:BOOL=OFF \
-D ENABLE_CHECK_FPE:BOOL=OFF \
-D SEACAS_EPU=${INSTALL_LOCATION}/bin/epu \
-D SEACAS_DECOMP=${INSTALL_LOCATION}/bin/decomp \
Expand Down
1 change: 1 addition & 0 deletions doc/dashboards/camobap.ca.sandia.gov/do-cmake-fpe-check
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ cmake \
-D PYTHON_EXECUTABLE='/usr/bin/python' \
-D SWIG_EXECUTABLE='/tpls/install/swig/bin/swig' \
-D PYTHON_INCLUDE_PATH='/usr/include/python3.9' \
-D INSTALL_ALBANY:BOOL=OFF \
-D ENABLE_USE_CISM_FLOW_PARAMETERS:BOOL=ON \
/nightlyCDash/repos/Albany/
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# not compiled. Version _1_40 or newer.
#
# There are two optional build choices, commented below
# these are for Dakota and Exodus I/O capabilities.
# these are for Dakota and Exodus I/O capabilites.
#
# Albany automatically queries the Trilinos build to
# know if these capabilities are enabled or disabled.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# not compiled. Version _1_40 or newer.
#
# There are two optional build choices, commented below
# these are for Dakota and Exodus I/O capabilities.
# these are for Dakota and Exodus I/O capabilites.
#
# Albany automatically queries the Trilinos build to
# know if these capabilities are enabled or disabled.
Expand Down

0 comments on commit a7e61e2

Please sign in to comment.