Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 4f0fdde428cbee707a2367706cb5590662828cc2
      
https://github.com/STEllAR-GROUP/hpx/commit/4f0fdde428cbee707a2367706cb5590662828cc2
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-14 (Mon, 14 Jun 2021)

  Changed paths:
    M CMakeLists.txt
    A cmake/FindAsio.cmake
    M cmake/HPX_SetupAsio.cmake
    M cmake/templates/HPXConfig.cmake.in
    M libs/core/asio/CMakeLists.txt
    M libs/core/debugging/CMakeLists.txt
    M libs/core/io_service/CMakeLists.txt
    M libs/core/threading_base/CMakeLists.txt

  Log Message:
  -----------
  Prefer installed Asio before considering FetchContent

A system-installed Asio will be looked for first. If none is found an
error is raised. Users have to opt-in to using FetchContent for Asio
with HPX_WITH_FETCH_ASIO=ON.


  Commit: 315388b961539068f386c06d7f9534d6567a1366
      
https://github.com/STEllAR-GROUP/hpx/commit/315388b961539068f386c06d7f9534d6567a1366
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-14 (Mon, 14 Jun 2021)

  Changed paths:
    M .circleci/config.yml
    M .github/workflows/linux_debug.yml
    M .github/workflows/linux_hip.yml
    M .github/workflows/linux_release_fetchcontent.yml
    M .github/workflows/linux_sanitizers.yml
    M .github/workflows/macos_debug.yml
    M .github/workflows/windows_debug.yml
    M .github/workflows/windows_release.yml
    M .jenkins/cscs/env-clang-10.sh
    M .jenkins/cscs/env-clang-8.sh
    M .jenkins/cscs/env-clang-9.sh
    M .jenkins/cscs/env-clang-apex.sh
    M .jenkins/cscs/env-clang-cuda.sh
    M .jenkins/cscs/env-clang-newest.sh
    M .jenkins/cscs/env-clang-oldest.sh
    M .jenkins/cscs/env-gcc-10.sh
    M .jenkins/cscs/env-gcc-cuda.sh
    M .jenkins/cscs/env-gcc-newest.sh
    M .jenkins/cscs/env-gcc-oldest.sh
    M .jenkins/cscs/env-icc.sh
    M .jenkins/lsu/env-clang-9.sh
    M .jenkins/lsu/env-gcc-8.sh
    M .jenkins/lsu/env-gcc-9-cuda-11.sh
    M .jenkins/lsu/env-gcc-9.sh
    M .jenkins/lsu/env-hipcc.sh

  Log Message:
  -----------
  Use FetchContent for Asio in CI


  Commit: ef9816c681569243eb8092ddf7b5be73a9affda0
      
https://github.com/STEllAR-GROUP/hpx/commit/ef9816c681569243eb8092ddf7b5be73a9affda0
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
    M 
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp

  Log Message:
  -----------
  Make sure tasks are stolen on the current numa domain when stealing is enabled


  Commit: ff38fed5dbe546e1a6280225b2ba5e77aed9b419
      
https://github.com/STEllAR-GROUP/hpx/commit/ff38fed5dbe546e1a6280225b2ba5e77aed9b419
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-17 (Thu, 17 Jun 2021)

  Changed paths:
    M 
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp

  Log Message:
  -----------
  Merge pull request #5390 from 
msimberg/shared-priority-queue-scheduler-fix-stealing

Make sure shared priority scheduler steals tasks on the current NUMA domain 
when (core) stealing is enabled


  Commit: c138ef1fcfaad5024c61ccb6850f51515538ba36
      
https://github.com/STEllAR-GROUP/hpx/commit/c138ef1fcfaad5024c61ccb6850f51515538ba36
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M 
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp

  Log Message:
  -----------
  Rename leftover tag_fallback_invoke to tag_fallback_dispatch


  Commit: 0d209fcae4485ce5ce2c6d537a516d0b96f74932
      
