Skip to content

Commit

Permalink
Toolchain : libcomm version update (#4966)
Browse files Browse the repository at this point in the history
* libcomm version update

* libri notices

* Update README.md
  • Loading branch information
QuantumMisaka committed Aug 16, 2024
1 parent 53afa6a commit 3751dc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions toolchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ And Intel-oneAPI need user or server manager to manually install from Intel.
Dependencies below are optional, which is NOT installed by default:
- `LibTorch` 2.1.2
- `Libnpy` 1.0.1
- `LibRI` 0.1.1
- `LibComm` 0.1.0
- `LibRI` 0.2.0
- `LibComm` 0.1.1
Users can install them by using `--with-*=install` in toolchain*.sh, which is `no` in default.
> Notice: LibRI, LibComm and Libnpy is on actively development, you should check-out the package version when using this toolchain. Also, LibRI and LibComm can be installed by github submodule, which is also work for libnpy, which is more recommended.
Expand Down
6 changes: 3 additions & 3 deletions toolchain/scripts/stage4/install_libcomm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# Only problem is the installation from github.com
# LibComm is under highly-active development, the git submodule installation is more recommended

# Last Update in 2023-1124
# Last Update in 2024-0815

[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)"

libcomm_ver="0.1.0"
libcomm_sha256="48899b9877bcddf3cc03e4e7323e38cfd802d756b7bafba58f151f81a3fa6ed4"
libcomm_ver="0.1.1"
libcomm_sha256="3764c934c895bfd9d8fd766d46e6e3d03230f8076e3edbcc31e10ff8f30075a4"
source "${SCRIPT_DIR}"/common_vars.sh
source "${SCRIPT_DIR}"/tool_kit.sh
source "${SCRIPT_DIR}"/signal_trap.sh
Expand Down
4 changes: 2 additions & 2 deletions toolchain/scripts/stage4/install_libri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
# Only problem is the installation from github.com
# LibRI is under highly-active development, the git submodule installation is more recommended

# Last Update in 2023-1124
# Last Update in 2024-0815

[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)"

# libri 0.2.0 need to be used in newer ABACUS
libri_ver="0.2.0"
libri_sha256="ad79dfbc3ed8ff066c85549a2737d29205dbf755b38ea216ab2ab42754f80389"
source "${SCRIPT_DIR}"/common_vars.sh
Expand Down

0 comments on commit 3751dc4

Please sign in to comment.