Skip to content

Commit

Permalink
Ues SCALE library v5.5.1 in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkawai committed Apr 16, 2024
1 parent 6be43c1 commit d8bad45
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.0.tar.gz
tar xzf scale-5.5.0.tar.gz --strip-components 1
wget -q https://scale.riken.jp/archives/scale-5.5.1.tar.gz
tar xzf scale-5.5.1.tar.gz --strip-components 1
echo "Build SCALE library .."
export SCALE_SYS=Linux64-gnu-ompi
Expand Down

0 comments on commit d8bad45

Please sign in to comment.