Skip to content

Commit

Permalink
Merge pull request SPECFEM#843 from danielpeter/devel
Browse files Browse the repository at this point in the history
adds full gravity seismograms (gravitational potential, gravity perturbation, etc.)
  • Loading branch information
danielpeter authored Jun 11, 2024
2 parents 0db62bb + 9832c2b commit 46dd8d6
Show file tree
Hide file tree
Showing 10 changed files with 1,352 additions and 284 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/run_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [ "${ADIOS2}" == "true" ]; then
mkdir -p /opt; cd /opt
# download source
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.1.tar.gz
tar zxvf v2.10.1.tar.gz
tar zxf v2.10.1.tar.gz
cd ADIOS2-2.10.1/
# build source
mkdir -p build; cd build/
Expand Down
Loading

0 comments on commit 46dd8d6

Please sign in to comment.