Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-10 | Reorganize Tools/ into subfolders, in prevision of LibEnsemble scripts (#908) | 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-15 | Analysis: Fix Warnings (#722) | 1 | -1/+1 | ||
Fix a couple of unused imports and unreachable statements. | |||||
2020-01-27 | Automatically add copyright header with update_copyright.sh | 6 | -0/+41 | ||
2020-01-13 | fix lgtm warnings | 2 | -2/+2 | ||
2019-11-17 | automated tests must not modify html file, as it results in conflicts ↵ | 1 | -2/+1 | ||
between Cori and Summit performance tests. The user should do it themselves | |||||
2019-11-01 | by default hdf5 file written in perf folder | 1 | -4/+8 | ||
2019-11-01 | pass paths to analysis line | 3 | -6/+10 | ||
2019-11-01 | make performance tests more modular, to run in custom mode | 2 | -9/+25 | ||
2019-10-25 | replace 'boosted frame diags' with 'back-transformed diags' | 1 | -1/+1 | ||
2019-10-24 | run analysis only in read mode | 1 | -1/+1 | ||
2019-10-23 | minor cleaning | 1 | -3/+1 | ||
2019-10-23 | cleaning | 1 | -4/+3 | ||
2019-10-23 | fix performance tests on Summit | 4 | -16/+18 | ||
2019-10-23 | save performance h5 files, and move handling to perf_logs repo | 1 | -36/+19 | ||
2019-09-12 | Fix newly introduced EOL | 4 | -38/+38 | ||
2019-09-12 | bigger domain for lab_diags test | 1 | -1/+1 | ||
2019-09-12 | reset problem sizes for automated tests | 1 | -19/+19 | ||
2019-09-12 | set do_pml to 0 in all tests but one | 5 | -0/+5 | ||
2019-09-12 | merge conflicts with dev | 5 | -130/+130 | ||
2019-09-12 | more checks and cleaning in automaated performance tests | 3 | -12/+13 | ||
2019-09-11 | Source & Tools: No EOL Whitespaces | 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-07 | 1 box per GPU on summit, otherwise we get segfault | 1 | -4/+4 | ||
2019-09-04 | wrong name for index file | 1 | -4/+1 | ||
2019-09-04 | Merge branch 'performance_summit' of https://github.com/MaxThevenet/WarpX ↵ | 2 | -21/+22 | ||
into performance_summit | |||||
2019-09-04 | nicer () string handling | 2 | -21/+22 | ||
2019-09-03 | re-enable LB | 1 | -2/+0 | ||
2019-09-03 | cleaning | 1 | -2/+11 | ||
2019-09-03 | add comments | 1 | -10/+19 | ||
2019-09-03 | fix archiving | 1 | -4/+7 | ||
2019-09-03 | reset problem size and TEMPORARILY turn LB off on Summit (not ported) | 1 | -6/+8 | ||
2019-09-03 | resize tests so that they fit properly on each GPU | 1 | -3/+3 | ||
2019-09-03 | minor | 1 | -3/+3 | ||
2019-09-03 | n_repeat is in the main file | 3 | -7/+5 | ||
2019-09-03 | smaller BF for 32ppc uniform plasma | 1 | -2/+2 | ||
2019-09-03 | pass blocking factor into run command | 2 | -4/+5 | ||
2019-09-03 | add grid size and blocking factor as test parameters | 4 | -1/+29 | ||
2019-09-03 | allow architecture=gpu | 2 | -14/+20 | ||
2019-09-03 | remove some lines just for test | 1 | -3/+3 | ||
2019-09-03 | put more things into machine-specific files, clean irrelevant function arguments | 4 | -51/+62 | ||
2019-09-03 | put test suite description into machine-specific file | 3 | -39/+83 | ||
2019-09-02 | typo | 1 | -1/+4 | ||
2019-09-02 | clear messages printed, and rename directories only after analysis | 1 | -13/+16 | ||
2019-09-02 | typosd. fix job dependency on summit. | 2 | -4/+4 | ||
2019-09-02 | perf tests run properly on summit | 4 | -33/+45 | ||
2019-09-02 | add performance test parameters for summit | 1 | -3/+58 | ||
2019-09-02 | performance test jobs properly submitted on Cori | 2 | -29/+8 | ||
2019-09-02 | fix more bugs in perf tests when running on Cori | 3 | -13/+39 | ||
2019-09-02 | fix some errors | 1 | -7/+10 | ||
2019-09-02 | more functions to machine-dependent file | 4 | -53/+160 | ||
2019-09-02 | put cori functions in cori file | 1 | -70/+14 | ||