Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] "Display output from all processes in a console view" for PBS job output?

Dave,

that option is not supported for batch submissions in 4.0+, as far as I know.  There will be an option on the new resource manager to capture stdout from the job and display to the console.  I'm tweaking this implementation as we speak.  I see it as having only limited usefulness, however, given the asynchronous nature of batch submissions.  One could conceivably implement something which would allow you to reconnect to a submitted batch job when you reboot PTP, but it would require persisting more state concerning job submissions than we currently do.  For instance, with the monitoring system we are putting in place, if you reboot after submitting, you will only see the state of jobs that are in the queue (there is no information about job ids that have already completed that you may have submitted earlier).  Of course, if you arrange for stdout and stderr to go to a predefined place (using the PBS -e and -o) which is in your remote project, all you have to do is look for them in your workspace.

Al
----- David E Hudak <dhudak@xxxxxxx> wrote:
> Hi All,
> 
> I have a Remote C project that uses MPI.  
> 
> I can build and run it on our cluster via PTP using an OpenMPI resource manager that I created.  In that case, the console pane in eclipse shows the output generated by the processes.
> 
> I can also build and run it on our cluster using a PBS resource manager.  I have checked the "Display output from all processes in a console view" in the run configuration, but the output does not show up in the console.  After some spelunking, I did find the PBS output files in the ~/.eclipsesettings directory.  
> 
> Any ideas what I am doing wrong?
> 
> Thanks,
> Dave
> ---
> David E. Hudak, Ph.D.          dhudak@xxxxxxx
> Program Director, HPC Engineering
> Ohio Supercomputer Center
> http://www.osc.edu
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user
> 



Back to the top