Skip to content

Conversation

@raaganl
Copy link
Contributor

@raaganl raaganl commented Jan 14, 2026

  • removed interactive job video
  • removed interactive job with GUI video
  • added information about exiting an interactive job
  • fixed wording

```

This will run an interactive job to the Slurm queue that will start a terminal session that will run on one core of one node on the amilan partition for ten minutes. Once the session has started you can run any application or script you may need from the command line. For example, if you type `python` you will open an interactive python shell on a compute node (rather than the login nodes, which is forbidden).
This will run an interactive job to the Slurm queue that will start a terminal session that will run on one core of one node on the amilan partition for ten minutes. Once the session has started you can run any application or script you may need from the command line. For example, if you type `python` you will open an interactive python shell on a compute node (rather than the login nodes, which is forbidden). When you are finished with your interactive job, you can end the session by typing `exit`. If you do not end your session, the interactive job will run for the full time requested, which will use up part of your allocation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a minor clarification, it could be helpful to note that users need to load the Python module before starting an interactive Python shell.

Check out this [page](job-resources.md) for a list of Slurm directives that can be used with interactive jobs.
```

## Interactive GUI Applications
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One thought I had: do you think it would be helpful to add a MATLAB example in the Running GUI Applications section laid out similarly to what’s shown in the video, possibly with screenshots to walk users through a concrete example? That might make it even more approachable for new users.

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

Successfully merging this pull request may close these issues.

2 participants