help-pls-tm.txt

来自「MPI stands for the Message Passing Inter」· 文本 代码 · 共 45 行

TXT
45
字号
# -*- text -*-## Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana#                         University Research and Technology#                         Corporation.  All rights reserved.# Copyright (c) 2004-2005 The University of Tennessee and The University#                         of Tennessee Research Foundation.  All rights#                         reserved.# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, #                         University of Stuttgart.  All rights reserved.# Copyright (c) 2004-2005 The Regents of the University of California.#                         All rights reserved.# $COPYRIGHT$# # Additional copyrights may follow# # $HEADER$#[multiple-prefixes]Multiple different --prefix options were specified to mpirun for thesame node.  This is a fatal error for the TM (PBS / Torque) processstarter in Open MPI.The first two prefix values supplied for node %s were:    %sand %s#[daemon-not-found]The TM (PBS / Torqus) process starter in Open MPI was unable to findits daemon executable (orted) on the node where mpirun was executed.  This sanity check is performed because the back-end PBS / Torqueprocess launcher does not provide any kind of error to Open MPI if ittries to launch its daemon on a remote node, but the daemon cannot befound.  Open MPI's check for the daemon locally is somewhat of a lameworkaround / sanity check.If you do not understand this error mesage, please try the following:1. Try to add the Open MPI executables to your PATH2. Use the --prefix option to mpirun to indicate where Open MPI can   find its executables3. Set the MCA parameter "pls_tm_want_path_check" to 04. Talk to your local system administration

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?