Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-10 | Reorganize Tools/ into subfolders, in prevision of LibEnsemble scripts (#908) | 1 | -250/+0 | ||
* reorganize Tools/ into subfolders, in prevision of LibEnsemble scripts * Oops, also need to let git know some files have been deleted * caps for consistency * few paths to fix | |||||
2020-01-27 | Automatically add copyright header with update_copyright.sh | 1 | -0/+7 | ||
2019-11-01 | make performance tests more modular, to run in custom mode | 1 | -2/+1 | ||
2019-10-23 | fix performance tests on Summit | 1 | -0/+1 | ||
2019-09-12 | Fix newly introduced EOL | 1 | -2/+2 | ||
2019-09-12 | merge conflicts with dev | 1 | -13/+13 | ||
2019-09-12 | more checks and cleaning in automaated performance tests | 1 | -7/+0 | ||
2019-09-11 | Source & Tools: No EOL Whitespaces | 1 | -14/+14 | ||
End-of-line (EOL) whitespaces are verbose and increase diffs and merge conflicts over time. Cleaned them up for the `Source/`, `Examples/` and `Tools/` directory with the following bash one-liner: ```bash find . -type f -not -path './.git*' \ -exec sed -i 's/[[:blank:]]*$//' {} \; ``` Committed as generic user so git does not credit the many lines to me: ```bash GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="warpx@lbl.gov" \ git commit ``` | |||||
2019-09-03 | pass blocking factor into run command | 1 | -1/+2 | ||
2019-09-03 | add grid size and blocking factor as test parameters | 1 | -0/+2 | ||
2019-09-03 | put more things into machine-specific files, clean irrelevant function arguments | 1 | -18/+30 | ||
2019-09-02 | perf tests run properly on summit | 1 | -3/+2 | ||
2019-09-02 | fix more bugs in perf tests when running on Cori | 1 | -3/+7 | ||
2019-09-02 | more functions to machine-dependent file | 1 | -50/+34 | ||
2019-08-21 | Add profilers around current deposition | 1 | -3/+3 | ||
2018-10-27 | recompile if in run mode only | 1 | -1/+0 | ||
2018-10-16 | clean automated test script and add comments | 1 | -18/+19 | ||
2018-10-12 | minor change | 1 | -3/+3 | ||
2018-10-11 | n_node power of 2, write csv files with pandas, get commit hash | 1 | -3/+27 | ||
2018-10-10 | minor | 1 | -2/+2 | ||
2018-10-10 | updated performance test suite for weak scalings | 1 | -5/+4 | ||
2018-04-02 | update scripts for performances tests | 1 | -1/+37 | ||
2018-02-01 | minor | 1 | -1/+0 | ||
2018-02-01 | Final version for automated performance tests. Last thing to do: run them ↵ | 1 | -1/+4 | ||
every week. | |||||
2018-01-31 | minor change in read_run_perf | 1 | -3/+4 | ||
2018-01-31 | Set of automated performance tests, meant to run every week or so | 1 | -0/+186 | ||