Skip to content

Commit

Permalink
docs: add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Jul 19, 2024
1 parent 2264c60 commit 1c466aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# `metis-wizard`: Partition your mesh into subdomains
> [Paul Gierz](mailto:paul.gierz@awi.de)
[![Docker](https://github.com/FESOM/metis-wizard/actions/workflows/docker.yml/badge.svg)](https://github.com/FESOM/metis-wizard/actions/workflows/docker.yml)

This is a simple tool to partition a mesh into subdomains. It is based on the [`metis`](https://github.com/FESOM/fesom2/tree/main/lib/metis-5.1.0)
library. The tool is in FORTRAN with a Python wrapper to call the `fesom_ini` program, which must be compiled first and be on your `$PATH`.

## Usage with Docker

```console
docker run -it --rm -v ghcr.io/fesom/metis-wizard <mesh> <nparts>
```

Or use select one or more number of partitions from common CPU counts:

```console
docker run -it --rm ghcr.io/fesom/metis-wizard --interactive <mesh>
```

0 comments on commit 1c466aa

Please sign in to comment.