Are we allowed to use the UPC collective operations as defined in V1.0
of the collectives standard? or should we code those up ourselves? I
don't mind the coding, but the collectives are probably more clever
about communication and would give a more fair comparison between
algorithms.
mfh
You can use them. If you look at the code, you'll see they
aren't exactly the most efficient, but they're pretty much
what you would code yourself.
The collectives are about two-thirds of the way down the UPC
download page:
http://www.gwu.edu/~upc/download.html
Jason
--