[mpich-discuss] mpdlib.py warning
Jain, Rohit
Rohit_Jain at mentor.com
Fri Apr 29 13:33:07 CDT 2011
While running my application with mpich2-1.06 & mpd, I see following warnings on a particular machine:
Python 2.6
/s/hpbrws9/mpich2/linux_x86_64/bin/mpdlib.py:8: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import sys, os, signal, popen2, socket, select, inspect
/s/hpbrws9/mpich2/linux_x86_64/bin/mpdlib.py:15: DeprecationWarning: the md5 module is deprecated; use hashlib instead
from md5 import new as md5new
/s/hpbrws9/mpich2/linux_x86_64/bin/mpdlib.py:8: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import sys, os, signal, popen2, socket, select, inspect
/s/hpbrws9/mpich2/linux_x86_64/bin/mpdlib.py:15: DeprecationWarning: the md5 module is deprecated; use hashlib instead
from md5 import new as md5new
Is this something to worry about?
Regards,
Rohit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20110429/82e1277a/attachment.htm>
More information about the mpich-discuss
mailing list