Last change
on this file since 3236 was
2051,
checked in by jack, 19 years ago
|
Python interface to metis. Currently provides only the
METIS_PartMeshNodal function, since that is what is currently needed for partitioning.
Module name is metis.
|
File size:
262 bytes
|
Rev | Line | |
---|
[2051] | 1 | |
---|
| 2 | |
---|
| 3 | default: |
---|
| 4 | (cd Lib ; make ) |
---|
| 5 | (cd Programs ; make ) |
---|
| 6 | (cd Test ; make ) |
---|
| 7 | |
---|
| 8 | clean: |
---|
| 9 | (cd Lib ; make clean ) |
---|
| 10 | (cd Programs ; make clean ) |
---|
| 11 | (cd Test ; make clean ) |
---|
| 12 | |
---|
| 13 | realclean: |
---|
| 14 | (cd Lib ; make realclean ) |
---|
| 15 | (cd Programs ; make realclean ) |
---|
| 16 | (cd Test ; make realclean ) |
---|
Note: See
TracBrowser
for help on using the repository browser.