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

H1C IDR3 Makeflow not producing failed.out #89

Open
jsdillon opened this issue Nov 25, 2019 · 0 comments
Open

H1C IDR3 Makeflow not producing failed.out #89

jsdillon opened this issue Nov 25, 2019 · 0 comments
Assignees

Comments

@jsdillon
Copy link
Member

cmd="conda activate $conda_env; makeflow_nrao.sh ${mf_file} ${ntasks}; if [ $? -eq 0 ]; then touch succeeded.out; else touch failed.out; fi; exit\n"

Likely, this is because makeflow exits with code 0 regardless.

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

2 participants