[Pympi-users] PyMPI and Multiple MPI Executables
Status: Alpha
Brought to you by:
patmiller
From: Mike S. <st...@gm...> - 2005-04-05 21:00:26
|
Hello All, I'm wondering if pyMPI has been successfully tested running with other parallel executables. Currently I've been trying to run a compiled fortran parallel program concurrently with a python program and have been unable to get both programs to initialize. When I start multiple python executables everything appears to run fine. However if I run python with the fortran program I only see startup and initialization info from the fortran program. I'm probably missing some setup step. Has anyone got pyMPI working in a multi-executable mpi system? (i.e.: mpi can start multiple executables each with it's own pool of processors). Thanks for any info, -Mike |