- setup no machine and connect to s3df
- instructions found here
- connect and make a new virtual desktop
- open terminal and ssh to iana or any interactive pool
ssh iana
- load matlab module and start matlab
module load matlab
matlab
This way of loading matlab has it run on shared interactive compute. If you want to run something intensive then continue below:
- get cores allocated via slurm (make sure your account is part of FACET)
srun --partition milano --account FACET -n 100 --time=01:00:00 --pty /bin/bash
module load matlab
matlab
now matlab is running on your own set of cores for however long you specified above
Overview
Content Tools