blob: 895f3a9bc09676d65e20cc9322110c4e79282c9b [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 2.1 installation. For more
detailed information, including installation instructions, see
<a href="http://wiki.eclipse.org/PTP/release_notes/2.1">
http://wiki.eclipse.org/PTP/release_notes/2.1</a></p>
<ul>
<li>Java 1.5 or later</li>
<li><a href="http://eclipse.org/downloads">Eclipse SDK</a> version 3.4 or later</li>
<li><a href="http://eclipse.org/cdt/">Eclipse C/C++ Development Tools (CDT)</a> version 5.0.1 or later</li>
<li>Note: the Remote Development Tools require CDT 5.0.2 or later</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 - 6.8</td>
</tr>
<tr>
<td>MacOS X</td>
<td>x86</td>
<td>Eclipse+Agents</td>
<td>gdb 6.3</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.x and 1.3.x</li>
<li>MPICH2 version 1.0.6p1 (later versions may work but are untested)</li>
<li>IBM Parallel Environment (PE)</li>
<li>IBM LoadLeveler (LL)</li>
</ul>
<p><a href="#top">Back to Top</a> | <a href="toc.html">Back to Table of Contents</a>
</body>
</html>