https://github.com/joaomlneto/mfem-benchmarks
https://github.com/joaomlneto/mfem-benchmarks
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joaomlneto/mfem-benchmarks
- Owner: joaomlneto
- License: mit
- Created: 2018-09-27T15:55:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T12:13:51.000Z (almost 7 years ago)
- Last Synced: 2025-06-08T22:33:55.006Z (4 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mfem-benchmarks
Utility to automate building the `mfem` library.
# Building everything
Downloads and builds mfem 3.4 and its dependencies:
```bash
cd scripts
./prepare.sh
```Note: we configure mfem to use OpenMP.
Feel free to change the script or the configuration file to your liking.# Running everything
To run all the example applications, just `./run.sh`