Versions Compared

Key

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

VIDEO TUTORIAL 

  1. setup no machine and connect to s3df
    1. instructions found here
  2. connect and make a new virtual desktop
  3. open terminal and ssh to iana or any interactive pool
    1. Code Block
      ssh iana
  4. load matlab module and start matlab
    1. Code Block
      module load matlab
    2. Code Block
      matlab

      This way of loading matlab has it run on shared interactive compute. If you want to run something intensive then continue below:

  5. get cores allocated via slurm (make sure your account is part of FACET)
  6. Code Block
    srun --partition milano --account FACET -n 100 --time=01:00:00 --pty /bin/bash
    Code Block
    module load matlab
    Code Block
    matlab

    now matlab is running on your own set of cores for however long you specified above