
-------------------------------------------------------------------------------
ch_hammond
  hammond graph included with Chaco distribution.
  fairly small, 2D finite element grid with triangular elements
  Graph and coordinates included.
  No vertex weights.
-------------------------------------------------------------------------------
Answers differ for ParMETIS tests on linux platforms 
Suspect difference in rand() is the cause.
On linux, rand() returns values in the range 0 to 2147483647; on
Solaris, it returns values in the range 0 to 32767.  (See definition of
RAND_MAX in <stdlib.h>.)

