美文网首页
run matlab on HPC

run matlab on HPC

作者: 为了梦走一遭 | 来源:发表于2021-03-23 04:49 被阅读0次

! /bin/bash

$ -l mem=100G,time=100::

$ -j y

$ -N Cindy

$ -cwd

source ~/.bashrc

command="/nfs/apps/matlab/2017a/bin/matlab -r 'run run_cindy.m'"
echo $command|qsub -l mem=10G,time=100:: -j y -N Cindy -cwd

相关文章

网友评论

      本文标题:run matlab on HPC

      本文链接:https://www.haomeiwen.com/subject/nfjcmktx.html