Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuangph committed Jun 18, 2024
1 parent 497cd69 commit 14eb1b7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions python/examples/metis-block-graph/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Using Plot3D and Metis

## Installing Metis
Metis needs to be installed and configured as part of your METIS_DLL or LD_LIBRARY path

1. Download Metis http://glaros.dtc.umn.edu/gkhome/metis/metis/download
2. Follow the compiling instructions

Add to your profile
```bash
# metis
export PATH="/home/[username]/metis:$PATH"
export LD_LIBRARY_PATH="/home/[username]/metis:$LD_LIBRARY_PATH"
```

3. Install metis python library `pip install metis`

Now you are ready to run the test code.

0 comments on commit 14eb1b7

Please sign in to comment.