Skip to content

Commit

Permalink
add instruction for parallel mfem installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Aug 11, 2023
1 parent e61dffa commit a1d6b90
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ For serial version of `PyMFEM`, the following simple `pip` command works:
```
pip install mfem
```
For parallel version, a manual installation is required:
```
git clone https://github.com/mfem/PyMFEM.git
cd PyMFEM
python3 setup.py install --with-parallel
```
On LC quartz, use `--user` flag:
```
python3 setup.py install --with-parallel --user
```
Make sure [`swig`](https://pypi.org/project/swig) is installed first. Also, the binary file must be located in `PATH` environment variable.


## License
Expand Down

0 comments on commit a1d6b90

Please sign in to comment.