https://github.com/STEllAR-GROUP/hpx/commit/0d209fcae4485ce5ce2c6d537a516d0b96f74932
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M CMakeLists.txt
    A tools/perftests_ci/CMakeLists.txt
    A tools/perftests_ci/build/__init__.py
    A tools/perftests_ci/driver.py
    A tools/perftests_ci/perftest/__init__.py
    A tools/perftests_ci/perftest/html.py
    A tools/perftests_ci/perftest/plot.py
    A tools/perftests_ci/perftest/references/daint_cray/128.json
    A tools/perftests_ci/perftest/references/daint_cray/256.json
    A tools/perftests_ci/perftest/references/daint_nvcc_clang/128.json
    A tools/perftests_ci/perftest/references/daint_nvcc_clang/256.json
    A tools/perftests_ci/perftest/references/daint_nvcc_gcc/128.json
    A tools/perftests_ci/perftest/references/daint_nvcc_gcc/256.json
    A tools/perftests_ci/pyutils/__init__.py
    A tools/perftests_ci/pyutils/args.py
    A tools/perftests_ci/pyutils/buildinfo.py.in
    A tools/perftests_ci/pyutils/env.py
    A tools/perftests_ci/pyutils/log.py
    A tools/perftests_ci/pyutils/runtools.py
    A tools/perftests_ci/requirements.txt
    A tools/perftests_ci/test/__init__.py

  Log Message:
  -----------
  Initial commit for perftest_ci


  Commit: d3a0a505cb3a4d6bccd6bc7c50ebfc25319383b2
      
https://github.com/STEllAR-GROUP/hpx/commit/d3a0a505cb3a4d6bccd6bc7c50ebfc25319383b2
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/CMakeLists.txt
    M tools/perftests_ci/driver.py
    M tools/perftests_ci/perftest/__init__.py
    M tools/perftests_ci/perftest/plot.py
    R tools/perftests_ci/perftest/references/daint_cray/128.json
    R tools/perftests_ci/perftest/references/daint_cray/256.json
    A 
tools/perftests_ci/perftest/references/daint_default/local-priority-fifo.json
    R tools/perftests_ci/perftest/references/daint_nvcc_clang/128.json
    R tools/perftests_ci/perftest/references/daint_nvcc_clang/256.json
    R tools/perftests_ci/perftest/references/daint_nvcc_gcc/128.json
    R tools/perftests_ci/perftest/references/daint_nvcc_gcc/256.json
    A tools/perftests_ci/pyutils/default_vars.py
    M tools/perftests_ci/pyutils/env.py
    M tools/perftests_ci/test/__init__.py

  Log Message:
  -----------
  Modify the perftest suite for HPX


  Commit: cc3858b5c50c42eee8cfdb8c5d0353c0f1ec700f
      
https://github.com/STEllAR-GROUP/hpx/commit/cc3858b5c50c42eee8cfdb8c5d0353c0f1ec700f
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    A .jenkins/cscs/env-perftests.sh
    A .jenkins/cscs/perftests/Jenkinsfile
    A .jenkins/cscs/perftests/setup_perftests.sh
    A .jenkins/cscs/slurm-constraint-perftests.sh

  Log Message:
  -----------
  Setup Jenkins for performance test CI


  Commit: 2dcf5af4dda7f0395850779a013668233b85d9c9
      
https://github.com/STEllAR-GROUP/hpx/commit/2dcf5af4dda7f0395850779a013668233b85d9c9
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/driver.py
    M tools/perftests_ci/perftest/__init__.py
    M tools/perftests_ci/pyutils/env.py

  Log Message:
  -----------
  Add a local option to run without srun


  Commit: 9454537024294b2d67e7d65a73b0daf4a57a43f0
      
https://github.com/STEllAR-GROUP/hpx/commit/9454537024294b2d67e7d65a73b0daf4a57a43f0
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tests/performance/local/CMakeLists.txt
    A tests/performance/local/future_overhead_report.cpp

  Log Message:
  -----------
  Copy the future_overhead test to output a json file


  Commit: ef23207c76f5151b3a431a257ab80da25d49192c
      
https://github.com/STEllAR-GROUP/hpx/commit/ef23207c76f5151b3a431a257ab80da25d49192c
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M libs/core/testing/include/hpx/modules/testing.hpp
    M libs/core/testing/src/testing.cpp

  Log Message:
  -----------
  Add json print utility in the testing module


  Commit: 5041309fb0c380b2a130de1c392fe6caa5742a7d
      
https://github.com/STEllAR-GROUP/hpx/commit/5041309fb0c380b2a130de1c392fe6caa5742a7d
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tests/performance/local/future_overhead_report.cpp

  Log Message:
  -----------
  Adapt the future_overhead_report test


  Commit: eb8af01caf999ff69b295c65fe7209aae0ebc615
      
