[slurm-dev] Logical-OR dependencies in SBATCH

2014-09-10 Thread Ben Roberts
Hi all, I’m hoping someone can help me. A researcher I work with would like to use logical-OR dependencies in his job submission scripts, so that one of these could be done: #SBATCH --dependency=[run if either job 1001 or job 1002 finished OK] #SBATCH --dependency=[run if either job 10

[slurm-dev] Re: undelivered output

2014-09-10 Thread Bill Barth
Isn't this problematic if the user specifies a path that doesn't exist or gets deleted before the job schedules? It might be nice to have a spooling option or a fallback directory option if the target directory/file doesn't exist or can't be opened. Right now I think the output just goes into the

[slurm-dev] Re: undelivered output

2014-09-10 Thread Christopher Samuel
On 10/09/14 03:10, Erica Riello wrote: > I would like to know where SLURM keeps undelivered output as well as the > problems that can cause an output file not to be deliver. I think you must be coming from a Torque or PBS background where output is spooled into a temporary directory and then cop

[slurm-dev] Re: "Requested node configuration is not available" when using -c

2014-09-10 Thread Christopher Samuel
On 11/09/14 10:56, Christopher Samuel wrote: > This is an operating system kernel issue, not a queuing system issue, so > Slurm, LSF or Torque will all have the same issue. To clarify the Linux kernel can support these sorts of systems, but you'll either need extra supporting software or special

[slurm-dev] Re: "Requested node configuration is not available" when using -c

2014-09-10 Thread Christopher Samuel
On 10/09/14 23:17, Michal Zielinski wrote: > I thought this was possible because it's possible using LSF without MPI, > but I guess not. This is an operating system kernel issue, not a queuing system issue, so Slurm, LSF or Torque will all have the same issue. There are ways to build SMP system

[slurm-dev] Re: "Requested node configuration is not available" when using -c

2014-09-10 Thread Carlos Fenoy
Hi Michal, What do you mean with "It's possible using LSF without MPI? as far as I know a process can not use resources in different compute nodes. Only distributed programming models would allow the usage of different compute nodes but at least there must be a task per node, unless you use somethi

[slurm-dev] Unsubscribe

2014-09-10 Thread Michal Zielinski
Unsubscribe

[slurm-dev] Extending SLURM with Ruby

2014-09-10 Thread Trey Dockendorf
Has anyone come across, or written, a Ruby library to interface with SLURM? I'm aware of the Perl library provided by the SLURM source code, and have worked a little with the PHP library, but am hoping to find at least some functional code to interface Ruby with SLURM. My hope to is to intera

[slurm-dev] RE: completed job information

2014-09-10 Thread Chrysovalantis Paschoulas
Hi Erica, The parameter that specifies the minimum period that completed jobs will stay in slurmctld's runtime database is, as you said, MinJobAge with default value 5 minutes. That means that a job record will be removed from the active database after 5 minutes, but still you can find old job

[slurm-dev] Unsubscribe

2014-09-10 Thread Smith, Jerry Don II
Unsubscribe

[slurm-dev] RE: completed job information

2014-09-10 Thread Erica Riello
Hi, The manual says the default value is 300. Erica 2014-09-09 14:28 GMT-03:00 Hill, Marti Torrey : > I found it MinJobAge. > > > > *From:* Hill, Marti Torrey [mailto:mh...@lanl.gov] > *Sent:* Tuesday, September 09, 2014 11:26 AM > *To:* slurm-dev > *Subject:* [slurm-dev] completed job inform

[slurm-dev] Unsubscribe

2014-09-10 Thread Alejandro Lucero
Unsubscribe

[slurm-dev] Re: can't see completed jobs with squeue

2014-09-10 Thread Marcin Stolarek
2014-09-10 15:10 GMT+02:00 Erica Riello : > Hi all, > > I'm running Slurm 14.03.07 and I'd like to configure it in order to > preserve completed jobs for 5 minutes so that if I run squeue a short while > after a job completion, it would show me the job. > > What do I have to add in slurm.conf to

[slurm-dev] Re: "Requested node configuration is not available" when using -c

2014-09-10 Thread Michal Zielinski
Thanks for your answer, it explains a lot. I thought this was possible because it's possible using LSF without MPI, but I guess not. Thread closed? Thanks, Michal Zielinski On Tue, Sep 9, 2014 at 11:22 AM, Chrysovalantis Paschoulas < c.paschou...@fz-juelich.de> wrote: > Hi! > > The answer to yo

[slurm-dev] can't see completed jobs with squeue

2014-09-10 Thread Erica Riello
Hi all, I'm running Slurm 14.03.07 and I'd like to configure it in order to preserve completed jobs for 5 minutes so that if I run squeue a short while after a job completion, it would show me the job. What do I have to add in slurm.conf to enable this feature? Regards, -- === Eric

[slurm-dev] job not being executed in some directories

2014-09-10 Thread Erica Riello
Hi all, I have a 3 nodes cluster running Slurm 14.03.07 and I've been experiencing some problems with submission. Depending on the directory a job is submitted, it is not executed: Example 1: working [torquepbs:~/teste_slurm] pwd /home/msv/ericaflr/teste_slurm [torquepbs:~/teste_slurm] more ech