-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Batch processing of Chemtab Source Computation (#506)
* commiting clarifying comments and & function definitions + some helpful utility functions for debugging * fixed problem with previous commit where consts weren't being used where needed * first draft of dummy batch api changes essentially passing to dummy batch function which manually calls the unbatched version, but good test case. * added dummy batched version of every function, each of which relies on the single dummy batched ChemTabModelComputeFunction * commiting first working draft of batched processing (implemented on chemistry source only for now) * clarified/corrected confusing & outdated comment * commiting reformatted code & version bump * reworked version so this would be a patch increment since it is just optimization * Updated doxygen comments and addressed various style issues with the PR
- Loading branch information
Showing
4 changed files
with
191 additions
and
63 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.