aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/IntervalsParser.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-10-02[mini-PR] Fix a couple of warnings (#1408)Gravatar Luca Fedeli 1-1/+1
* fixed unused variable warning * fixed unwanted copy
2020-09-14Read intervals inputs as vector of strings (#1307)Gravatar NeilZaim 1-2/+5
2020-08-24Fix some warnings (#1239)Gravatar Luca Fedeli 1-4/+4
This PR fixes the source of several compilation warnings. Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
2020-05-01Add parser for more general intervals (slices) (#925)Gravatar NeilZaim 1-0/+111
* Add parser for slices and split function * Apply suggestions from code review Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> * Moved new classes to a separate file * Add intervals parser to input parameter documentation * Fix syntax in parameters.rst * Update Source/Utils/IntervalsParser.cpp * Apply suggestions from code review Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja> * Implement intervals parser for load balancing * remove EOL whitespace * Remove unnecessary sentence in parameters doc Co-authored-by: MaxThevenet <mthevenet@lbl.gov> Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>