[MMTK] Scientific.MPI uses Numeric even if compiled with --numpy
Christoph Scheurer
christoph.scheurer at ch.tum.de
Sat Mar 15 13:10:00 UTC 2008
Hi,
I have a slight problem in the Numeric -> numpy transition. I think the
include files
Include/Scientific/mpimodule.h
Include/Scientific/bspmodule.h
need to be adjusted to honor the --numpy setup option. Currently I have to
cast every array that is to be sent to a Numeric.array before communication.
I hope it's as simple as changing
#include "Numeric/arrayobject.h"
to
#include "Scientific/arrayobject.h"
in both files?
Christoph
--
Christoph Scheurer GnuPG key Id: 0x6128C6B6
contact: http://www.theo.chemie.tu-muenchen.de/homepages/scheurer/
More information about the mmtk
mailing list