Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] No console output during execution, cannot interrupt execution

Hi Greg,

Thank you for your reply.

Yes the job is still running after I click Cancel, and if I kill one of the processes manually (I have two MPI processes running locally) I get an error window in Eclipse ("Problem Occurred - '[program]' has encountered a problem. Launch was cancelled"). The job then disappears from the Progress tab.

I do not get this Eclipse error popup if I don't click the Cancel button before killing the process; the program then simply terminates and the output is dumped in the Console tab with an OpenMPI message saying a process has been terminated.

Valentin
________________________________________
From: ptp-user-bounces@xxxxxxxxxxx [ptp-user-bounces@xxxxxxxxxxx] on behalf of Greg Watson [g.watson@xxxxxxxxxxxx]
Sent: 02 June 2015 09:10
To: PTP User list
Subject: Re: [ptp-user] No console output during execution,     cannot interrupt execution

The progress bars are normal. Can you tell if the OMPI job is still running after you click cancel? If you kill it manually, do the jobs complete?

Greg


> On Apr 22, 2015, at 12:55 PM, valentin.vervondel.1@xxxxxxxxxxxxx wrote:
>
> Hi,
>
> When I run my MPI program from Eclipse PTP, I get no console output during the execution.
> The program is actually running fine, and once it completes I get all the output dumped at once in the Console tab.
>
> I see two tasks in the 'Progress' tab during the execution:
> - submit-interactive stuck at 35%,
> - Launching MyProgram stuck at ~75%.
> If I want to interrupt the program by clicking on the two stop buttons of the tasks, they just display '(Cancel Requested)' but remain there, and the program continues to execute.
>
> I have a run configuration for a generic Open MPI target system, no remote connection, and the number of nodes or whether I run on the local host or on a distant node does affect this behaviour.
>
> Thanks,
> Valentin
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ptp-user

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-user

Back to the top