https://github.com/STEllAR-GROUP/hpx/commit/eb8af01caf999ff69b295c65fe7209aae0ebc615
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/perftest/__init__.py

  Log Message:
  -----------
  Change the run script to run future_overhead_report


  Commit: e1e793830bc53b0d7c5554d59adc4ed40522e27d
      
https://github.com/STEllAR-GROUP/hpx/commit/e1e793830bc53b0d7c5554d59adc4ed40522e27d
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/.codespell_whitelist
    M tools/perftests_ci/CMakeLists.txt
    M tools/perftests_ci/driver.py
    M tools/perftests_ci/perftest/__init__.py
    M tools/perftests_ci/perftest/html.py
    M tools/perftests_ci/perftest/plot.py
    M tools/perftests_ci/pyutils/__init__.py
    M tools/perftests_ci/pyutils/args.py
    M tools/perftests_ci/pyutils/buildinfo.py.in
    M tools/perftests_ci/pyutils/default_vars.py
    M tools/perftests_ci/pyutils/env.py
    M tools/perftests_ci/pyutils/log.py
    M tools/perftests_ci/pyutils/runtools.py
    M tools/perftests_ci/test/__init__.py

  Log Message:
  -----------
  Fix some of the Codacy, spellcheck and inspect warnings


  Commit: 72d1effe85440cee715143dfea4acbf23cd2ee9c
      
https://github.com/STEllAR-GROUP/hpx/commit/72d1effe85440cee715143dfea4acbf23cd2ee9c
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs/env-perftests.sh

  Log Message:
  -----------
  Make the env script verbose


  Commit: 536184afd8a3f28836a1cfcbed07ed115b524acf
      
https://github.com/STEllAR-GROUP/hpx/commit/536184afd8a3f28836a1cfcbed07ed115b524acf
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/driver.py

  Log Message:
  -----------
  Create the hierarchy of dirs of the output file


  Commit: 65a001d677e81acefecfbcc7af87fa0e4cce612e
      
https://github.com/STEllAR-GROUP/hpx/commit/65a001d677e81acefecfbcc7af87fa0e4cce612e
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M 
tools/perftests_ci/perftest/references/daint_default/local-priority-fifo.json

  Log Message:
  -----------
  Update reference data


  Commit: bf161191efee847a68f148765d770891c6eb52b7
      
https://github.com/STEllAR-GROUP/hpx/commit/bf161191efee847a68f148765d770891c6eb52b7
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs/perftests/setup_perftests.sh

  Log Message:
  -----------
  Add the jenkins testing script


  Commit: 50678038f02162cb48a3459a3e9e2229974a2976
      
https://github.com/STEllAR-GROUP/hpx/commit/50678038f02162cb48a3459a3e9e2229974a2976
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M CMakeLists.txt
    M tools/CMakeLists.txt

  Log Message:
  -----------
  Make the perftest_ci be enabled with benchmarks


  Commit: eef0c02db3cb63681bfc5fe6a51173b839ee5632
      
https://github.com/STEllAR-GROUP/hpx/commit/eef0c02db3cb63681bfc5fe6a51173b839ee5632
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs/perftests/Jenkinsfile
    M .jenkins/cscs/perftests/setup_perftests.sh

  Log Message:
  -----------
  Cleanup before run


  Commit: 73a829ad12c7cdb918da3ffe031a1f61c3fc8362
      
https://github.com/STEllAR-GROUP/hpx/commit/73a829ad12c7cdb918da3ffe031a1f61c3fc8362
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/pyutils/env.py

  Log Message:
  -----------
  Change the bash command to bash -l to use module


  Commit: 64ded62afe70e7be36fa8f507a52a3f4853ec6b6
      
https://github.com/STEllAR-GROUP/hpx/commit/64ded62afe70e7be36fa8f507a52a3f4853ec6b6
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs/perftests/setup_perftests.sh

  Log Message:
  -----------
  Tmp! use the initial sources and no copy to /dev/shm

The right thing to do is to change the invocation of the envfile
to run in the same srun as the ninja run


  Commit: 2e16767db1bd534d9ed59bb26beaeb43985c3030
      
