aboutsummaryrefslogtreecommitdiff
path: root/Tools/performance_tests/functions_perftest.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10Reorganize Tools/ into subfolders, in prevision of LibEnsemble scripts (#908)Gravatar MaxThevenet 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-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+7
2019-11-01make performance tests more modular, to run in custom modeGravatar Maxence Thevenet 1-2/+1
2019-10-23fix performance tests on SummitGravatar Maxence Thevenet 1-0/+1
2019-09-12Fix newly introduced EOLGravatar Axel Huebl 1-2/+2
2019-09-12merge conflicts with devGravatar Maxence Thevenet 1-13/+13
2019-09-12more checks and cleaning in automaated performance testsGravatar Maxence Thevenet 1-7/+0
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 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-03pass blocking factor into run commandGravatar Maxence Thevenet 1-1/+2
2019-09-03add grid size and blocking factor as test parametersGravatar Maxence Thevenet 1-0/+2
2019-09-03put more things into machine-specific files, clean irrelevant function argumentsGravatar MaxThevenet 1-18/+30
2019-09-02perf tests run properly on summitGravatar Maxence Thevenet 1-3/+2
2019-09-02fix more bugs in perf tests when running on CoriGravatar MaxThevenet 1-3/+7
2019-09-02more functions to machine-dependent fileGravatar MaxThevenet 1-50/+34
2019-08-21Add profilers around current depositionGravatar Remi Lehe 1-3/+3
2018-10-27recompile if in run mode onlyGravatar mthevenet 1-1/+0
2018-10-16clean automated test script and add commentsGravatar mthevenet 1-18/+19
2018-10-12minor changeGravatar mthevenet 1-3/+3
2018-10-11n_node power of 2, write csv files with pandas, get commit hashGravatar mthevenet 1-3/+27
2018-10-10minorGravatar mthevenet 1-2/+2
2018-10-10updated performance test suite for weak scalingsGravatar mthevenet 1-5/+4
2018-04-02update scripts for performances testsGravatar mthevenet 1-1/+37
2018-02-01minorGravatar mthevenet 1-1/+0
2018-02-01Final version for automated performance tests. Last thing to do: run them ↵Gravatar mthevenet 1-1/+4
every week.
2018-01-31minor change in read_run_perfGravatar mthevenet 1-3/+4
2018-01-31Set of automated performance tests, meant to run every week or soGravatar mthevenet 1-0/+186