Skip to content

Commit 4dfb483

Browse files
committed
Update CI_parallel.yml
Compile metis with icx instead of icc
1 parent 97550c1 commit 4dfb483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI_parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
wget "https://src.fedoraproject.org/lookaside/pkgs/metis/metis-5.1.0.tar.gz/5465e67079419a69e0116de24fce58fe/metis-5.1.0.tar.gz"
8686
tar -xvf metis-5.1.0.tar.gz
8787
cd metis-5.1.0
88-
make config cc=icc
88+
make config cc=icx
8989
make
9090
mv /home/runner/work/horses3d/horses3d/metis-5.1.0/build/Linux-x86_64/libmetis /home/runner/work/horses3d/horses3d/metis-5.1.0/build/Linux-x86_64/lib
9191
mv /home/runner/work/horses3d/horses3d/metis-5.1.0/build/Linux-x86_64/programs /home/runner/work/horses3d/horses3d/metis-5.1.0/build/Linux-x86_64/bin

0 commit comments

Comments
 (0)