-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The calculation of a trajectory will be split into several batches as close as possible to 1+num_batches, the first batch always contains one element (see below). * Batches contain only consecutive stepIDs example `{0:[3],1:[7,8,9],2:[11],3:[14,15,6]}`. This means that missing stepIDs have been completed in a previous work chain. * Only `num_batches` calculations can be submitted at the same time.
- Loading branch information
1 parent
de579d1
commit 3008b07
Showing
3 changed files
with
213 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.