Hi Dennis,

you probably want to use interactive jobs for that.

Regular sbatch job submission will not set up any connection between the
user session doing the submission and the compute node where the job
runs. Even if you SSH into the compute node while the job is running I'm
not sure if you could tell your software to open an X display using that
connection.

Hope that helps,

        Uwe


Am 09.12.2014 um 11:29 schrieb Dennis Zheleznyak:
> Hi,
> 
> I'm using various mathematics open source applications that at the end
> of a job a plot is displayed. I wanted to know if it's possible to send
> a job using Slurm and to automatically display the plot or result when
> it's done or while it's in progress without me doing it manually.
> 
> Thank you,
> Dennis.

Reply via email to