@InProceedings{merriam:triangle, author = {Drshal L. Merriam}, title = {Parallel Implementation of an Algorithm for {Delaunay} Triangulation}, booktitle = {Proceedings of Computational Fluid Dynamics}, year = {1992}, volume = {2}, pages = {907--912}, keywords = {parallel I/O, file system workload, pario-bib}, comment = {This application runs on the NASA Ames iPSC/860. This application has some I/O: reading in the input file, which is a set of x,y,z data points. I/O was really slow if formatted (ie, ASCII instead of binary) or sequential instead of parallel. Any input record could go to any processor; the first step in the algorithm (after the points are read in) is essentially a kind of sort to move points around to localize points and balance load.} }