(1)bash脚本
使用mpi并行程序时,mpi脚本的编写要求,如下实例:test.sh
再使用jsub提交任务:jsub -n $cpu_num -q paraqueue -o output.%J.txt "./test.sh"
(2)csh脚本