aboutsummaryrefslogtreecommitdiff
path: root/Tools/performance_tests (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10Reorganize Tools/ into subfolders, in prevision of LibEnsemble scripts (#908)Gravatar MaxThevenet 13-2042/+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-02-15Analysis: Fix Warnings (#722)Gravatar Axel Huebl 1-1/+1
Fix a couple of unused imports and unreachable statements.
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 6-0/+41
2020-01-13fix lgtm warningsGravatar Luca Fedeli 2-2/+2
2019-11-17automated tests must not modify html file, as it results in conflicts ↵Gravatar MaxThevenet 1-2/+1
between Cori and Summit performance tests. The user should do it themselves
2019-11-01by default hdf5 file written in perf folderGravatar Maxence Thevenet 1-4/+8
2019-11-01pass paths to analysis lineGravatar Maxence Thevenet 3-6/+10
2019-11-01make performance tests more modular, to run in custom modeGravatar Maxence Thevenet 2-9/+25
2019-10-25replace 'boosted frame diags' with 'back-transformed diags'Gravatar MaxThevenet 1-1/+1
2019-10-24run analysis only in read modeGravatar MaxThevenet 1-1/+1
2019-10-23minor cleaningGravatar Maxence Thevenet 1-3/+1
2019-10-23cleaningGravatar Maxence Thevenet 1-4/+3
2019-10-23fix performance tests on SummitGravatar Maxence Thevenet 4-16/+18
2019-10-23save performance h5 files, and move handling to perf_logs repoGravatar MaxThevenet 1-36/+19
2019-09-12Fix newly introduced EOLGravatar Axel Huebl 4-38/+38
2019-09-12bigger domain for lab_diags testGravatar Maxence Thevenet 1-1/+1
2019-09-12reset problem sizes for automated testsGravatar Maxence Thevenet 1-19/+19
2019-09-12set do_pml to 0 in all tests but oneGravatar Maxence Thevenet 5-0/+5
2019-09-12merge conflicts with devGravatar Maxence Thevenet 5-130/+130
2019-09-12more checks and cleaning in automaated performance testsGravatar Maxence Thevenet 3-12/+13
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 5-161/+161
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-071 box per GPU on summit, otherwise we get segfaultGravatar Maxence Thevenet 1-4/+4
2019-09-04wrong name for index fileGravatar Maxence Thevenet 1-4/+1
2019-09-04Merge branch 'performance_summit' of https://github.com/MaxThevenet/WarpX ↵Gravatar Maxence Thevenet 2-21/+22
into performance_summit
2019-09-04nicer () string handlingGravatar MaxThevenet 2-21/+22
2019-09-03re-enable LBGravatar Maxence Thevenet 1-2/+0
2019-09-03cleaningGravatar Maxence Thevenet 1-2/+11
2019-09-03add commentsGravatar Maxence Thevenet 1-10/+19
2019-09-03fix archivingGravatar Maxence Thevenet 1-4/+7
2019-09-03reset problem size and TEMPORARILY turn LB off on Summit (not ported)Gravatar Maxence Thevenet 1-6/+8
2019-09-03resize tests so that they fit properly on each GPUGravatar Maxence Thevenet 1-3/+3
2019-09-03minorGravatar MaxThevenet 1-3/+3
2019-09-03n_repeat is in the main fileGravatar MaxThevenet 3-7/+5
2019-09-03smaller BF for 32ppc uniform plasmaGravatar Maxence Thevenet 1-2/+2
2019-09-03pass blocking factor into run commandGravatar Maxence Thevenet 2-4/+5
2019-09-03add grid size and blocking factor as test parametersGravatar Maxence Thevenet 4-1/+29
2019-09-03allow architecture=gpuGravatar Maxence Thevenet 2-14/+20
2019-09-03remove some lines just for testGravatar MaxThevenet 1-3/+3
2019-09-03put more things into machine-specific files, clean irrelevant function argumentsGravatar MaxThevenet 4-51/+62
2019-09-03put test suite description into machine-specific fileGravatar MaxThevenet 3-39/+83
2019-09-02typoGravatar Maxence Thevenet 1-1/+4
2019-09-02clear messages printed, and rename directories only after analysisGravatar Maxence Thevenet 1-13/+16
2019-09-02typosd. fix job dependency on summit.Gravatar Maxence Thevenet 2-4/+4
2019-09-02perf tests run properly on summitGravatar Maxence Thevenet 4-33/+45
2019-09-02add performance test parameters for summitGravatar Maxence Thevenet 1-3/+58
2019-09-02performance test jobs properly submitted on CoriGravatar MaxThevenet 2-29/+8
2019-09-02fix more bugs in perf tests when running on CoriGravatar MaxThevenet 3-13/+39
2019-09-02fix some errorsGravatar MaxThevenet 1-7/+10
2019-09-02more functions to machine-dependent fileGravatar MaxThevenet 4-53/+160
2019-09-02put cori functions in cori fileGravatar MaxThevenet 1-70/+14