[slurm-users] MaxTime only for a user
    Gestió Servidors 
    sysadmin.caos at uab.cat
       
    Thu Feb 25 17:29:01 UTC 2021
    
    
  
Hi,
After configuring "MaxWallDurationPerJob" and not get any good result (job with a large sleep continues running although MaxWallDurationPerJob=1 (1 minute)), now I have test a time_limit reconfiguration within a "lua" script.
My "lua" script contains these lines:
[...]
        if (job_desc.user_id == 1008) then
                job_desc.time_limit = 1
        end
[...]
My ID is 1008, so the time_limit for my job should be changed to 1 minute... but not :( :(  :(
Help... please...
    
    
More information about the slurm-users
mailing list