blaunch
LSFコマンドを使用してコマンドを並行して起動できない理由を理解するのに苦労しています。
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.
アンパサンド ( &
) を削除すると、コマンドを順次実行できますが、並列実行した後です。