【发布时间】:2016-09-16 00:24:40
【问题描述】:
我正在尝试为我的 MPI 课程创建一个虚拟集群,这样我就可以在家工作,而不是整天呆在大学实验室。我现在 2 天不知道如何用 munge 解决这个问题。
我遇到的问题的输出是这样的
[root@localhost lumx]# qmgr -c "set server acl_hosts = mars"
munge_encode failed: Failed to access "/var/run/munge/munge.socket.2": No such file or directory (6)
Unable to communicate with localhost(127.0.0.1)
Communication failure.
qmgr: cannot connect to server (errno=15009) munge executable not found, unable to authenticate
我的主机文件如下所示
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
127.0.0.1 mpimaster localhost.localdomain localhost
我试图尽可能多地阅读,最终我得到了这些指南,Getting started with Open MPI on Fedora,Installing Torque/PBS job scheduler on Ubuntu 14.04 LTS,TORQUE Arch Linux,http://juanjose.garciaripoll.com/fedora-cluster/5-torque-pbs-queue
【问题讨论】:
标签: cluster-computing virtual fedora pbs torque