Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 247b28499c443e092731ffba814075f2 > files > 1242

mpqc-html-2.3.1-9mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MPQC: </title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
The mpqcrun program simplifies running MPQC.<p>
<h1>Description</h1>
<p>
The mpqcrun program simplifies the task of running MPQC on multiple input files. Although it was primarily designed to run the validation suite, mpqcrun, is general enough to be useful in other situations. If multiple nodes or processors are present, it can be used to manage multiple invocations of MPQC.<p>
<h1>Running mpqcrun</h1>
<p>
mpqcrun takes the following command line options:<p>
<dl>
<dt><code>--mpqc</code> path</dt>
<dd>The mpqc executable to use. </dd>
<dt><code>--objdir</code></dt>
<dd>Run the mpqc executable in the compile directory, rather than the install directory. </dd>
<dt><code>--small</code></dt>
<dd>Skip big runs in verification suite. </dd>
<dt><code>--nnodeperjob</code> n</dt>
<dd>Run with n nodes per job. If this is <code>nnode</code>, use all available nodes. </dd>
<dt><code>--nprocpernode</code> n</dt>
<dd>Run with n processes per node. </dd>
<dt><code>--nprocperjob</code> n</dt>
<dd>Run with n processes per job. The default is to use all available processors. </dd>
<dt><code>--nthreadperproc</code> n</dt>
<dd>Use n threads per process. </dd>
<dt><code>--threadgrp</code> grp</dt>
<dd>Use the given threading layer. <dl>
<dt>grp=<code>none</code></dt>
<dd>Use MPQC's default. </dd>
<dt>grp=<code>proc</code></dt>
<dd>Do a single threaded run. </dd>
<dt>grp=<code>posix</code></dt>
<dd>Use POSIX threads. </dd>
</dl>
</dd>
<dt><code>--messagegrp</code> grp</dt>
<dd>Use the given communication layer. <dl>
<dt>grp=<code>none</code></dt>
<dd>Use MPQC's default. </dd>
<dt>grp=<code>proc</code></dt>
<dd>Does a single processor run. </dd>
<dt>grp=<code>mpi</code></dt>
<dd>Use MPI. </dd>
</dl>
</dd>
<dt><code>--memorygrp</code> grp</dt>
<dd>Use the given remote memory communication layer. <dl>
<dt>grp=<code>none</code></dt>
<dd>Use MPQC's default. </dd>
<dt>grp=<code>proc</code></dt>
<dd>Does a single processor run. </dd>
<dt>grp=<code>mtmpi</code></dt>
<dd>Use multi-threaded MPI. </dd>
<dt>grp=<code>armci</code></dt>
<dd>Use ARMCI. </dd>
</dl>
</dd>
<dt><code>--launch</code> cmd</dt>
<dd>Use the given command to launch jobs. See below. </dd>
<dt><code>--nodefile</code> file</dt>
<dd>Specifies a file listing nodes to use. Duplicated nodes are removed. </dd>
<dt><code>--nodes</code> nodes</dt>
<dd>Specifies list of machines to use. A range of nodes can be given with two integers separated by a dash. Groups of nodes can be separated by a comma. </dd>
<dt><code>--nodename</code> fmt</dt>
<dd>This is a format string that converts the node number to its name. </dd>
<dt><code>--seq</code> regex</dt>
<dd>Run inputs matching reqex sequentially. This is useful when one input requires that another be run first, and more than one job is run at a time. </dd>
<dt><code>--exclude</code> regex</dt>
<dd>Exclude files matching regex. </dd>
<dt><code>--readdir</code> dir</dt>
<dd>Run mpqc on all files matching dir/*.in. </dd>
<dt><code>--inputprefix</code> prefix</dt>
<dd>Prepend prefix to all input file names. </dd>
<dt><code>--outputprefix</code> prefix</dt>
<dd>Prepend prefix to all output file names. </dd>
<dt><code>--count</code></dt>
<dd>Print the number of input files that would be run. </dd>
<dt><code>--printfiles</code></dt>
<dd>Print the list of input files that would be run. </dd>
<dt><code>--rerun</code></dt>
<dd>Overwrite output file, even if up-to-date. </dd>
<dt><code>--onlynew</code></dt>
<dd>Do not overwrite output file, even if not up-to-date. </dd>
<dt><code>--simpout</code></dt>
<dd>Do not append extra info like nnode to filename. </dd>
<dt><code>--uniqout</code></dt>
<dd>Generate unique output filenames. </dd>
<dt><code>--autoout</code></dt>
<dd>Generate output filenames by replacing the suffix with "out". </dd>
<dt><code>--verbose</code></dt>
<dd>Print out what action is to be taken on each file. </dd>
<dt><code>--debug</code></dt>
<dd>Don't actually run mpqc. </dd>
<dt><code>--help</code></dt>
<dd>Print the documentation.<p>
</dd>
</dl>
<p>
The cmd given with the <code>--launch</code> option can contain special strings that will be substituted: <dl>
<dt><code>%MPQC%</code></dt>
<dd>The MPQC program to run. </dd>
<dt><code>%INPUT%</code></dt>
<dd>The input filename. </dd>
<dt><code>%OUTPUT%</code></dt>
<dd>The output filename. </dd>
<dt><code>%NPROC%</code></dt>
<dd>The number of processes to start. </dd>
<dt><code>%NODEFILE%</code></dt>
<dd>The name of a file containing the node names. </dd>
<dt><code>%NODELIST%</code></dt>
<dd>A comma separated list of node names. </dd>
</dl>
<p>
For these last two, if they are contained within square brackets and a substitution is not available, then everything within the the brackets is removed.<p>
This argument will launch MPI jobs giving mpirun a nodefile. <pre>
  --launch "mpirun [-hf %NODEFILE%] -n %NPROC% %MPQC% -o %OUTPUT% %INPUT%"
</pre><p>
This argument will launch MPI jobs giving mpirun list of hosts on the command line. <pre>
  --launch "mpirun [-H %NODELIST%] -n %NPROC% %MPQC% -o %OUTPUT% %INPUT%"
</pre><p>
<h1>License</h1>
<p>
mpqcrun is open-source software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.<p>
<h1>Warranty</h1>
<p>
mpqcrun is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. </div>
<hr>
<address>
<small>

Generated at Wed Oct 14 14:12:12 2009 for <a
href="http://www.mpqc.org">MPQC</a>
2.3.1 using the documentation package <a
href="http://www.doxygen.org">Doxygen</a>
1.5.9.

</small>
</address>
</body>
</html>