https://github.com/cssr-tools/homebrew-opm
Using brew to install OPM Flow with mpi support on macOS
https://github.com/cssr-tools/homebrew-opm
Last synced: about 1 month ago
JSON representation
Using brew to install OPM Flow with mpi support on macOS
- Host: GitHub
- URL: https://github.com/cssr-tools/homebrew-opm
- Owner: cssr-tools
- License: gpl-3.0
- Created: 2025-12-21T16:00:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-12-21T16:56:03.000Z (4 months ago)
- Last Synced: 2025-12-23T06:10:26.894Z (4 months ago)
- Language: Ruby
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/cssr-tools/homebrew-opm/actions/workflows/ci_brew_opm-flow_resinsight_macos.yml)
[](https://www.gnu.org/licenses/gpl-3.0)
# Installing ResInsight and OPM Flow with support for mpirun in macOS using brew
This repository uses [_brew_](https://brew.sh) to build [_ResInsight_](https://resinsight.org) (v2025.12.0) and [_OPM Flow_](https://opm-project.org/?page_id=19) (v2025.10) in macOS Tahoe in GitHub Actions, showing the status and details of the build in the [_Actions_](https://github.com/cssr-tools/homebrew-opm/actions).
See [_this script_](https://github.com/cssr-tools/homebrew-opm/blob/main/.github/workflows/ci_brew_opm-flow_resinsight_macos.yml) that is run in GitHub actions.
```bash
brew install cssr-tools/opm/opm-simulators
brew install cssr-tools/opm/resinsight
```
After you execute the above lines, you can check if the installation of OPM Flow succeded by typing in the terminal `flow --help`, and ResInsight is launched by typing `resinsight`.