The casting error is odd. I'm looking into it more to see what lies
behind the error.
The only thing I can think of right now is that the test system is
64bits. From what I read, an MPI_Aint represents an address on the
system. I believe on a 64 bit system, ints are 32 bits yet pointers
are 64 bits. Perhaps this is why we are getting the error? Has BASIN
even been built successfully on a 64 bit system?
If the integers in this code really represents addresses, perhaps we
should just use the MPI_Aint data type instead of letting the
compiler convert for us.
~doug
Received on Mon Sep 18 16:50:49 2006
This archive was generated by hypermail 2.1.8 : Fri Aug 08 2008 - 19:25:03 EDT