https://github.com/STEllAR-GROUP/hpx/commit/2e16767db1bd534d9ed59bb26beaeb43985c3030
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs/perftests/Jenkinsfile
    A .jenkins/cscs/perftests/batch.sh
    A .jenkins/cscs/perftests/entry.sh
    M .jenkins/cscs/perftests/setup_perftests.sh

  Log Message:
  -----------
  New strategy use sbatch as not enough memory to build on login node


  Commit: b617af23313d1b4dcab640c3f6a21985454b0234
      
https://github.com/STEllAR-GROUP/hpx/commit/b617af23313d1b4dcab640c3f6a21985454b0234
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/driver.py
    M tools/perftests_ci/pyutils/env.py

  Log Message:
  -----------
  Add Ninja as a generator + fix cmake options


  Commit: edc7987e5b387315c53c701c64a07e24c1d74d69
      
https://github.com/STEllAR-GROUP/hpx/commit/edc7987e5b387315c53c701c64a07e24c1d74d69
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs/env-perftests.sh

  Log Message:
  -----------
  Make the sourcing of the env less verbose


  Commit: b88cc42854b0267ca62928f0c14dc06512914ca1
      
https://github.com/STEllAR-GROUP/hpx/commit/b88cc42854b0267ca62928f0c14dc06512914ca1
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/driver.py

  Log Message:
  -----------
  Add max CPU count to 72 during configuration


  Commit: 0f45d410583ecfbcef58de4e451883cc05f09bc6
      
https://github.com/STEllAR-GROUP/hpx/commit/0f45d410583ecfbcef58de4e451883cc05f09bc6
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    A .jenkins/cscs-perftests/Jenkinsfile
    A .jenkins/cscs-perftests/batch.sh
    A .jenkins/cscs-perftests/entry.sh
    A .jenkins/cscs-perftests/env-perftests.sh
    A .jenkins/cscs-perftests/setup_perftests.sh
    A .jenkins/cscs-perftests/slurm-constraint-perftests.sh
    R .jenkins/cscs/env-perftests.sh
    R .jenkins/cscs/perftests/Jenkinsfile
    R .jenkins/cscs/perftests/batch.sh
    R .jenkins/cscs/perftests/entry.sh
    R .jenkins/cscs/perftests/setup_perftests.sh
    R .jenkins/cscs/slurm-constraint-perftests.sh

  Log Message:
  -----------
  Move the perftests file in another directory

Necessary to do another cmake project to upload the results


  Commit: 7ee3daa103745435e95c1ff8d9b01d099aaec540
      
https://github.com/STEllAR-GROUP/hpx/commit/7ee3daa103745435e95c1ff8d9b01d099aaec540
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/batch.sh
    A .jenkins/cscs-perftests/ctest.cmake

  Log Message:
  -----------
  Add ctest step to upload the results to CDash


  Commit: 1f6d1ddb0edfadda9cb9fd09579a37ed5f2f09cd
      
https://github.com/STEllAR-GROUP/hpx/commit/1f6d1ddb0edfadda9cb9fd09579a37ed5f2f09cd
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    R .jenkins/cscs-perftests/setup_perftests.sh

  Log Message:
  -----------
  Remove the setup_perftests script


  Commit: e6dfefa9f93b5d744aeecddacb0d11bdf4323ab8
      
https://github.com/STEllAR-GROUP/hpx/commit/e6dfefa9f93b5d744aeecddacb0d11bdf4323ab8
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/batch.sh

  Log Message:
  -----------
  Change the ctest_status handling


  Commit: b9175631eb4c0831a70f48aa61f1c05bbe84ca7b
      
https://github.com/STEllAR-GROUP/hpx/commit/b9175631eb4c0831a70f48aa61f1c05bbe84ca7b
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/batch.sh

  Log Message:
  -----------
  Do a trap to cleanup even if failed


  Commit: 27c019730a215fdaeec507f2deb422743be936d4
      
https://github.com/STEllAR-GROUP/hpx/commit/27c019730a215fdaeec507f2deb422743be936d4
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/ctest.cmake

  Log Message:
  -----------
  Adapt the ctest update step


  Commit: a355aa5a08f61fa45fdd2b98a63efb35cc2e86bd
      
