Skip to content

Commit

Permalink
Example mug--
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 10, 2024
1 parent 987cb03 commit edf0806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ jobs:
- name: Install googletest
run: |
brew install googletest
# - name: Install Python
# run: |
# brew install python
# - name: Fix fortran
# run: |
# ls /opt/homebrew/bin/*gfortran*
# ls /opt/homebrew/lib/*gfortran*
# ls /usr/local/lib/*gfortran*
- name: Install boost
run: |
brew install sbt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ namespace wrench {
auto event = action_executor->waitForNextEvent();
auto io_event = std::dynamic_pointer_cast<wrench::FileReadCompletedEvent>(event);
if (not io_event) {
throw std::runtime_error("Custom action: unexpected IO event: " + io_event->toString());
throw std::runtime_error("Custom action: unexpected IO event: " + event->toString());
}
}
communicator->barrier();
Expand Down

0 comments on commit edf0806

Please sign in to comment.