Skip to content

Commit

Permalink
COMP: Merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-moore22 committed Feb 23, 2024
2 parents c650b8a + 2510cdf commit e0c64d1
Show file tree
Hide file tree
Showing 96 changed files with 5,335 additions and 4,056 deletions.
4 changes: 2 additions & 2 deletions scripts/build-fierro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
show_help() {
echo "Usage: source $(basename "$BASH_SOURCE") [OPTION]"
echo "Valid options:"
echo " --solver=<all|explicit|explicit-evpfft|explicit-ls-evpfft|explicit-evp|implicit>. Default is 'explicit'"
echo " --solver=<all|explicit|explicit-evpfft|explicit-ls-evpfft|implicit>. Default is 'explicit'"
echo " --kokkos_build_type=<serial|openmp|pthreads|cuda|hip>. Default is 'serial'"
echo " --build_action=<full-app|set-env|install-trilinos|install-hdf5|install-heffte|fierro>. Default is 'full-app'"
echo " --machine=<darwin|chicoma|linux|mac>. Default is 'linux'"
Expand Down Expand Up @@ -65,7 +65,7 @@ build_cores="1"

# Define arrays of valid options
valid_build_action=("full-app" "set-env" "install-trilinos" "install-hdf5" "install-heffte" "fierro")
valid_solver=("all" "explicit" "explicit-evpfft" "explicit-ls-evpfft" "explicit-evp" "implicit")
valid_solver=("all" "explicit" "explicit-evpfft" "explicit-ls-evpfft" "implicit")
valid_kokkos_build_types=("serial" "openmp" "pthreads" "cuda" "hip")
valid_heffte_build_types=("fftw" "cufft" "rocfft")
valid_machines=("darwin" "chicoma" "linux" "mac" "msu")
Expand Down
6 changes: 0 additions & 6 deletions scripts/cmake_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ elif [ "$solver" = "explicit-evpfft" ] || [ "$solver" = "explicit-ls-evpfft" ];
-D USE_FFTW=ON
)
fi
elif [ "$solver" = "explicit-evp" ]; then
cmake_options+=(
-D BUILD_PARALLEL_EXPLICIT_SOLVER=ON
-D BUILD_IMPLICIT_SOLVER=OFF
-D BUILD_EVP_FIERRO=ON
)
else
cmake_options+=(
-D BUILD_PARALLEL_EXPLICIT_SOLVER=ON
Expand Down
4 changes: 0 additions & 4 deletions src/EVP/src/CMakeLists.txt

This file was deleted.

63 changes: 0 additions & 63 deletions src/EVP/src/UserEOSModel.cpp

This file was deleted.

48 changes: 0 additions & 48 deletions src/EVP/src/UserEOSModel.h

This file was deleted.

42 changes: 0 additions & 42 deletions src/EVP/src/UserStrengthModel.h

This file was deleted.

Loading

0 comments on commit e0c64d1

Please sign in to comment.