Re: C++, Swig, and pyMPI

2005-08-02 Thread Mandus
2 Aug 2005 03:47:02 -0700 skrev stringy: > I would like to be able to write a C++ function, to be wrapped into > some python, to be able to communicate over pyMPI. As pyMPI is based on > C++ I figure that this should be possible, although I'm not sure of > where to start. I know the basics of swig

C++, Swig, and pyMPI

2005-08-02 Thread stringy
I would like to be able to write a C++ function, to be wrapped into some python, to be able to communicate over pyMPI. As pyMPI is based on C++ I figure that this should be possible, although I'm not sure of where to start. I know the basics of swig and pyMPI, but not how I would do this. Does any