> The remaining issue then is how to put them into an allocation that is 
> actually running a singularity container.  I don't get how what I'm doing now 
> is resulting in an allocation where I'm in a container on the submit node 
> still!

Try prefixing the singularity command with "srun" e.g.


salloc <salloc-parameters> srun <srun-parameters> /usr/bin/singularity shell 
<path to sif>

Reply via email to