Skip to content

Commit

Permalink
updates codecov and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Mar 28, 2021
1 parent 9b4e46a commit 579ea2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# custom codecov setting
ignore:
- external_libs/.*

- src/gpu/kernels/.*
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:

- name: Install dependencies
run: |
brew install gcc openmpi
brew cleanup
brew reinstall gcc # need gfortran (symlink to gfortran-10)
brew install hwloc openmpi
echo "compiler versions:" ${FC} ${MPIFC} ${CC}
gcc --version
gfortran --version
Expand Down
Binary file modified doc/USER_MANUAL/manual_SPECFEM2D.pdf
Binary file not shown.

0 comments on commit 579ea2d

Please sign in to comment.