https://github.com/STEllAR-GROUP/hpx/commit/a355aa5a08f61fa45fdd2b98a63efb35cc2e86bd
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/batch.sh

  Log Message:
  -----------
  Add a virtual env to load the python packages needed


  Commit: 9f9144779e62d1816d1b3bdfbf89563a8f07d439
      
https://github.com/STEllAR-GROUP/hpx/commit/9f9144779e62d1816d1b3bdfbf89563a8f07d439
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/perftest/plot.py

  Log Message:
  -----------
  Solve boundary problem in python script

when classification is of size 1.


  Commit: 59cda887b4738f9960c74e5474e2d77df961241c
      
https://github.com/STEllAR-GROUP/hpx/commit/59cda887b4738f9960c74e5474e2d77df961241c
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/perftest/plot.py

  Log Message:
  -----------
  Replace some remaining gridtools


  Commit: 9995ebd859bac902027485fef04fda377a4b724b
      
https://github.com/STEllAR-GROUP/hpx/commit/9995ebd859bac902027485fef04fda377a4b724b
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/Jenkinsfile

  Log Message:
  -----------
  Archive reports as artifacts


  Commit: 1f2f29ffa1ef64a71e6f06bfbaba8ead9e1b1d7f
      
https://github.com/STEllAR-GROUP/hpx/commit/1f2f29ffa1ef64a71e6f06bfbaba8ead9e1b1d7f
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/driver.py
    M tools/perftests_ci/perftest/html.py
    M tools/perftests_ci/requirements.txt
    M tools/perftests_ci/test/__init__.py

  Log Message:
  -----------
  Fix warning codacy + vulnerability to xml attacks


  Commit: 5ae83aa2d5f6b51f60af2965ca5775e5c3913f92
      
https://github.com/STEllAR-GROUP/hpx/commit/5ae83aa2d5f6b51f60af2965ca5775e5c3913f92
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    A .codacy.yml

  Log Message:
  -----------
  Add a codacy config file to ignore the python perftests ci code

This causes otherwise problems as codacy demands to have a docstring
at the beginning of the file whereas inspect requires a copyright at
the beginning of the file.


  Commit: b21827e147f0fd7c0d5cc4f09f3da8845a8cae43
      
https://github.com/STEllAR-GROUP/hpx/commit/b21827e147f0fd7c0d5cc4f09f3da8845a8cae43
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/pyutils/env.py

  Log Message:
  -----------
  Fix the name of the cluster since now ran on sbatch


  Commit: 950d5785585914591d591f940138ff8418fba060
      
https://github.com/STEllAR-GROUP/hpx/commit/950d5785585914591d591f940138ff8418fba060
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/batch.sh

  Log Message:
  -----------
  Move the json to be in the artifacts


  Commit: 54a1d9bf9a00ac0ca677390a17acdb608561a25a
      
https://github.com/STEllAR-GROUP/hpx/commit/54a1d9bf9a00ac0ca677390a17acdb608561a25a
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/requirements.txt

  Log Message:
  -----------
  Add no-inspect to the pip requirements file


  Commit: f8fdb0053eb72c51653cb16b922293bdaef9f15c
      
https://github.com/STEllAR-GROUP/hpx/commit/f8fdb0053eb72c51653cb16b922293bdaef9f15c
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M CTestConfig.cmake

  Log Message:
  -----------
  Simplify CTestConfig.cmake


  Commit: 0f388e463c9c3fff4272c87808a24b68a244abde
      
https://github.com/STEllAR-GROUP/hpx/commit/0f388e463c9c3fff4272c87808a24b68a244abde
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    A tools/perftests_ci/local_run.sh

  Log Message:
  -----------
  Add local_run.sh to run locally on daint


  Commit: 2cb4585a2e0dabac711a1b0ba0ac1f52c85ddcec
      
https://github.com/STEllAR-GROUP/hpx/commit/2cb4585a2e0dabac711a1b0ba0ac1f52c85ddcec
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M 
tools/perftests_ci/perftest/references/daint_default/local-priority-fifo.json

  Log Message:
  -----------
  Update reference


  Commit: d4a4b25bba721a70680184031645dfe961148a3e
      
https://github.com/STEllAR-GROUP/hpx/commit/d4a4b25bba721a70680184031645dfe961148a3e
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/perftest/plot.py

  Log Message:
  -----------
  Replace hpx with project name


  Commit: 11d92b9e082b2cce2a9babd623caa60b3931841c
      
