<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Untested, but you should be able to use a job_submit.lua file to detect if the job was started with srun or sbatch:</div>
<div>
<ul>
<li><span style="background: var(--white); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Check with (job_desc.script == nil or job_desc.script == '')</span><br>
</li><li><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Adjust job_desc.time_limit accordingly</span></li></ul>
<div><font color="#000000" face="Calibri, Arial, Helvetica, sans-serif"><span style="caret-color: rgb(0, 0, 0);">Here, I just gave people a shell function "hpcshell", which automatically drops them in a time-limited partition. Easier for them, fewer idle resources
 for everyone:</span></font></div>
<div><font color="#000000" face="Calibri, Arial, Helvetica, sans-serif"><span style="caret-color: rgb(0, 0, 0);"><br>
</span></font></div>
<div><font color="#000000" face="Calibri, Arial, Helvetica, sans-serif"><span style="caret-color: rgb(0, 0, 0);">hpcshell ()
<div>{</div>
<div>    srun --partition=interactive $@ --pty $SHELL -i</div>
}<br>
</span></font></div>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> slurm-users <slurm-users-bounces@lists.schedmd.com> on behalf of Jaekyeom Kim <btapiz@gmail.com><br>
<b>Sent:</b> Tuesday, August 4, 2020 5:35 AM<br>
<b>To:</b> slurm-users@schedmd.com <slurm-users@schedmd.com><br>
<b>Subject:</b> [slurm-users] Correct way to give srun and sbatch different MaxTime values?</font>
<div> </div>
</div>
<div>
<p align="center" style="text-align:center; background:white; margin:0px"><b><span style="font-size:12.0pt; color:red; background:white; font-family:"Calibri",sans-serif">External Email Warning</span></b></p>
<p align="center" style="text-align:center; background:white; margin:0px 12pt"><b><span style="font-size:12.0pt; color:red; font-family:"Calibri",sans-serif">This email originated from outside the university. Please use caution when opening attachments, clicking
 links, or responding to requests.</span></b><span style="font-size:12.0pt"></span></p>
<hr>
<div>
<div dir="ltr">Hi,
<div><br>
</div>
<div>I'd like to prevent my Slurm users from taking up resources with dummy shell process jobs left unaware/intentionally.</div>
<div>To that end, I simply want to put a tougher maximum time limit for srun only.</div>
<div>One possible way might be to wrap the srun binary.</div>
<div>But could someone tell me if there is any proper way to do it, please?</div>
<div><br>
</div>
<div>Best,</div>
<div>Jaekyeom</div>
<div><br>
</div>
</div>
</div>
</div>
</body>
</html>