Re: [OMPI users] Printing information on computing nodes.

2011-11-14 Thread Reuti
Am 14.11.2011 um 20:37 schrieb Ralph Castain: > > On Nov 14, 2011, at 12:28 PM, Radomir Szewczyk wrote: > >> lets say computing node no. 2 is dual core and uses 2 processes, it >> prints out only the solution for lets say no 2 and 3 processes. kinda >> if(id == 2 || id == 3) cout << "HW"; the r

Re: [OMPI users] Printing information on computing nodes.

2011-11-14 Thread Ralph Castain
On Nov 14, 2011, at 12:28 PM, Radomir Szewczyk wrote: > lets say computing node no. 2 is dual core and uses 2 processes, it > prints out only the solution for lets say no 2 and 3 processes. kinda > if(id == 2 || id == 3) cout << "HW"; the rest ignores this > information. That's what I'm talking a

Re: [OMPI users] Printing information on computing nodes.

2011-11-14 Thread Radomir Szewczyk
lets say computing node no. 2 is dual core and uses 2 processes, it prints out only the solution for lets say no 2 and 3 processes. kinda if(id == 2 || id == 3) cout << "HW"; the rest ignores this information. That's what I'm talking about. Thanks for your response. 2011/11/14 Ralph Castain : > >

Re: [OMPI users] Printing information on computing nodes.

2011-11-14 Thread Ralph Castain
On Nov 14, 2011, at 12:18 PM, Radomir Szewczyk wrote: > So there is no solution? e.g. my 2 computers that are computing nodes > and are placed in different room on different floors. And the target > user wants to monitor the progress of computation independently which > have to be printed on thei

Re: [OMPI users] Printing information on computing nodes.

2011-11-14 Thread Radomir Szewczyk
So there is no solution? e.g. my 2 computers that are computing nodes and are placed in different room on different floors. And the target user wants to monitor the progress of computation independently which have to be printed on their lcd monitors. 2011/11/14 Reuti : > Hi, > > Am 14.11.2011 um 1

Re: [OMPI users] Printing information on computing nodes.

2011-11-14 Thread Reuti
Hi, Am 14.11.2011 um 19:54 schrieb Radomir Szewczyk: > The problem I'm facing now is how to print information on computing nodes. > E.g. I've got 10 real computers wired into one cluster with pelicanhpc. > I need each one of them to print results independently on their > screens. How To? the std

[OMPI users] Printing information on computing nodes.

2011-11-14 Thread Radomir Szewczyk
Hi, The problem I'm facing now is how to print information on computing nodes. E.g. I've got 10 real computers wired into one cluster with pelicanhpc. I need each one of them to print results independently on their screens. How To? It may be an easy task, but I'm new to this and didn't find proper

Re: [OMPI users] Printing information on computing nodes.

2011-11-12 Thread Radomir Szewczyk
Hi, much appreciate your work. The problem I'm facing now is how to print information on computing nodes. E.g. I've got 10 real computers wired into one cluster with pelicanhpc. I need each one of them to print results independently on their screens. How To? It may be an easy task, but I'm new to t