RE: [Pympi-users] pyMPI 2.4 beta 2 available..../the problem of the extra stdout output
Status: Alpha
Brought to you by:
patmiller
From: <tha...@bi...> - 2005-07-28 16:15:29
|
> Thomas > > Can you explain what the problem of the extra stdout output is? Pat > probably > knows, but I'm not sure what this means. Hi Julian, pyMPI_comm.c, pyMPI_comm_collective.c and pyMPI_comm_misc.c contain PyObject_Print statements that print out a lot of what seems to be debugging info. This generates a huge amount of irrelevant output that clogs log files. I'm very near Mocapy 1.0 - a toolkit that does parallelized learning and inference in Dynamic Bayesian Networks (https://sourceforge.net/projects/mocapy/). It depends on pyMPI so I'd like to see these things fixed before I claim Mocapy is ready-to-use. The memory leak problem is particularly problematic, of course, since Mocapy typically runs for several days. Cheers, -Thomas |