https://github.com/STEllAR-GROUP/hpx/commit/11d92b9e082b2cce2a9babd623caa60b3931841c
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/batch.sh
    M 
tools/perftests_ci/perftest/references/daint_default/local-priority-fifo.json

  Log Message:
  -----------
  Add more repetitions to stabilize the result

Update the reference accordingly.


  Commit: 6ed2077fe16ae37dcd8ec32e4581401f22dbe12b
      
https://github.com/STEllAR-GROUP/hpx/commit/6ed2077fe16ae37dcd8ec32e4581401f22dbe12b
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/driver.py

  Log Message:
  -----------
  Disable timer_pool and io_pool


  Commit: 3d6b89cd7017e723743c46ea53112d6065550c1d
      
https://github.com/STEllAR-GROUP/hpx/commit/3d6b89cd7017e723743c46ea53112d6065550c1d
  Author: aurianer <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/env-perftests.sh
    M tools/perftests_ci/driver.py

  Log Message:
  -----------
  Use jemalloc for the perftests


  Commit: bae7268fefa7874167390694f7508e853903dddb
      
https://github.com/STEllAR-GROUP/hpx/commit/bae7268fefa7874167390694f7508e853903dddb
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tests/performance/local/future_overhead_report.cpp

  Log Message:
  -----------
  Add create_thread_hierarchical_placement perf test


  Commit: 7d92e9f491e12af5a0df2a7cfb6aec99236e8d39
      
https://github.com/STEllAR-GROUP/hpx/commit/7d92e9f491e12af5a0df2a7cfb6aec99236e8d39
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/batch.sh
    M tools/perftests_ci/driver.py
    M tools/perftests_ci/perftest/plot.py

  Log Message:
  -----------
  Make CI fail when the perf is bad or unknown


  Commit: c0048810d64250a70c9cbabf4ad0022e7389a221
      
https://github.com/STEllAR-GROUP/hpx/commit/c0048810d64250a70c9cbabf4ad0022e7389a221
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tests/performance/local/future_overhead_report.cpp

  Log Message:
  -----------
  Remove unused performance tests


  Commit: 2c248b34581af395f115e65aceb4283297f6e00d
      
https://github.com/STEllAR-GROUP/hpx/commit/2c248b34581af395f115e65aceb4283297f6e00d
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/batch.sh

  Log Message:
  -----------
  Move the logfile in the build directory


  Commit: 6dd94cd031dcd6e511d95be568d7bc0b6f7cde03
      
https://github.com/STEllAR-GROUP/hpx/commit/6dd94cd031dcd6e511d95be568d7bc0b6f7cde03
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/CMakeLists.txt

  Log Message:
  -----------
  Remove the cmake copy of the python files

This was introduced in the initial commit but is not necessary now
since we copy the files in the batch.sh script


  Commit: 5b4e16a8152523113c7aeba60940552d3d17e648
      
https://github.com/STEllAR-GROUP/hpx/commit/5b4e16a8152523113c7aeba60940552d3d17e648
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tools/perftests_ci/perftest/html.py

  Log Message:
  -----------
  Add max-width to limit size of the img in report


  Commit: 43f78629c62f67c69db98afb186fdac9c0e258f4
      
https://github.com/STEllAR-GROUP/hpx/commit/43f78629c62f67c69db98afb186fdac9c0e258f4
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/batch.sh
    M libs/core/testing/CMakeLists.txt
    M libs/core/testing/include/hpx/modules/testing.hpp
    A libs/core/testing/include/hpx/testing/performance.hpp
    A libs/core/testing/src/performance.cpp
    M libs/core/testing/src/testing.cpp

  Log Message:
  -----------
  Move the json perftests utility to a separate header


  Commit: cd80e27f0bc389655b1f2db164dab8439df03130
      
https://github.com/STEllAR-GROUP/hpx/commit/cd80e27f0bc389655b1f2db164dab8439df03130
  Author: Auriane R <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .jenkins/cscs-perftests/entry.sh

  Log Message:
  -----------
  Remove the extra status showing an invalid cdash id


  Commit: accd74c55ab04904ff42ff63c28152bd21801a41
      
