Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pldt/org.eclipse.ptp.pldt.mpi.core/html/MPI_Allgatherv.html')
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.mpi.core/html/MPI_Allgatherv.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/pldt/org.eclipse.ptp.pldt.mpi.core/html/MPI_Allgatherv.html b/tools/pldt/org.eclipse.ptp.pldt.mpi.core/html/MPI_Allgatherv.html
deleted file mode 100644
index 329831338..000000000
--- a/tools/pldt/org.eclipse.ptp.pldt.mpi.core/html/MPI_Allgatherv.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html><head><title>MPI_Allgatherv</title>
-<body>
-<H3>MPI_Allgatherv</H3>
-<PRE>
-int MPI_Allgatherv(void* , int, MPI_Datatype, void*, int *, int *, MPI_Datatype, MPI_Comm);
-</PRE>
-<DL><DD>
-Collects messages from each task and distributes the resulting message to all tasks. Messages can have variable sizes and displacements.
-<P></DL></font></body></html>

Back to the top