Hi guys,
I'm trying to compile my code, being developed inside Qt, with linking it to a library that has been written using C and MPI. I have been able to link the library and can ask Qt to compile my code with mpiCC compiler. The only part that I don't know how to do is to ask Qt to run the binary using mpirun with a given number of processors.
Any help is appreciated.
Thanks


Reply With Quote

You are correct, Qt and Qt creator are two separate things, its just that currently I am only using Qt creator as an IDE but later will be developing a gui for my project using Qt. Do you think it's a good idea to ask Qt creator to run a bash script where I put all my mpirun settings?

Bookmarks