You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, June 23rd 2011, 1:12am

MPI and QProcess

I did a programa in QT C++ using QProcess to run a DOS application, its work fine.
C:\perseopar.exe
state qprocess 1
error qprocess 5 ?

I used too the MPI libraries, (http://en.wikipedia.org/wiki/Message_Passing_Interface.)
my idea is to run this DOS application in other machines into a Lan network so in MPI, I have to run mpiexec,
here is the problem, the QProcess don't work, the error is 0

c:\mpiexec -n 1 perseopar.exe
state qprocess 0
error qprocess 0

¿How can I obtain another report about the problem?
if someone in the past worked with MPI in QT please tell me more.
thanks

Similar threads

Used tags

MPI, mpiexec, QProcess