blob: 26242cd617ab3db0806c15f7a9b5e7e1e5c1d87a [file] [log] [blame]
<html>
<head>
<title>PTP - Prerequisites</title>
<link rel="stylesheet" type="text/css" href="help.css">
</head>
<body>
<h1 id="top">PTP - Prerequisites</h1>
<p>The following prerequisites are required for PTP 4.0 installation. For more
detailed information, including installation instructions, see
<a href="http://wiki.eclipse.org/PTP/release_notes/4.0">
http://wiki.eclipse.org/PTP/release_notes/4.0</a></p>
<ul>
<li>Java 1.5 or later</li>
<li><a href="http://eclipse.org/downloads">Eclipse SDK</a> version 3.6 or later</li>
<li><a href="http://eclipse.org/cdt/">Eclipse C/C++ Development Tools (CDT)</a> version 7.0.0 or later</li>
<li><a href="http://eclipse.org/dsdp/tm">Remote System Explorer 3.2 or later</a></li>
</ul>
<table border="1">
<tr>
<th colspan="4" scope="col">PTP Support Matrix <br></th>
</tr>
<tr>
<th scope="col">Operating System</th>
<th scope="col">Architecture</th>
<th scope="col">Components</th>
<th scope="col">Debugging</th>
</tr>
<tr>
<td>Linux</td>
<td>x86, x86_64, ppc</td>
<td>Eclipse+Agents</td>
<td>gdb 6.3 and later</td>
</tr>
<tr>
<td>MacOS X</td>
<td>x86</td>
<td>Eclipse+Agents</td>
<td>gdb 6.3 and later</td>
</tr>
<tr>
<td>Windows</td>
<td>x86</td>
<td>Eclipse only</td>
<td>N/A</td>
</tr>
<tr>
<td>AIX</td>
<td>ppc</td>
<td>Eclipse+Agents</td>
<td>N/A</td>
</tr>
</table>
<p>PTP supports a number of parallel runtime systems and job schedulers. These need to be installed on the target system prior to using PTP:</p>
<ul>
<li><a href="http://open-mpi.org">Open MPI</a> version 1.2 or later (preferred version is 1.4.x)</li>
<li>MPICH2 version 1.0.6p1 and later</li>
<li>IBM Parallel Environment (PE)</li>
<li>IBM LoadLeveler (LL)</li>
<li>SLURM</li>
<li>PBS</li>
</ul>
<p><a href="#top">Back to Top</a> | <a href="toc.html">Back to Table of Contents</a>
</body>
</html>