TACC / DisplayCluster

a collaborative software environment for large-scale tiled display systems
Other
40 stars 26 forks source link

startdisplaycluster Use mpirun specified by ccmake #10

Closed platinummonkey closed 2 years ago

platinummonkey commented 12 years ago

the startdisplaycluster just calls 'mpirun ...' instead of using the ccmake configured openmpi.

startdisplaycluster called: /usr/bin/mpirun needs to call for example: /nas/openmpi/bin/mpirun

The script can be easily modified for now, but this would be nice in the future.

Cody