<div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>I read the problem differently.  Might also want to look at heterogeneous jobs.</div><div><a href="https://slurm.schedmd.com/heterogeneous_jobs.html">Slurm Workload Manager - Heterogeneous Job Support (schedmd.com)</a><br></div><div><br></div><div>Doug</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 28, 2023 at 3:27 PM Jake Jellinek <<a href="mailto:jakejellinek@outlook.com">jakejellinek@outlook.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Brian<br>
<br>
Thanks for your response<br>
<br>
> I am guessing you are using srun to get an interactive session on a node. That approach is being deprecated and you get a shell by default with salloc<br>
This is exactly what I'm trying to do .... I didn’t know about the salloc thing<br>
<br>
Let me do some more testing and I'll see if you've just resolved my issue.<br>
<br>
Will be in touch very soon<br>
Jake<br>
<br>
-----Original Message-----<br>
From: slurm-users <<a href="mailto:slurm-users-bounces@lists.schedmd.com" target="_blank">slurm-users-bounces@lists.schedmd.com</a>> On Behalf Of Brian Andrus<br>
Sent: 28 February 2023 18:47<br>
To: <a href="mailto:slurm-users@lists.schedmd.com" target="_blank">slurm-users@lists.schedmd.com</a><br>
Subject: Re: [slurm-users] Chaining srun commands<br>
<br>
Jake,<br>
<br>
It may help more to understand what you are trying to do accomplish rather than find out how to do it the way you expect.<br>
<br>
I am guessing you are using srun to get an interactive session on a node. That approach is being deprecated and you get a shell by default with salloc<br>
<br>
If you are trying to start new jobs on other nodes, you would want to use salloc/sbatch to launch them.<br>
If you are wanting to have multiple nodes on a single job, IIRC, you would request them with the initial salloc and then use options to srun to launch appropriately.<br>
<br>
What specifically do you want to get (resource-wise) and how do you want to use them?<br>
<br>
Brian Andrus<br>
<br>
On 2/28/2023 9:49 AM, Jake Jellinek wrote:<br>
> Hi all<br>
><br>
> I come from a SGE/UGE background and am used to the convention that I can qrsh to a node and, from there, start a new qrsh to a different node with different parameters.<br>
> I've tried this with Slurm and found that this doesn’t work the same.<br>
><br>
> For example, if I issue an 'srun' command, I get a new node.<br>
> However if I then try to start a new srun session to a different node type (different resource requirements), it just puts me back on the same box.<br>
><br>
> I did find a post from 12 years ago that suggested that this was by design but am hoping that this has now changed or that there is a config option which turns off this feature.<br>
><br>
> Thank you<br>
> Jake<br>
<br>
</blockquote></div>