Skip to content

Commit fb11a7a

Browse files
Nightly BotSichao25
authored andcommitted
Merging develop into master
2 parents 496cb8a + 3616c37 commit fb11a7a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/python-api-test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,23 @@ jobs:
7373
run: |
7474
git clone https://github.com/KarypisLab/GKlib.git
7575
cd GKlib
76-
make config prefix=${{ github.workspace }}/libs/install
76+
installDir=${{ github.workspace }}/libs/install
77+
make config prefix=$installDir shared=1
7778
make install
79+
ln -s $installDir/lib/libGKlib.so.0 $installDir/lib/libGKlib.so #https://github.com/KarypisLab/GKlib/issues/49
7880
7981
- name: Build METIS
8082
run: |
8183
git clone https://github.com/KarypisLab/METIS.git
8284
cd METIS
83-
make config prefix=${{ github.workspace }}/libs/install
85+
make config prefix=${{ github.workspace }}/libs/install shared=1
8486
make install
8587
8688
- name: Build ParMETIS
8789
run: |
8890
git clone https://github.com/KarypisLab/ParMETIS.git
8991
cd ParMETIS
90-
make config prefix=${{ github.workspace }}/libs/install
92+
make config prefix=${{ github.workspace }}/libs/install shared=1
9193
make install
9294
9395
- name: Build Zoltan from Trilinos (minimal)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For more information, start at our
99
### What is in this repository? ###
1010

1111
* PUMI: parallel unstructured mesh infrastructure API
12-
[User's Guide](http://scorec.rpi.edu/~seol/PUMI.pdf)
12+
[User Guide](https://doi.org/10.5281/zenodo.16412599)
1313
* PCU: Communication and file IO built on MPI
1414
* APF: Abstract definition of meshes, fields, and related operations
1515
* GMI: Common interface for geometric modeling kernels

0 commit comments

Comments
 (0)