Skip to content

Commit

Permalink
Merge pull request #305 from csc-training/mycsc-ssh-keys
Browse files Browse the repository at this point in the history
fix clipping text
  • Loading branch information
rkronberg authored Nov 27, 2023
2 parents cf2737b + bc03ac8 commit 5a642a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/05_batch_jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ srun echo "Hello $USER! You are on node $HOSTNAME"
- If you have a heavier job that still requires interaction
- Request resources from the [interactive partition](https://docs.csc.fi/computing/running/interactive-usage/) using the `sinteractive` command
- This will open an interactive shell where you can perform your computations directly on a compute node instead of the login node
- Interactive jobs and GUIs can also be launched through the [web interfaces](https://docs.csc.fi/computing/webinterface/)
- Interactive jobs and GUIs can also be launched in the [web interfaces](https://docs.csc.fi/computing/webinterface/)
- Jupyter notebooks, RStudio, TensorBoard, MATLAB, VSCode, ...

0 comments on commit 5a642a7

Please sign in to comment.