views:

232

answers:

0

I use a visualization software as a parallel MPI (MPICH2) program running on a cluster to drive a tiled display (ParaView). The OS is Windows XP. Each node in that cluster has two graphic cards. To each graphic card one monitor is connected. The first monitor is for administrative usage. The second monitor (output) is connected to a beamer of the tiled display.

I start the mpi application on the first node in this way

mpiexec -hosts 6 node01 node02 ... pvserver.exe -tdx=3 -tdy=2

The application runs fine but opens up on monitor 1 on each node. Is it possible to force opening the application on monitor 2?

Thanks in advance!