Skip to content

LSF system, can not get stderr/stdout #5

@HuanYuu

Description

@HuanYuu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions