HPC Portal Jupyter Lab Session

HPC Portal Jupyter Lab Session#

  1. Go to the SMU HPC Portal.

  2. At the top of the page select “Interactive Access” and then “JupyterLab”.

  3. Launch JupyterLab session with the following configuration:

    • Slurm Account: rkalescky_pyg_0001

    • Partition: standard-s

    • Select Python Environment: Custom Environment - only use what is specified below

    • Custom Environment Settings:

      module purge
      module use ${HOME}/pyg/env
      module load pyg
      
    • Time (Hours): 2

    • Cores per node: 8

    • Memory: 32

    Tip

    A different partition, core, memory, and GPU configuration maybe required based node availability.