当我尝试通过评估>并行内核配置在mathematica中配置远程内核时,我转到"远程内核"并添加主机.之后我尝试启动远程内核,其中只有一些启动(它们的数量不同).我得到一个像以下一样的消息.
KernelObject :: rdead:通过远程[nodo2]连接的子内核看似死机.>> LinkConnect :: linkc:无法连接到LinkObject [36154 @ 192.168.1.104,49648 @ 192.168.1.104,38,12].>> General :: stop:在此计算过程中,将禁止LinkConnect :: linkc的进一步输出.>>
任何想法如何让这个工作?
考虑到它有时会加载一些远程内核但从不加载所有远程内核.提前致谢.
这是我的输出 $ConfiguredKernels // InputForm
{SubKernels`LocalKernels`LocalMachine[4],
SubKernels`RemoteKernels`RemoteMachine["nodo2", 2],
SubKernels`RemoteKernels`RemoteMachine["nodo1", 2],
SubKernels`RemoteKernels`RemoteMachine["nodo3", 2],
SubKernels`RemoteKernels`RemoteMachine["nodo4", 2],
SubKernels`RemoteKernels`RemoteMachine["nodo5", 2]}
Run Code Online (Sandbox Code Playgroud)
一旦它加载了所有内核,但通常不加载,只需要一个或两个远程内核.