Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Multiple Job

Clement, I've fixed the process info not showing up. It was an effect of moving to a uniform ID system generator that I did a few weeks back. I didn't realize it would cause this - but I fixed it!

Right now the node info doesn't change when you run a job, so I'm going to fix that before I commit the code. I'll also add in support for multiple simulated jobs.

I changed the process viewer so it also listed the job#. It was an artifact of our prototype system where there was only 1 running job.

REQUESTS FOR YOU:
1: Whenever you run a job it switches back to "Machine1". I'm guessing you do some sort of view switch to the '0th' machine. So if I'm looking at machine 3 and I run a job, wham, I'm back looking at machine 1. This needs to keep us with whatever machine we were viewing. 2: The drop down menu of machines you can switch between needs to be alpha-ordered. For me it lists Machine1, Machine 3, Machine 2, Machine 0. It needs to be 0, 1, 2, 3.

Thanks, will commit later today once I have more corrections in.

-- Nathan
Correspondence
---------------------------------------------------------------------
Nathan DeBardeleben, Ph.D.
Los Alamos National Laboratory
Parallel Tools Team
High Performance Computing Environments
phone: 505-667-3428
email: ndebard@xxxxxxxx
---------------------------------------------------------------------



Clement Chu wrote:

Hi Nathan,

I think you developed the ptp.core and it may be easier for you to change the code inside your package. Currently, I am doing the array viewer. I can do it after I finished that. For the machine view, my meaning is that I cannot see the process info in machine view after I started the runtime simulator. There is two boxes at the bottom of the machine view. If I clicked on the node, it can show the information of 1st box. If there is a process running in this node, the 2nd box will show the process details. Is it correct? My problem is that I cannot see the process info in 2nd box after I started the runtime simulator.

Regards,
Clement


Nathan DeBardeleben wrote:

I haven't spent a great deal of time on the simulator, been almost entirely focusing on the interface to OMPI and getting that bit working. If you want to extend the simulator to include multiple jobs feel free - Greg's asked me to not work on the simulator much/at all until we get this OMPI bit working. I'd like to have the simulator in better shape for SC|05, but before that I doubt a whole lot of effort will go into it on my end.

I don't understand what you mean about getting process information in the machine view.

-- Nathan
Correspondence
---------------------------------------------------------------------
Nathan DeBardeleben, Ph.D.
Los Alamos National Laboratory
Parallel Tools Team
High Performance Computing Environments
phone: 505-667-3428
email: ndebard@xxxxxxxx
---------------------------------------------------------------------



Clement Chu wrote:

Hi Nathan

 Is possible to modify in the runtim simulator to support multiple
jobs?  Also do you know why  i can get any process information in the
machine view?  Thanks.

Clement
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top