https://github.com/STEllAR-GROUP/hpx/commit/accd74c55ab04904ff42ff63c28152bd21801a41
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .circleci/config.yml
    M .github/workflows/linux_debug.yml
    M .github/workflows/linux_hip.yml
    M .github/workflows/linux_release_fetchcontent.yml
    M .github/workflows/linux_sanitizers.yml
    M .github/workflows/macos_debug.yml
    M .github/workflows/windows_debug.yml
    M .github/workflows/windows_release.yml
    M .jenkins/cscs/env-clang-10.sh
    M .jenkins/cscs/env-clang-8.sh
    M .jenkins/cscs/env-clang-9.sh
    M .jenkins/cscs/env-clang-apex.sh
    M .jenkins/cscs/env-clang-cuda.sh
    M .jenkins/cscs/env-clang-newest.sh
    M .jenkins/cscs/env-clang-oldest.sh
    M .jenkins/cscs/env-gcc-10.sh
    M .jenkins/cscs/env-gcc-cuda.sh
    M .jenkins/cscs/env-gcc-newest.sh
    M .jenkins/cscs/env-gcc-oldest.sh
    M .jenkins/cscs/env-icc.sh
    M .jenkins/lsu/env-clang-9.sh
    M .jenkins/lsu/env-gcc-8.sh
    M .jenkins/lsu/env-gcc-9-cuda-11.sh
    M .jenkins/lsu/env-gcc-9.sh
    M .jenkins/lsu/env-hipcc.sh
    M CMakeLists.txt
    A cmake/FindAsio.cmake
    M cmake/HPX_SetupAsio.cmake
    M cmake/templates/HPXConfig.cmake.in
    M libs/core/asio/CMakeLists.txt
    M libs/core/debugging/CMakeLists.txt
    M libs/core/io_service/CMakeLists.txt
    M libs/core/threading_base/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #5382 from msimberg/prefer-installed-asio

Prefer installed Asio before considering FetchContent


  Commit: 1d9998e1c6184d3241be3f70105470ba2037ec58
      
https://github.com/STEllAR-GROUP/hpx/commit/1d9998e1c6184d3241be3f70105470ba2037ec58
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M 
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp

  Log Message:
  -----------
  Merge pull request #5399 from STEllAR-GROUP/msimberg-patch-4

Rename leftover tag_fallback_invoke to tag_fallback_dispatch


  Commit: 0faa1f473a141a166dc6e611b8efaa52d7fa5431
      
https://github.com/STEllAR-GROUP/hpx/commit/0faa1f473a141a166dc6e611b8efaa52d7fa5431
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    A .codacy.yml
    A .jenkins/cscs-perftests/Jenkinsfile
    A .jenkins/cscs-perftests/batch.sh
    A .jenkins/cscs-perftests/ctest.cmake
    A .jenkins/cscs-perftests/entry.sh
    A .jenkins/cscs-perftests/env-perftests.sh
    A .jenkins/cscs-perftests/slurm-constraint-perftests.sh
    M CMakeLists.txt
    M CTestConfig.cmake
    M libs/core/testing/CMakeLists.txt
    M libs/core/testing/include/hpx/modules/testing.hpp
    A libs/core/testing/include/hpx/testing/performance.hpp
    A libs/core/testing/src/performance.cpp
    M libs/core/testing/src/testing.cpp
    M tests/performance/local/CMakeLists.txt
    A tests/performance/local/future_overhead_report.cpp
    M tools/.codespell_whitelist
    M tools/CMakeLists.txt
    A tools/perftests_ci/CMakeLists.txt
    A tools/perftests_ci/build/__init__.py
    A tools/perftests_ci/driver.py
    A tools/perftests_ci/local_run.sh
    A tools/perftests_ci/perftest/__init__.py
    A tools/perftests_ci/perftest/html.py
    A tools/perftests_ci/perftest/plot.py
    A 
tools/perftests_ci/perftest/references/daint_default/local-priority-fifo.json
    A tools/perftests_ci/pyutils/__init__.py
    A tools/perftests_ci/pyutils/args.py
    A tools/perftests_ci/pyutils/buildinfo.py.in
    A tools/perftests_ci/pyutils/default_vars.py
    A tools/perftests_ci/pyutils/env.py
    A tools/perftests_ci/pyutils/log.py
    A tools/perftests_ci/pyutils/runtools.py
    A tools/perftests_ci/requirements.txt
    A tools/perftests_ci/test/__init__.py

  Log Message:
  -----------
  Merge pull request #5044 from aurianer/perftest_ci

