标题: Cp2k并行运行报错 [打印本页] 作者Author: wmy 时间: 2024-2-29 23:17 标题: Cp2k并行运行报错 再用Cp2k提交任务时报错:
WARNING: No preset parameters were found for the device that Open MPI detected:
Local host: ubuntu-NF5280M5
Device name: irdma0
Device vendor ID: 0x8086
Device vendor part ID: 14288
Default device parameters will be used, which may result in lower
performance. You can edit any of the files specified by the
btl_openib_device_param_files MCA parameter to set values for your
device.
这是用gcc编译版本报的错,之前intel编译的正常运行。怀疑是环境中存在Intel 的mpirun导致的。但是在注释掉mpirun后,重新连接后依然报错, 在gcc编译中并没有编译openmpi,但是系统自带了一个,是不是版本的问题呢?