#BSUB -q gpu -q 指定作业提交到gpu队列 (一般个gpu,mic即可) #BSUB -o hello.out 标注输出文件(有错误 输出为空) #BSUB -e hello.err 错误输出文件(有错误这个文件里会给出,无错误为空) ./hello 指定输出路径 5 运行脚本文件 bsub < hello.bsub bjobs 命令 查看运行是否结束 ls 此时可看到五个文件:...
bsub -q "queue1 queue2 queue3" -c 5 my_programSubmitmy_programto one of the candidate queues:queue1,queue2, andqueue3that are selected according to the CPU time limit specified by -c 5. bsub -I lsSubmit an interactive job that displays the output of ls at the user’s terminal. ...