RuntimeError: submission must have at least 1 task #640
-
Hello, I am having the same issue as discussed in #547, where at the initial MD iteration I keep getting a "RuntimeError: submission must have at least 1 task." However the solution posted there has not worked for me and I'd be very grateful for any help debugging the issue! #547 indicated this was an issue with "sys_configs," but I believe I'm following the correct format: I've also tried this with multiple lists in sys_configs, i.e. and without specifying a sys_configs_prefix but rather enumerating an entire path for the sys_configs: and with using a wildcard character: as well as every possible combination of leading and trailing slashes on both the "sys_configs_prefix" and "sys_batch_size" entries. I thought maybe my model_devi settings might be the issue but I believe these are also properly formatted: and I have definitely confirmed this path exists: could anyone point me towards a solution? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Let's assume the iteration index is 0. |
Beta Was this translation helpful? Give feedback.
Let's assume the iteration index is 0.
Then please first
ls iter.000000/01.model_devi/
and see whether there're some task folders namedtask.xxx.xxxxxx
.If not, you can reset the last index in
record.dpgen
to be0 2
and rerundpgen
.Let's see what happens.