- 申请资源,因为我这里不需要图形界面,所以没有启用x11转发
salloc --cpus-per-task=4 --mem=32G --time=00:30:00 -p bme_cpu --exclusive --qos debug
启用x11转发可以这样salloc --cpus-per-task=8 --mem=64G --time=00:30:00 -p bme_cpu --exclusive --qos debug bash -c 'ssh -Y $(scontrol show hostnames | head -n 1)'
- 加载matlab模块
module load apps/matlab/2021b
- 打开matlab
matlab -nodisplay -nosplash -nodesktop
- nodisplay 阻止MATLAB打开任何显示窗口。
- nosplash 跳过启动时显示的MATLAB徽标。
- nodesktop 不启动MATLAB的桌面环境。
如果要addpath
在自己可写文件夹下创建startup.m文件,在这里写