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

Submit experiments/realizations omitting dependencies among chunks in a realization #23

Open
cofinoa opened this issue Aug 24, 2018 · 3 comments
Assignees

Comments

@cofinoa
Copy link
Member

cofinoa commented Aug 24, 2018

Currently WRF4G submits realizations of an experiment making the chunks dependants of the previous chunks in a realization.

For some testing purposes it would be interesting submit realizations without those dependencies.

@cofinoa
Copy link
Member Author

cofinoa commented Aug 24, 2018

The temporary solution could be to add an option to the submit sub-command for rea and exp commands:

wrf4g rea <name> submit       [ --dbg ] [ --dry-run ] [ --priority=<value> ] [ --rerun ] [--nodeps] [ <first_ch> [ <last_ch> ] ]
...
Options:
...
    --rerun                Force to run although the realization has finished.
    --nodeps               Submit chunks with no dependency with previous chunk
...

@cofinoa
Copy link
Member Author

cofinoa commented Aug 24, 2018

@jesusff
Copy link
Member

jesusff commented Sep 12, 2018

I implemented a first version in the nodeps branch of my fork:
https://github.com/jesusff/WRF4G/tree/nodeps

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

No branches or pull requests

2 participants