This document describes a parallel algorithm for batched range searching on coarse-grained multicomputers. The algorithm is based on the range-tree method and solves the d-dimensional batched range searching problem in O(Ts(nlogd-1p;p)+Ts(mlogd-1p;p)+((m+n)logd-1(n/p)+mlogd-1plog(n/p)+k)/p) time. It constructs a range tree in parallel by sorting points and building subtrees on each processor. It then partitions query ranges and determines contained points in parallel by traversing the range tree.