Re: [slurm-users] Limit size submission script

2017-11-09 Thread sysadmin.caos
=# Specify the maximum size of a batch script, in bytes.  The default value is 4 megabytes.  Larger values may adversely impact system performance. On 11/09/2017 03:56 AM, sysadmin.caos wrote: Hello, A researcher that is using a SLURM cluster (version 17.02.7) has created

[slurm-users] Accounting not recording jobs

2018-05-08 Thread sysadmin.caos
Hello, after configuring SLURM-17.11.5 with accouting/mysql, it seems databse is not recording any job. If I run "sacct -", I get this output: sacct: Jobs eligible from Tue May 08 00:00:00 2018 - Now sacct: debug:  Options selected:    

Re: [slurm-users] sacct not shows user

2018-04-27 Thread sysadmin.caos
I'm using AccountingStorageType=accounting_storage/filetxt because I'm running some tests. With "filetxt", could I get "account" (username) with sacct?

[slurm-users] sacct not shows user

2018-04-26 Thread sysadmin.caos
Hello, when I run "sacct", output is this:    JobID    JobName  Partition    Account  AllocCPUS State ExitCode -- -- -- -- -- [...] 2810    bas nodo.q (null) 0 FAILED  2:0 2811   bash

[slurm-users] job_submit.lua script

2018-04-11 Thread sysadmin.caos
Hello, I'm writing my own "job_submit.lua" for controlling in what partition a user can run a "srun" and how many CPUs and nodes are allowed. I want to allow only "srun" in partition "interactive" with only one core and one node. I have wrote this script but I'm

[slurm-users] Limit job_submit.lua script for only srun

2018-04-25 Thread sysadmin.caos
Hello, I have written my own job_submit.lua script for limiting "srun" executions to one processor, one task and one node. If I test it with "srun", all works fine. However, if now I try to run a sbatch job with "-N 12" or "-n 2", job_submit.lua is also checked and, then, my job is rejected

[slurm-users] srun not allowed in a partition

2018-03-21 Thread sysadmin.caos
Hello, I would like to configure SLURM with two partitions: one called "batch.q" only for batchs jobs one called "interactive.q" only for batch jobs What I want to get is a batch partition that doesn't allow "srun" commands from the command line

Re: [slurm-users] srun not allowed in a partition

2018-03-21 Thread sysadmin.caos
I'm trying to compile SLURM-17.02.7 with "lua" support executing "./configure && make && make contribs && make install", but make does nothing in src/plugins/job_submit/lua and I don't know why... How do I have to compile that plugin? The rest of the plugins compile with no problems

Re: [slurm-users] scancel problem

2018-09-21 Thread sysadmin.caos
Try running with "srun", not "mpirun" Hello everybody, i submit a job with sbatch command (sbatch myprog.sh). My prog.sh is = #!/bin/bash #SBATCH --partition=part2 #SBATCH --ntasks=20 #SBATCH --nodelist= #SBATCH --cpus-per-task=1

[slurm-users] Limit output file size with lua script

2019-12-17 Thread sysadmin.caos
Hi, I would like to know if it is possible to limit size of the generated output file by a job using a lua script. I have seen "job_descriptor" structure in slurm.h but I have not seen anything to limit that feature. ...I need this because a user submitted a job that has generated a 500 GB

[slurm-users] Question about networks and connectivity

2019-12-05 Thread sysadmin.caos
Hello, Really, I don't know if my question is for this mailing list... but I will explain my problem and, then, you could answer me whatever you think ;) I manage a SLURM clusters composed by 3 networks: a gigabit network used for NFS shares

[slurm-users] Job not cancelled after "TimeLimit" supered

2020-03-10 Thread sysadmin.caos
Hi, my SLURM cluster has configured a partition with a "TimeLimit" of 8 hours. Now, a job is running during 9h30m and it has been not cancelled. During these 9 hours and a half, a script has executed a "scontrol update partition=mypartition state=down" for disabling this partition