You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I can't get stderr/stdout on LSF system with jobs below(but SJM works well with SGE system), how can I get my stderr/stdout on LSF system?
job_begin
name haha
queue test
status waiting
sched_options -R "rusage[mem=1M]" -o haha.sh.o%J -e haha.sh.e%J
cmd_begin
sh haha.sh
cmd_end
job_end
job_begin
name heihei
queue test
status waiting
sched_options -R "rusage[mem=1M]" -o heihei.sh.o%J -e heihei.sh.e%J
cmd_begin
sh heihei.sh
cmd_end
job_end
order heihei after haha
log_dir ./Test/log
The text was updated successfully, but these errors were encountered:
Hi,
I can't get stderr/stdout on LSF system with jobs below(but SJM works well with SGE system), how can I get my stderr/stdout on LSF system?
job_begin
name haha
queue test
status waiting
sched_options -R "rusage[mem=1M]" -o haha.sh.o%J -e haha.sh.e%J
cmd_begin
sh haha.sh
cmd_end
job_end
job_begin
name heihei
queue test
status waiting
sched_options -R "rusage[mem=1M]" -o heihei.sh.o%J -e heihei.sh.e%J
cmd_begin
sh heihei.sh
cmd_end
job_end
order heihei after haha
log_dir ./Test/log
The text was updated successfully, but these errors were encountered: