Contents of ParallelMerge.zip
Contents.html
This file
Tree.c
Program to validate the communications schema
PartitionMerge.c
The sequential algorithm proof-of-concept implementation.
wallClock.c
Function used by PartitionMerge (rather than MPI_Wtime).
MPI_P_Merge.c
MPI implementation discussed in the article.
MPI_T_Merge.c
Implementation in which
internal nodes are separate processes.
PVM_P_Merge.c
PVM implementation not discussed in the article. It also
uses wallClock.c