Skip to content

Commit

Permalink
Ues SCALE library v5.5.3 in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuta Kawai committed Oct 6, 2024
1 parent 0b85239 commit 126a4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scalelib_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
mkdir -p ${SCALE_INST_DIR} && cd ${SCALE_INST_DIR}
echo "Download SCALE library .."
wget -q https://scale.riken.jp/archives/scale-5.5.1.tar.gz
tar xzf scale-5.5.1.tar.gz --strip-components 1
wget -q https://scale.riken.jp/archives/scale-5.5.3.tar.gz
tar xzf scale-5.5.3.tar.gz --strip-components 1
echo "Build SCALE library .."
export SCALE_SYS=Linux64-gnu-ompi
Expand Down

0 comments on commit 126a4a1

Please sign in to comment.