Sophie

Sophie

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

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 sc-mkf77sym program is used to generate symbols for linking FORTRAN subroutines into MPQC.<p>
<h1>Synopsis</h1>
<p>
<pre>
sc-mkf77sym <em>input</em> <em>output</em>
</pre><p>
<h1>Description</h1>
<p>
sc-mkf77sym requires two arguments: the name of the input file and the name of the output file. The input file contains C preprocessor definitions of the form 'define F77_FUNC' where FUNC is the name of a FORTRAN 77 function. The output file assigns these definitions to the C symbol that will link with the FORTRAN 77 function. For example, if FORTRAN symbols are formed from the routine name by converting to lowercase and have appending an underscore, then the following input file:<p>
<div class="fragment"><pre class="fragment"><span class="preprocessor">#define F77_DGEMM</span>
</pre></div><p>
will result in the following ouput file:<p>
<div class="fragment"><pre class="fragment"><span class="preprocessor">#define F77_DGEMM dgemm_</span>
</pre></div><p>
<h1>License</h1>
<p>
sc-mkf77sym 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>
sc-mkf77sym 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>