Add performance test in jenkins and reports


  Commit: 1fde9ae1cbbd7eefa00a0615a74759898130f73b
      
https://github.com/STEllAR-GROUP/hpx/commit/1fde9ae1cbbd7eefa00a0615a74759898130f73b
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M .circleci/config.yml
    A .codacy.yml
    M .github/workflows/linux_debug.yml
    M .github/workflows/linux_hip.yml
    M .github/workflows/linux_release_fetchcontent.yml
    M .github/workflows/linux_sanitizers.yml
    M .github/workflows/macos_debug.yml
    M .github/workflows/windows_debug.yml
    M .github/workflows/windows_release.yml
    A .jenkins/cscs-perftests/Jenkinsfile
    A .jenkins/cscs-perftests/batch.sh
    A .jenkins/cscs-perftests/ctest.cmake
    A .jenkins/cscs-perftests/entry.sh
    A .jenkins/cscs-perftests/env-perftests.sh
    A .jenkins/cscs-perftests/slurm-constraint-perftests.sh
    M .jenkins/cscs/env-clang-10.sh
    M .jenkins/cscs/env-clang-8.sh
    M .jenkins/cscs/env-clang-9.sh
    M .jenkins/cscs/env-clang-apex.sh
    M .jenkins/cscs/env-clang-cuda.sh
    M .jenkins/cscs/env-clang-newest.sh
    M .jenkins/cscs/env-clang-oldest.sh
    M .jenkins/cscs/env-gcc-10.sh
    M .jenkins/cscs/env-gcc-cuda.sh
    M .jenkins/cscs/env-gcc-newest.sh
    M .jenkins/cscs/env-gcc-oldest.sh
    M .jenkins/cscs/env-icc.sh
    M .jenkins/lsu/env-clang-9.sh
    M .jenkins/lsu/env-gcc-8.sh
    M .jenkins/lsu/env-gcc-9-cuda-11.sh
    M .jenkins/lsu/env-gcc-9.sh
    M .jenkins/lsu/env-hipcc.sh
    M CMakeLists.txt
    M CTestConfig.cmake
    A cmake/FindAsio.cmake
    M cmake/HPX_SetupAsio.cmake
    M cmake/templates/HPXConfig.cmake.in
    M libs/core/asio/CMakeLists.txt
    M libs/core/debugging/CMakeLists.txt
    M libs/core/io_service/CMakeLists.txt
    M 
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
    M libs/core/testing/CMakeLists.txt
    M libs/core/testing/include/hpx/modules/testing.hpp
    A libs/core/testing/include/hpx/testing/performance.hpp
    A libs/core/testing/src/performance.cpp
    M libs/core/testing/src/testing.cpp
    M libs/core/threading_base/CMakeLists.txt
    M 
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
    M tests/performance/local/CMakeLists.txt
    A tests/performance/local/future_overhead_report.cpp
    M tools/.codespell_whitelist
    M tools/CMakeLists.txt
    A tools/perftests_ci/CMakeLists.txt
    A tools/perftests_ci/build/__init__.py
    A tools/perftests_ci/driver.py
    A tools/perftests_ci/local_run.sh
    A tools/perftests_ci/perftest/__init__.py
    A tools/perftests_ci/perftest/html.py
    A tools/perftests_ci/perftest/plot.py
    A 
tools/perftests_ci/perftest/references/daint_default/local-priority-fifo.json
    A tools/perftests_ci/pyutils/__init__.py
    A tools/perftests_ci/pyutils/args.py
    A tools/perftests_ci/pyutils/buildinfo.py.in
    A tools/perftests_ci/pyutils/default_vars.py
    A tools/perftests_ci/pyutils/env.py
    A tools/perftests_ci/pyutils/log.py
    A tools/perftests_ci/pyutils/runtools.py
    A tools/perftests_ci/requirements.txt
    A tools/perftests_ci/test/__init__.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into release


  Commit: eb660703971bf85e54f36ffae3f66462f62c7712
      
https://github.com/STEllAR-GROUP/hpx/commit/eb660703971bf85e54f36ffae3f66462f62c7712
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Update version tag to rc2 for 1.7.0


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/13a660ded727...eb660703971b
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to