Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The setup script accept various options. Download the package manually and run t
#### Download source and build
```shell
$ git clone https://github.com/mfem/PyMFEM.git
$ cd PyMFEM

# Build it from local source with MPI
$ pip install ./ -C"with-parallel=Yes" --verbose
Expand All @@ -37,7 +38,7 @@ $ git clean -f # clean files under mfem/_ser and mfem/_par
#### Run test
```shell
cd test
python test_examples.py -serial
python run_examples.py -serial
```

## Usage
Expand Down
Loading