前提・実現したいこと
macとraspeberry pi間でのopenmpiを用いた並列化をしたいがエラーが出てしまう。
発生している問題・エラーメッセージ
orted: Error: unknown option "--tree-spawn" Type 'orted --help' for usage. Usage: orted [OPTION]... -d|--debug Debug the OpenRTE --daemonize Daemonize the orted into the background --debug-daemons Enable debugging of OpenRTE daemons --debug-daemons-file Enable debugging of OpenRTE daemons, storing output in files -h|--help This help message --hnp Direct the orted to act as the HNP --hnp-uri <arg0> URI for the HNP -nodes|--nodes <arg0> Regular expression defining nodes in system -output-filename|--output-filename <arg0> Redirect output from application processes into filename.rank --parent-uri <arg0> URI for the parent if tree launch is enabled. -report-bindings|--report-bindings Whether to report process bindings to stderr --report-uri <arg0> Report this process' uri on indicated pipe -s|--spin Have the orted spin until we can connect a debugger to it --set-sid Direct the orted to separate from the current session --singleton-died-pipe <arg0> Watch on indicated pipe for singleton termination --test-suicide <arg0> Suicide instead of clean abort after delay --tmpdir <arg0> Set the root for the session directory tree -xterm|--xterm <arg0> Create a new xterm window and display output from the specified ranks there For additional mpirun arguments, run 'mpirun --help <category>' The following categories exist: general (Defaults to this option), debug, output, input, mapping, ranking, binding, devel (arguments useful to OMPI Developers), compatibility (arguments supported for backwards compatibility), launch (arguments to modify launch options), and dvm (Distributed Virtual Machine arguments). -------------------------------------------------------------------------- ORTE was unable to reliably start one or more daemons. This usually is caused by: * not finding the required libraries and/or binaries on one or more nodes. Please check your PATH and LD_LIBRARY_PATH settings, or configure OMPI with --enable-orterun-prefix-by-default * lack of authority to execute on one or more specified nodes. Please verify your allocation and authorities. * the inability to write startup files into /tmp (--tmpdir/orte_tmpdir_base). Please check with your sys admin to determine the correct location to use. * compilation of the orted with dynamic libraries when static are required (e.g., on Cray). Please check your configure cmd line and consider using one of the contrib/platform definitions for your system type. * an inability to create a connection back to mpirun due to a lack of common network interfaces and/or no route found between them. Please check network connectivity (including firewalls and network routing requirements).
試したこと
mpirun -H 192.168.35.12,Red sample
で並列化しようとしたところ上記のエラーが出た.
補足情報(FW/ツールのバージョンなど)
macbookpro macos catalina
raspberry pi 4
openmpi-4.0.5
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2022/01/26 09:23