Dear Slurm users,Is it possible to allocate more resources for a current job on an interactive shell? I just allocate (by default) 1 core and 2Gb RAM:
srun -I -p main --pty /bin/bashThe node and queue where the job is located has 120 Gb and 4 cores available.
I just want to use more cores and more RAM for such shell session without having to terminate it.
Thanks in advance