Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSF system, can not get stderr/stdout #5

Open
HuanYuu opened this issue Jul 25, 2017 · 0 comments
Open

LSF system, can not get stderr/stdout #5

HuanYuu opened this issue Jul 25, 2017 · 0 comments

Comments

@HuanYuu
Copy link

HuanYuu commented Jul 25, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant