Abstract: Delaunay triangulation exposes highly irregular computation patterns, which imposes
challenge on high-level language designers and implementors, in terms of adequate
expressiveness of the language and efficient implementation of supported language features.
This paper reports an implementation of divide-and-conquer parallel Delaunay
triangulation with High Performance Fortran (HPF), a high-level data-parallel language.
We show that with careful control of data distribution, we are able to... (Update)
...Fortran 90 95 as the base language. As such, we encountered several language is sues in converting our F77 code for HPF execution [2]. We had not anticipated many of these language issues, and think them quite interesting. We have since rewritten much of the old code to...
M. B. Chen, T. R. Chuang, and J. J. Wu, Experience in parallelizing mesh generation code with High Performance Fortran, 9th SIAM Conference on Parallel Processing for Scientific Computing, (1999). http://citeseer.nj.nec.com/chen99experience.html More
@misc{ chen99experience,
author = "M. Chen and T. Chuang and J. Wu",
title = "Experience in parallelizing mesh generation code with High Performance
Fortran",
text = "M. B. Chen, T. R. Chuang, and J. J. Wu, Experience in parallelizing mesh
generation code with High Performance Fortran, 9th SIAM Conference on Parallel
Processing for Scientific Computing, (1999).",
year = "1999",
url = "citeseer.nj.nec.com/chen99experience.html" }