Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open in browser: Web UI link from log above: http://localhost:9633?tkn=ee8e3c6e34ad22ea267a9532635cabe8d1b5fbc59b8705e91737a6129a866b5b

Preserve server data

To use the same server data and VSCode environment, use option --server-data-dir with some location. The location should be the same each time to save configuration. In this example $SCRATCH/vscodedata is the location example.

How to use on Athena?

On Athena supercomputer the only change in script is name of the queue: plgrid-gpu-a100 and name of the module to load: VSCode/1.85.0.

Stop job

if you wish to to end your sbatch, use scancel <JOBID> command, where JOBID is your tunnel JOBID you can look it up with hpc-jobs or qsueue -u $USER commands.

...