Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在构建和安装过程中很容易忽略输出,所以我想知道 NEST 的 python 模块中是否有办法检查 MPI 集成是否成功?
(还)没有专门的 Python 函数,但您可以从 SLI 获取它statusdict:
statusdict
>>> print(nest.ll_api.sli_func('statusdict/have_mpi ::')) True