node55.htm
来自「空间物理学研究需要有并行的环境」· HTM 代码 · 共 34 行
HTM
34 行
<HTML>
<HEAD>
<!-- This file was generated by tohtml from mpichntman.tex -->
<!-- with the command
tohtml -default -dosnl -gaudy -basedef mpiman.def mpichntman.tex
-->
<TITLE>mpirun options don't work</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<HR><H2><A NAME="Node55">mpirun options don't work</a></H2>
<A HREF="node54.htm#Node54"><IMG WIDTH=16 HEIGHT=16 SRC="previous.xbm"></A><A HREF="node51.htm#Node51"><IMG WIDTH=16 HEIGHT=16 SRC="up.xbm"></A><A HREF="node56.htm#Node56"><IMG WIDTH=16 HEIGHT=16 SRC="next.xbm"></A><BR>
<b>Up: </b><A HREF="node51.htm#Node51"> FAQ</a>
<b>Next: </b><A HREF="node56.htm#Node56"> mpirun in a bash shell doesn't work</a>
<b>Previous: </b><A HREF="node54.htm#Node54"> my windows don't show up</a>
<P>
Q) Why doesn't the mpirun option do what the help pages say it shoud do?
<P>
A) mpirun options must be specified before the name of the executable. Any options
specified after the executable will be passed as arguments to the executable and not parsed as
mpirun options. For example: <tt> mpirun -np 5 myapp.exe -machinefile filename</tt> will not use
the machine file specified by <tt> filename</tt> because mpirun considers this an argument
to the application.
<P>
<P>
<HR>
<A HREF="node54.htm#Node54"><IMG WIDTH=16 HEIGHT=16 SRC="previous.xbm"></A><A HREF="node51.htm#Node51"><IMG WIDTH=16 HEIGHT=16 SRC="up.xbm"></A><A HREF="node56.htm#Node56"><IMG WIDTH=16 HEIGHT=16 SRC="next.xbm"></A><BR>
<b>Up: </b><A HREF="node51.htm#Node51"> FAQ</a>
<b>Next: </b><A HREF="node56.htm#Node56"> mpirun in a bash shell doesn't work</a>
<b>Previous: </b><A HREF="node54.htm#Node54"> my windows don't show up</a>
<P>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?