I am getting this error when executing mpjboot on machines

十年热恋 提交于 2019-12-13 02:32:08

问题


i set MPJ_HOME in the environment variable and when i execute mpjboot machines i get this error

Error: MPJ_HOME environment variable not set!!!

java.lang.Exception: MPJ_HOME environment variable not set!!!

at runtime.daemon.MPJDaemon.<init>(MPJDaemon.java:87)



at runtime.daemon.MPJDaemon.main(MPJDaemon.java:252)

[server] Unable to start MPJ Express daemon

回答1:


MPJDaemon class is executed on compute nodes, it listens for the requests from mpirun module (running on head machine)

Please make sure that MPJ_HOME variable is set in all compute nodes you listed in machines file



来源:https://stackoverflow.com/questions/28055999/i-am-getting-this-error-when-executing-mpjboot-on-machines

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!