Skip to content

Commit

Permalink
Merge branch 'master' into rocm-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fthaler authored Oct 28, 2024
2 parents fc03e94 + 3eb5303 commit d1a4f46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ jobs:
version: [24.5]
steps:
- uses: actions/checkout@v2
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
- name: Build
run: >
docker build
Expand Down
2 changes: 1 addition & 1 deletion parmetis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Marco Bettiol <[email protected]>"

ARG PARMETIS_VERSION=4.0.3
RUN cd /tmp && \
wget -q http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-${PARMETIS_VERSION}.tar.gz && \
wget -q https://karypis.github.io/glaros/files/sw/parmetis/parmetis-${PARMETIS_VERSION}.tar.gz && \
tar xzf parmetis-${PARMETIS_VERSION}.tar.gz && \
cd parmetis-${PARMETIS_VERSION} && \
sed -i 's/#define IDXTYPEWIDTH 32/#define IDXTYPEWIDTH 64/g' metis/include/metis.h && \
Expand Down

0 comments on commit d1a4f46

Please sign in to comment.