An open API service indexing awesome lists of open source software.

https://github.com/joaomlneto/mfem-benchmarks


https://github.com/joaomlneto/mfem-benchmarks

Last synced: 2 months ago
JSON representation

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`