Chun Cai
Chun Cai
> @caic99 could you have a look? @WHUweiqingzhou From the link provided by @xdzhu , this is an external issue introduced by MKL. ABACUS now uses the standard MKL cmake...
> error in the last linking step This largely blames to the difference of grammars which is not a part of ISO C++ between clang and gcc. Generally, it only...
> It would be better to submit a issue in the repo of ELPA if they did not mention the availability on AMD compilers. Or just try ignoring those args...
> LCAO basis I would suggest you checking the underlying math libs used by elpa to see if functions from AOCL is really in use. Plus, it is a common...
Hi @hongriTianqi , Have you tried instances with larger memory?
https://github.com/deepmodeling/abacus-develop/blob/332c875f328f3da8975059d4c79114f2ec5ba737/source/module_cell/test/parallel_kpoints_test.sh#L1-L2 should use `set -e` here, since the script is executed as https://github.com/deepmodeling/abacus-develop/blob/332c875f328f3da8975059d4c79114f2ec5ba737/source/module_cell/test/CMakeLists.txt#L96
[The error](https://github.com/deepmodeling/abacus-develop/actions/runs/9366154081/job/25782940730#step:6:6991) you proposed is introduced by #4289 ([previous run](https://github.com/deepmodeling/abacus-develop/actions/runs/9368375648/job/25790249913#step:6:6676) is OK). @dyzheng @mohanchen Any suggestions?
> After PR [#5556](https://github.com/deepmodeling/abacus-develop/pull/5556) , the CICD will be failed when ABACUS abnormal exit @pxlxingliang Please check if the integrating test could capture the error.
> This Issue becomes stale as it can only be solved after lcao refactoring. Can we open the choice of "Close as not planned" option to treat stale issues like...
> "-xhost" might be necessary. Do we have any benchmark on this compiler flag? @jinzx10 I've tested it on a previous version of ABACUS, and it does not help a...