标题: 求助:PMIxPMIx was unable to find a usable compression library on the system [打印本页] 作者Author: 小强 时间: 2024-10-11 17:08 标题: 求助:PMIxPMIx was unable to find a usable compression library on the system 各位坛友,我在运行cp2k时,提示如下问题,请问怎么解决:
PMIx was unable to find a usable compression libraryon the system. We will therefore be unable to compresslarge data streams. This may result in longer-than-normalstartup times and larger memory footprints. We willcontinue, but strongly recommend installing zlib ora comparable compression library for better user experience.You can suppress this warning by adding "pcompress_base_silence_warning=1"to your PMIx MCA default parameter file, or by adding"PMIX_MCA_pcompress_base_silence_warning=1" to your environment.
官方给出的解决方案中,PMIx MCA default parameter file这个文件在哪?以及这个by adding"PMIX_MCA_pcompress_base_silence_warning=1" to your environment怎么操作?ps:我系统上默认安装了zlib。CP2K版本:2024.3。系统:CentOS9 stream。虽然存在上述提醒,但是计算任务能够正常进行。