Re: [slurm-users] Limit size submission script

2017-11-09 Thread sysadmin.caos

Thanks I didn't about that parameter!!!

El 09/11/2017 a las 14:45, Brian W. Johanson escribió:

man slurm.conf

   SchedulerParameters
  The interpretation of this parameter varies by 
SchedulerType.  Multiple options may be comma separated.


  max_script_size=#
 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 a submit script whose size is 8 MB (yeah!!). I have read 
SLURM has a limit size in 4MB... This limit, can be changed?


Thanks.







Re: [slurm-users] Limit size submission script

2017-11-09 Thread Loris Bennett
Hi,

I'd be interested to know in what circumstances a multiple-MB-sized
batch script would be sensible and/or necessary.

Cheers,

Loris

"Brian W. Johanson"  writes:

> man slurm.conf
>
>    SchedulerParameters
>   The interpretation of this parameter varies by SchedulerType. 
> Multiple options may be comma separated.
>
>   max_script_size=#
>  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 a
>> submit script whose size is 8 MB (yeah!!). I have read SLURM has a limit
>> size in 4MB... This limit, can be changed?
>>
>> Thanks.
>

-- 
Dr. Loris Bennett (Mr.)
ZEDAT, Freie Universität Berlin Email loris.benn...@fu-berlin.de



Re: [slurm-users] Limit size submission script

2017-11-09 Thread Brian W. Johanson

man slurm.conf

   SchedulerParameters
  The interpretation of this parameter varies by SchedulerType.  
Multiple options may be comma separated.


  max_script_size=#
 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 a 
submit script whose size is 8 MB (yeah!!). I have read SLURM has a limit 
size in 4MB... This limit, can be changed?


Thanks.