Community
Participate
Working Groups
We would like to use the Open MPI man pages to update the MPI help provided by PLDT.
Created attachment 198360 [details] man pages
CQ 5416 has been opened for this bug.
Created attachment 202186 [details] Man pages converted to HTML The attached zip file contains the OpenMPI pages converted to HTML. It also contains the shell script (Man2HTML.sh) which shows the commands used to do the conversion. Some of the man pages contain Open MPI-specific material -- e.g., do a 'grep "Open MPI" *.html' and 'grep ompi *.html' -- so we might want to edit this out manually.
This has been approved.
Created attachment 202242 [details] HTML man pages with hyperlinks, allIndex.html, allMPIapis.c This attachment contains: (1) the HTML man pages from the preceding attachment, except with hyperlinks added to the "See Also" sections (2) a file called allIndex.html with a list of hyperlinks to MPI_*.html files (3) a file called allMPIapis.c with a list of C function prototypes (4) the shell scripts used to convert the man pages to HTML, as well as to create the above files from the converted HTML
By the way, the most recent attachment excludes the information from the MPI_*f2c* and MPI_*c2f* man pages since those cover groups of commands, and my sed scripts are virtually unreadable even for the simpler case. So, if the APIs from those files are important, they will need to be added manually.
Created attachment 202244 [details] HTML man pages with hyperlinks, allIndex.html, allMPIapis.c (1.5.3)