forked from abacusmodeling/abacus-develop
-
Notifications
You must be signed in to change notification settings - Fork 145
[Toolchain] Fix AOCL linking problem and other ver-202503 patch #6623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mohanchen
merged 10 commits into
deepmodeling:develop
from
QuantumMisaka:toolchain-202503-patch
Oct 21, 2025
Merged
[Toolchain] Fix AOCL linking problem and other ver-202503 patch #6623
mohanchen
merged 10 commits into
deepmodeling:develop
from
QuantumMisaka:toolchain-202503-patch
Oct 21, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
Author
|
Updates:
|
添加CPU型号检测逻辑,通过lscpu或/proc/cpuinfo获取处理器信息并显示在系统摘要中,方便用户查看完整的硬件信息
更新README中关于GNU、Intel和AMD工具链的编译器要求及特性描述,使其更准确
Collaborator
Author
|
Update:
|
… removal of origin scripts in the future.
ZhouXY-PKU
approved these changes
Oct 20, 2025
Collaborator
ZhouXY-PKU
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your patches!
(More tests are still needed, e.g. supported versions of libtorch and glibc)
mohanchen
approved these changes
Oct 21, 2025
QuantumMisaka
added a commit
to QuantumMisaka/abacus-develop
that referenced
this pull request
Oct 21, 2025
…modeling#6623) * refactor(scripts): Rename uncorrect FAST_MATH_* env to MATH_* * docs(toolchain): correct NEP description * fix(scripts): correct all FAST_MATH to MATH * fix: 下载失败时删除临时文件 * docs(toolchain): 更新LibTorch版本注释并统一MLALGO支持描述 * chore: update .gitignore to ignore .trae * feat(用户界面): 在系统摘要中添加CPU型号信息 添加CPU型号检测逻辑,通过lscpu或/proc/cpuinfo获取处理器信息并显示在系统摘要中,方便用户查看完整的硬件信息 * docs(toolchain): 更新支持的编译器及特性说明 更新README中关于GNU、Intel和AMD工具链的编译器要求及特性描述,使其更准确 * refactor(toolchain): refine the comments of the main scripts and mark removal of origin scripts in the future. * docs(toolchain): modify and add comments for libtorch
kluonj
pushed a commit
to kluonj/abacus-develop
that referenced
this pull request
Oct 21, 2025
…modeling#6623) * refactor(scripts): Rename uncorrect FAST_MATH_* env to MATH_* * docs(toolchain): correct NEP description * fix(scripts): correct all FAST_MATH to MATH * fix: 下载失败时删除临时文件 * docs(toolchain): 更新LibTorch版本注释并统一MLALGO支持描述 * chore: update .gitignore to ignore .trae * feat(用户界面): 在系统摘要中添加CPU型号信息 添加CPU型号检测逻辑,通过lscpu或/proc/cpuinfo获取处理器信息并显示在系统摘要中,方便用户查看完整的硬件信息 * docs(toolchain): 更新支持的编译器及特性说明 更新README中关于GNU、Intel和AMD工具链的编译器要求及特性描述,使其更准确 * refactor(toolchain): refine the comments of the main scripts and mark removal of origin scripts in the future. * docs(toolchain): modify and add comments for libtorch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Compile & CICD & Docs & Dependencies
Issues related to compiling ABACUS
Refactor
Refactor ABACUS codes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Reminder
Linked Issue
Fix #6620
What's changed?
install_aocl.shhas been fixed, and NEP description in README has been fixed. Now AOCC-AOCL and GCC-AOCL toolchain and ABACUS compiled with each of them can work normally after load relative AOCC-AOCL or GCC-AOCL environments.