node28.htm

来自「空间物理学研究需要有并行的环境」· HTM 代码 · 共 64 行

HTM
64
字号
<HTML>
<HEAD>
<!-- This file was generated by tohtml from mpichntman.tex -->
<!-- with the command
tohtml -default -dosnl -gaudy -basedef mpiman.def mpichntman.tex 
-->
<TITLE>MPIRegister tool</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<HR><H2><A NAME="Node28">MPIRegister tool</a></H2>
<A HREF="node24.htm#Node27"><IMG WIDTH=16 HEIGHT=16 SRC="previous.xbm"></A><A HREF="node23.htm#Node23"><IMG WIDTH=16 HEIGHT=16 SRC="up.xbm"></A><A HREF="node29.htm#Node29"><IMG WIDTH=16 HEIGHT=16 SRC="next.xbm"></A><BR>
<b>Up: </b><A HREF="node23.htm#Node23"> Tools</a>
<b>Next: </b><A HREF="node29.htm#Node29"> Configuration tool</a>
<b>Previous: </b><A HREF="node24.htm#Node27"> Command line options for mpirun</a>
<P>
MPIRegister.exe is a tool to encrypt an account and password into the registry for the   
current user.  It is found in the <em>MPICH mpd bin</em> directory.    
The information it stores is used by mpirun to launch applications in the context   
of the specified user.  If you don't use mpiregister then mpirun will prompt for an   
account and password each time it is invoked.   
<P> 
Usage:   
<BLOCKQUOTE><DL> 
 
<DT><IMG WIDTH=14 HEIGHT=14 SRC="purpleball.gif" ALT="*"> 
MPIRegister   
 
<DT><IMG WIDTH=14 HEIGHT=14 SRC="purpleball.gif" ALT="*"> 
MPIRegister -remove   
 
<DT><IMG WIDTH=14 HEIGHT=14 SRC="purpleball.gif" ALT="*"> 
MPIRegister -validate [-nocache -host h -port p -phrase x]  
</DL></BLOCKQUOTE> 
<BR> 
First it prompts for an account. Enter the name in the form [Domain  
<IMG WIDTH=5 HEIGHT=11 SRC="img54.xbm">
]Account where the domain name is optional (ie mcs<IMG WIDTH=5 HEIGHT=11 SRC="img55.xbm">
ashton   
or ashton).  Then it prompts for the password twice.  Finally it asks if you wish to make   
the action persistent.  If you say yes then the data will be saved to the hard drive.    
If you say no then the data will only remain in memory.  This means that you may run   
mpirun various times and it will not prompt you for an account and password.  But, when   
you re-boot the machine and use mpirun again, it will prompt for an account and password.  
<P> 
The -remove option will delete the information from the registry.  
<P> 
The -validate option will connect to an mpd and attempt to validate the user credentials  
by logging on the user with the supplied password.  This option must be used only after  
the user credentials have been saved.  It does not prompt for credentials.  The host,  
port and phrase options are optional and refer to where the mpd is located.  If they are not   
specified the local host and default mpd port and passphrase are used.  The -nocache option  
causes the mpd to ignore any cached user handles for a slower but more accurate validation.  
<P> 

<P>
<HR>
<A HREF="node24.htm#Node27"><IMG WIDTH=16 HEIGHT=16 SRC="previous.xbm"></A><A HREF="node23.htm#Node23"><IMG WIDTH=16 HEIGHT=16 SRC="up.xbm"></A><A HREF="node29.htm#Node29"><IMG WIDTH=16 HEIGHT=16 SRC="next.xbm"></A><BR>
<b>Up: </b><A HREF="node23.htm#Node23"> Tools</a>
<b>Next: </b><A HREF="node29.htm#Node29"> Configuration tool</a>
<b>Previous: </b><A HREF="node24.htm#Node27"> Command line options for mpirun</a>
<P>
</BODY>
</HTML>

⌨️ 快捷键说明

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