This document summarizes three parallel algorithms for solving geometric problems on coarse-grained multicomputers:
1. The implicit row maxima problem on a totally monotone n x n matrix can be solved in O((n/p)logp) time if n >= p^2.
2. The all-farthest-neighbors problem for a convex n-gon can be solved in O(n/pp) time if n >= 4p^2.
3. The maximum-perimeter triangle inscribed in a convex n-gon can be found in O(nlogn/pp) time if n >= p^2.