Quantcast
Channel:
Browsing latest articles
Browse All 20 View Live

Debugger hanging due to Python mismatch problem in Intel Cluste

Hi Roboto,Looks like Python has got new API version. It means that either mtv.so need to be recompiled with new python.h or you can try to use old version of the python. At least python 2.4.3 has API...

View Article



Debugger hanging due to Python mismatch problem in Intel Cluste

Hi Dimitry,Using '-gdb' instead of '-idb' solves the problem. Thanks for your advice!Best regards,Roboto

View Article

Debugger hanging due to Python mismatch problem in Intel Cluste

Hi Dmitry,As an alternative to use '-gdb' instead of '-idb', I installed python 2.4.3 using the 'make altinstall' command so both versions (2.6.5 and 2.4.3) are installed in the system. How do I tell...

View Article

Debugger hanging due to Python mismatch problem in Intel Cluste

Hi Roboto,Well, you need to find where version 2.4.3 is located. It will be located it the directory specified by '--prefix. You may also check Makefile (created by ./configure).Add needed path to the...

View Article

Debugger hanging due to Python mismatch problem in Intel Cluste

Hi Dmitry,The path to the python 2.4.3 was allready set in the .bash_profile by:export PATH=/usr/local/lib/python2.4/:$PATHand the IDB_HOME variable was already set to:export...

View Article


Debugger hanging due to Python mismatch problem in Intel Cluste

Hi Roboto,It might be worth to read this article.It seems to me that mpiexec should use python from the $PATH.Running 'mpiexec -gdb' GDB is starting for debugging purposes. To use IDB instead you need...

View Article

Debugger hanging due to Python mismatch problem in Intel Cluste

Hi Dmitry,After reading the article above, I modified the file mpiexec.py in the following manner:1) every reference to the interpreter python was substituted by python2.42) every link to...

View Article

Debugger hanging due to Python mismatch problem in Intel Cluste

Hi Roboto,It seems to me that idb worked for you according to this thread.Do you have problems with new idb version only? Does idb from your previous installation work fine?Might be you forgot to use...

View Article


Quote:Dmitry Kuzmin (Intel)

Cita:Dmitry Kuzmin (Intel) escribió:Hi Roboto,Looks like Python has got new API version. It means that either mtv.so need to be recompiled with new python.h or you can try to use old version of the...

View Article


Hi Ricardo,

Hi Ricardo,At this point, we do not support using idb for MPI.  Please use -gdb instead to debug with GDB.Sincerely, James Tullos Technical Consulting Engineer Intel® Cluster Tools

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images