The command the user issues with SGE is:


fname=`qstat -j $JobID | grep NONE| cut -f 4 -d : | sed "s/.qsubout//g"`


I would need a similar command for slurm to scan job output files for
all running jobs.

Thanks
Eva


On Wed, 31 Jul 2013, Eva Hocks wrote:

>
>
> HI Carlos,
> thanks for the answer. The "scontrol -dd show job [jobid]" still does
> not show the Output_Path nor Error_Path.
>
> from the
> #SBATCH --output=slurm$$.out
> #SBATCH --error=slurm$$.err
>
>
> How does a user list these file names? It is critical to the user's
> application and a show stopper using slurm.
>
> Thanks
> Eva
>
>
>
> On Tue, 30 Jul 2013, [ISO-8859-1] Carlos Bederi???n wrote:
>
> > I don't know if you got a response because the reply-to address for this
> > message isn't the slurm-dev list, but afaik "scontrol -dd show job [jobid]"
> > shows the most details about a job.
> >
> >
> > On Mon, Jul 29, 2013 at 4:12 PM, Eva Hocks <[email protected]> wrote:
> >
> > >
> > >
> > >
> > >
> > >
> > > How can I obtain any full job information in slurm (eqiuvalent to torque
> > >
> > > qstat -f). I am looking for information on
> > >
> > >
> > >
> > > Variable_List
> > >
> > > Output_Path
> > >
> > > Error_Path
> > >
> > >
> > >
> > >
> > >
> > > Thanks
> > >
> > > Eva
> >
>
>

Reply via email to