PTP MPI Tools
The PTP MPI Tools Eclipse plug-in provides
tools to aid in MPI Programming.
- Analysis of C and C++ code to determine the location of MPI Artifacts
- "MPI Artifact View" indicates locations of MPI Artifacts found
in source code
- Navigation between the MPI Artifacts
- Reference information about the MPI calls via F1
- Content assist via Cntl-Space
- Hover help
Pre-requisites:
This plug-in requires the base Eclipse platform, the CDT, and MPI.
- Eclipse platform: Version 3.1
- CDT:
Version 3.0.0, or FDT (for C/C++ files. Wherever CDT is mentioned, FDT projects and files,
for C/C++, should also work)
- MPI:
Get MPI and its header file, a version that runs on
your system (e.g. MPICH2 for win32)
- Make sure it's in your path
- You may need to install it in a directory such that there are no spaces in the path
(that is, not in 'Program Files' etc.)
Help Topics
Setup for building and running PTP MPI Tools
Running PTP MPI Tools Plug-in