多节点运行mpirun时报某个文件无法找到或打开
现象描述
- 多节点运行mpirun命令时,报某个.so文件无法找到或打开。
$ mpirun --allow-run-as-root -np 4 -N 2 --hostfile /hf2 /AllReduce mpirun: error while loading shared libraries: libopen-rte.so.40: cannot open shared object file: No such file or directory
- 多节点运行mpirun命令时,报某个文件无法找到或打开。
$ mpirun --allow-run-as-root -np 4 -N 2 --hostfile /hf2 /AllReduce bash: /Hyper-MPI_1.1.0_aarch64_CentOS7.6_GCC9.3_MLNX-OFED5.0/ompi/bin/orted: No such file or directory
父主题: FAQ