-
Notifications
You must be signed in to change notification settings - Fork 134
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
Examples in the integration test reported segmentation fault on my machine #4635
Comments
What is your compiling command? |
@dyzheng |
I will check with deepks and libri on my machine right away. |
I have tested both in GNU and Intel environment and cannot rerun your error. |
Intel environment can rerun your error with LibRI and DeePKS |
Error comes from DeePKS with Intel compiler. |
Can you try the newest commit, I test it with no error. |
@xuan112358 can you rerun the toolchain to rebuild libtorch in your machine? |
@dyzheng It seems like I can just download the LibTorch zip file but not need to build it? I downloaded the new LibTorch v2.3.1 in https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcpu.zip and tried again. The error was the same. |
Duplicated with #4636. Let's track the problem there. |
Build #4622 with IntelLLVM 2024.1.0 and encountered a compilation error |
@Cstandardlib Thanks for testing, and would you please apply the modifications in #4644 ? |
Hi @xuan112358 , |
@caic99 I‘ve tried it and all worked well now ! Also , I've tried to comile and run with Intel oneAPI toolkit 2024 and it worked well too. Thanks very much! |
Describe the bug
When running ABACUS with code after commit #4622, I found that I can't run examples in integrate test.
They all reported segmentation fault.
Take “tests/integrate/201_NO_15_pseudopots” for example, the log.txt was:
Expected behavior
No response
To Reproduce
No response
Environment
compiler: -DMPI_CXX_COMPILER=mpiicpc -DCMAKE_CXX_COMPILER=icpc
build with deepks and libri
Additional Context
No response
Task list for Issue attackers (only for developers)
The text was updated successfully, but these errors were encountered: