Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. MPICH2
Qt 6.11 is out! See what's new in the release blog

MPICH2

Scheduled Pinned Locked Moved 3rd Party Software
1 Posts 1 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    curator
    wrote on last edited by
    #1

    Hi all,

    I ported my project to Qt5 and tried to run it with MPICH2 (which works with Qt4). However, the problem is not really an mpi problem, so I chose to write in this forum. Basically only the process with rank 0 wants to start a GUI, the other do just background stuff. However, the process trying to start QApplication ends up with the following error message

    bq. monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.

    So, the GUI does not start when I run my executable with

    bq. mpiexec -n 1 program.exe

    with the mentioned message (even with n=1 process, which is actually classical mode), but it runs fine by just starting

    bq. program.exe

    Does anyone have an idea about that issue?

    regards,
    curator

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved