Chun Cai

Results 85 comments of Chun Cai

> 你贴的链接里就有命令替换的方法…… @YouJiacheng 哈哈,这部分是新加上的,我提issue的时候还没有。 感谢 @jingjingxyk ! 由于该feature已实现,关闭此issue。

Raising an exception from `BaseException` rather than `Exception` makes `multiprocessing.map` failed to handle the exceptions in subprocess, causing the process pool failed to join. ```python import os import multiprocessing from...

Hi @ch981111 , 建议安装使用gcc8及以上版本,或参考 https://stackoverflow.com/questions/39231363/fatal-error-filesystem-no-such-file-or-directory

Hi @dzzz2001 , To close multiple issues, prepend "fix" to each of them.

Building will take [nearly half an hour](https://github.com/deepmodeling/abacus-develop/actions/runs/9055639044/job/24877048166), and I wonder if code_gen.cpp is required. @dzzz2001

@haozhihan Does the codes under `source/module_psi/kernels` is still required? If not so, please remove those files instead of commenting them out.

Could someone please help me on [this error](https://github.com/deepmodeling/abacus-develop/actions/runs/8625588330/job/23642411212?pr=3943#step:5:948) building tests?

> @caic99 I have some test by using this repo. It worked well , but if the machine has hyper-thread (like WSL or bohrium image), the product of OMP number...

Hi @kogareru1z , Please make sure your MPI used for running ABACUS is of the same package for building ABACUS.

> > Hi @kogareru1z , Please make sure your MPI used for running ABACUS is of the same package for building ABACUS. > > How can I ensure that the...