RE: [Pympi-users] pyMPI interactively
Status: Alpha
Brought to you by:
patmiller
From: Julian C. <rjc...@cs...> - 2005-09-26 02:10:29
|
Does pyMPI run correctly when you startup interactively without running sum.py? i.e. in your case you should get: $ mpirun -np 3 pyMPI Python 2.4 (pyMPI 2.1b4) on sunos5 Type "help", "copyright", "credits" or "license" for more information. Python 2.4 (pyMPI 2.1b4) on sunos5 Type "help", "copyright", "credits" or "license" for more information. Python 2.4 (pyMPI 2.1b4) on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> Obviously my copy is a later version and on Solaris, but b3 should work correctly as well. Also, what is inside sum.py? Julian Cook -----Original Message----- From: pym...@li... [mailto:pym...@li...]On Behalf Of db...@br... Sent: Sunday, September 25, 2005 4:55 PM To: pym...@li... Subject: [Pympi-users] pyMPI interactively Greetings pyMPI-users, I'm working on some major upgrades, moving from pyMPI-1.3a1 running on RedHat 9 to pyMPI-2.4b3 running Fedore Core 4. I'm running lam-7.1.1-7.FC4. I'm using rsh on a private network. Once I got the proper version of rsh running on the machines (had to remove kerberos "rpm -e krb5-workstation"), most things generally work the same as before. For example: [dblank@bw40 mpi]$ mpirun -np 3 pyMPI sum.py 24499996500000 But, I used to be able to also run Python interactively. If I try with the -i flag, I get an error, or it hangs: [dblank@bw40 mpi]$ mpirun -np 3 pyMPI -i sum.py >>> 24499996500000 pyMPI aborting on untrapped fatal signal 11 (SIGSEGV) on rank 0 Fatal Python error: PyThreadState_Get: no current thread ---------------------------------------------------------------------------- - One of the processes started by mpirun has exited with a nonzero exit code. This typically indicates that the process finished in error. If your process did not finish in error, be sure to include a "return 0" or "exit(0)" in your C code before exiting the application. PID 28595 failed on node n0 (10.0.0.40) due to signal 6. ---------------------------------------------------------------------------- - Has something changed that prevents me from running interactively that way? I looked through the archives but didn't see anything. Maybe I have something configure incorrectly? Thanks for any hints, -Doug ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Pympi-users mailing list Pym...@li... https://lists.sourceforge.net/lists/listinfo/pympi-users |