私はLSF blaunch
コマンドを使用して並列にコマンドを起動することはできませんなぜ私が考え出す苦労しています:Platform LSF blaunchコマンドを使用してプロセスを同時に開始するにはどうすればよいですか?
for num in `seq 3`; do
blaunch -u JobHost ./cmd_${num}.sh &
done
エラーメッセージ:アンパサンド(&
)ことができますを削除
Oct 29 13:08:55 2011 18887 3 7.04 lsb_launch(): Failed while executing tasks.
Oct 29 13:08:55 2011 18885 3 7.04 lsb_launch(): Failed while executing tasks.
Oct 29 13:08:55 2011 18884 3 7.04 lsb_launch(): Failed while executing tasks.
をシーケンシャルに実行するコマンドが、私は並列実行後です。
最後に私は私の質問に答えている!ありがとうございました! – Zaid