You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2022. It is now read-only.
When I run: $ salloc --ntasks=1 --nodes=1 -A my_account -p my_partition srun --pty bash
I get a bash prompt on the allocated host.
I've installed slurm-magic and all the Slurm commands run fine, except for salloc with bash.
When I run: %salloc --ntasks=1 --nodes=1 -A my_account -p my_partition srun --pty bash
I get: 'salloc: Pending job allocation 905164\nsalloc: job 905164 queued and waiting for resources\nsalloc: job 905164 has been allocated resources\nsalloc: Granted job allocation 905164\nsrun: error: ioctl(TIOCGWINSZ): Inappropriate ioctl for device\nsrun: error: Not using a pseudo-terminal, disregarding --pty option\nsalloc: Relinquishing job allocation 905164\n'
Is there a way to have a bash prompt (in JupyterLab) on the allocated host?
Thanks a lot,
Jin
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
When I run:
$ salloc --ntasks=1 --nodes=1 -A my_account -p my_partition srun --pty bash
I get a bash prompt on the allocated host.
I've installed slurm-magic and all the Slurm commands run fine, except for salloc with bash.
When I run:
%salloc --ntasks=1 --nodes=1 -A my_account -p my_partition srun --pty bash
I get:
'salloc: Pending job allocation 905164\nsalloc: job 905164 queued and waiting for resources\nsalloc: job 905164 has been allocated resources\nsalloc: Granted job allocation 905164\nsrun: error: ioctl(TIOCGWINSZ): Inappropriate ioctl for device\nsrun: error: Not using a pseudo-terminal, disregarding --pty option\nsalloc: Relinquishing job allocation 905164\n'
Is there a way to have a bash prompt (in JupyterLab) on the allocated host?
Thanks a lot,
Jin
The text was updated successfully, but these errors were encountered: