在Sun Grid Engine 中将job投递到指定的节点有两种方式: 1、 qsub -q qname@hostname xxxxxx 2、qsub -l hostname=xxxxx -cwd
在Sun Grid Engine 中将job投递到指定的节点有两种方式:
1、 qsub -q qname@hostname xxxxxx
2、qsub -l hostname=xxxxx -cwd -b y sleep 20
经测试,以上两种方式在 SGE中都可以用, 不同的环境可能会有差别。