Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attach to job id window stays empty #17

Open
fleimgruber opened this issue Sep 28, 2023 · 1 comment
Open

Attach to job id window stays empty #17

fleimgruber opened this issue Sep 28, 2023 · 1 comment

Comments

@fleimgruber
Copy link

As a user, when running stui --ssh host I want to attach to a running job. I can see the running jobs, can select one and then attach to it. The attach window pops up, but stays empty. I expected it to show past and current log output.

Please let me know how I can support to debug this as I am running from local sources and am also admin of our Slurm cluster.

@fleimgruber
Copy link
Author

I had a look at what attaching does on Slurm side

cmd = f"sattach {job.job_id}.0"

and found that the sattach command does not show any output either. Will investigate further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant