Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/simulation/m_body_forces.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#:include 'macros.fpp'

!> @brief Computes gravitational and user-defined body force source terms for the momentum equations
!> @brief Computes gravitational and body force source terms for the momentum equations
module m_body_forces

use m_derived_types
Expand Down
5 changes: 2 additions & 3 deletions toolchain/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if (MFC_FFTW)
CMAKE_ARGS -DBUILD_TESTS=OFF
-DBUILD_SHARED_LIBS=OFF
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}"
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
)
else()
message(WARNING "The Fortran compiler vendor is Cray so FFTW3 will not be built. We will use cray-fftw instead.")
Expand Down Expand Up @@ -95,11 +96,9 @@ if (MFC_SILO)

ExternalProject_Add(silo
GIT_REPOSITORY "https://github.com/LLNL/Silo"
GIT_TAG 4.12.0
GIT_TAG 4.12.1-pre1
GIT_SHALLOW ON
GIT_PROGRESS ON
PATCH_COMMAND "${GIT_EXECUTABLE}" stash
&& "${GIT_EXECUTABLE}" apply "${CMAKE_SOURCE_DIR}/Silo.patch"
CMAKE_ARGS -DSILO_ENABLE_SHARED=OFF
-DSILO_ENABLE_SILOCK=OFF
-DSILO_ENABLE_BROWSER=OFF
Expand Down
25 changes: 0 additions & 25 deletions toolchain/dependencies/Silo.patch

This file was deleted.

Loading