Hello,<br><br>Does mpich2 actually come with manpages? My config.log has<br><br>mandir=&#39;${prefix}/man&#39;<br><br>And &quot;./configure --help&quot; says that this is default. however ${prefix}/man<br>looks pretty unpopulated...
<br><br>$ cd ${prefix}/man<br>$ find<br>.<br>./man3<br>./man1<br><br>for the www-dir it looks similar (i dont know if this is related...). see:<br>$ cd ${prefix}/www<br>$ find<br>.<br>./index.htm<br>./www3<br>./www3/index.htm
<br>./www1<br>./www1/index.htm<br><br>The index.htm says<br><br><h1>Web pages for MPI and MPE</h1>
<h2>MPI Commands</h2>
<table>
</table>
<h2>MPI Routines</h2><br>so i guess that there is some error in my system...<br>Q: How do i get manpages and html-documentation?<br><br>matthias<br>