Skip to content

Commit

Permalink
Modify yml file to use SCALE v5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkawai committed Dec 28, 2024
1 parent 0df9c3f commit bab81a9
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.3.tar.gz
tar xzf scale-5.5.3.tar.gz --strip-components 1
wget -q https://scale.riken.jp/archives/scale-5.5.4.tar.gz
tar xzf scale-5.5.4.tar.gz --strip-components 1
echo "Build SCALE library .."
export SCALE_SYS=Linux64-gnu-ompi
Expand Down

0 comments on commit bab81a9

Please sign in to comment.