Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 014e99c249b3606d08191614d77e2e9f9681061a
https://github.com/STEllAR-GROUP/hpx/commit/014e99c249b3606d08191614d77e2e9f9681061a
Author: Mikael Simberg <[email protected]>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M CMakeLists.txt
M examples/1d_stencil/1d_stencil_1.cpp
M examples/1d_stencil/1d_stencil_1_omp.cpp
M examples/1d_stencil/1d_stencil_2.cpp
M examples/1d_stencil/1d_stencil_3.cpp
M examples/1d_stencil/1d_stencil_3_omp.cpp
M examples/1d_stencil/1d_stencil_4.cpp
M examples/1d_stencil/1d_stencil_4_parallel.cpp
M examples/1d_stencil/CMakeLists.txt
M examples/1d_stencil/print_time_results.hpp
M examples/jacobi_smp/CMakeLists.txt
M examples/jacobi_smp/jacobi.cpp
M examples/jacobi_smp/jacobi_nonuniform_omp.hpp
M examples/jacobi_smp/jacobi_omp.hpp
M examples/quickstart/CMakeLists.txt
M examples/quickstart/customize_async.cpp
M examples/quickstart/disable_thread_stealing_executor.cpp
M examples/quickstart/enumerate_threads.cpp
M examples/quickstart/event_synchronization.cpp
M examples/quickstart/local_channel.cpp
M examples/quickstart/local_channel_docs.cpp
M examples/quickstart/pipeline1.cpp
M examples/quickstart/potpourri.cpp
M examples/quickstart/shared_mutex.cpp
M examples/quickstart/simple_future_continuation.cpp
M examples/quickstart/sort_by_key_demo.cpp
M examples/quickstart/timed_futures.cpp
M examples/quickstart/vector_counting_dotproduct.cpp
M examples/quickstart/vector_zip_dotproduct.cpp
M libs/core/functional/tests/regressions/CMakeLists.txt
A libs/core/functional/tests/regressions/is_callable_1179.cpp
A libs/core/functional/tests/regressions/protect_with_nullary_pfo.cpp
M libs/core/functional/tests/unit/CMakeLists.txt
A libs/core/functional/tests/unit/function_object_size.cpp
A libs/core/functional/tests/unit/is_invocable.cpp
M tests/performance/local/CMakeLists.txt
M tests/performance/local/hpx_heterogeneous_timed_task_spawn.cpp
M tests/performance/local/openmp_homogeneous_timed_task_spawn.cpp
M tests/performance/local/openmp_parallel_region.cpp
M tests/performance/local/parent_vs_child_stealing.cpp
M tests/performance/local/skynet.cpp
M tests/performance/local/transform_reduce_binary_scaling.cpp
M tests/performance/local/wait_all_timings.cpp
M tests/regressions/CMakeLists.txt
M tests/regressions/threads/CMakeLists.txt
M tests/regressions/threads/thread_rescheduling.cpp
R tests/regressions/traits/CMakeLists.txt
R tests/regressions/traits/is_callable_1179.cpp
M tests/regressions/util/CMakeLists.txt
R tests/regressions/util/protect_with_nullary_pfo.cpp
M tests/unit/CMakeLists.txt
R tests/unit/traits/CMakeLists.txt
R tests/unit/traits/is_invocable.cpp
M tests/unit/util/CMakeLists.txt
R tests/unit/util/function/CMakeLists.txt
R tests/unit/util/function/function_object_size.cpp
Log Message:
-----------
Make more tests compilable with the local runtime
Commit: e1d38e50666475950ac133764bd237c9ffefb2f3
https://github.com/STEllAR-GROUP/hpx/commit/e1d38e50666475950ac133764bd237c9ffefb2f3
Author: Mikael Simberg <[email protected]>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M .jenkins/cscs/env-gcc-cuda.sh
Log Message:
-----------
Enable OpenMP examples in CI
Commit: 814653cefef72b1deec284e5bb04ff728cc2dc4f
https://github.com/STEllAR-GROUP/hpx/commit/814653cefef72b1deec284e5bb04ff728cc2dc4f
Author: Mikael Simberg <[email protected]>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M .jenkins/cscs/env-gcc-cuda.sh
M CMakeLists.txt
M examples/1d_stencil/1d_stencil_1.cpp
M examples/1d_stencil/1d_stencil_1_omp.cpp
M examples/1d_stencil/1d_stencil_2.cpp
M examples/1d_stencil/1d_stencil_3.cpp
M examples/1d_stencil/1d_stencil_3_omp.cpp
M examples/1d_stencil/1d_stencil_4.cpp
M examples/1d_stencil/1d_stencil_4_parallel.cpp
M examples/1d_stencil/CMakeLists.txt
M examples/1d_stencil/print_time_results.hpp
M examples/jacobi_smp/CMakeLists.txt
M examples/jacobi_smp/jacobi.cpp
M examples/jacobi_smp/jacobi_nonuniform_omp.hpp
M examples/jacobi_smp/jacobi_omp.hpp
M examples/quickstart/CMakeLists.txt
M examples/quickstart/customize_async.cpp
M examples/quickstart/disable_thread_stealing_executor.cpp
M examples/quickstart/enumerate_threads.cpp
M examples/quickstart/event_synchronization.cpp
M examples/quickstart/local_channel.cpp
M examples/quickstart/local_channel_docs.cpp
M examples/quickstart/pipeline1.cpp
M examples/quickstart/potpourri.cpp
M examples/quickstart/shared_mutex.cpp
M examples/quickstart/simple_future_continuation.cpp
M examples/quickstart/sort_by_key_demo.cpp
M examples/quickstart/timed_futures.cpp
M examples/quickstart/vector_counting_dotproduct.cpp
M examples/quickstart/vector_zip_dotproduct.cpp
M libs/core/functional/tests/regressions/CMakeLists.txt
A libs/core/functional/tests/regressions/is_callable_1179.cpp
A libs/core/functional/tests/regressions/protect_with_nullary_pfo.cpp
M libs/core/functional/tests/unit/CMakeLists.txt
A libs/core/functional/tests/unit/function_object_size.cpp
A libs/core/functional/tests/unit/is_invocable.cpp
M tests/performance/local/CMakeLists.txt
M tests/performance/local/hpx_heterogeneous_timed_task_spawn.cpp
M tests/performance/local/openmp_homogeneous_timed_task_spawn.cpp
M tests/performance/local/openmp_parallel_region.cpp
M tests/performance/local/parent_vs_child_stealing.cpp
M tests/performance/local/skynet.cpp
M tests/performance/local/transform_reduce_binary_scaling.cpp
M tests/performance/local/wait_all_timings.cpp
M tests/regressions/CMakeLists.txt
M tests/regressions/threads/CMakeLists.txt
M tests/regressions/threads/thread_rescheduling.cpp
R tests/regressions/traits/CMakeLists.txt
R tests/regressions/traits/is_callable_1179.cpp
M tests/regressions/util/CMakeLists.txt
R tests/regressions/util/protect_with_nullary_pfo.cpp
M tests/unit/CMakeLists.txt
R tests/unit/traits/CMakeLists.txt
R tests/unit/traits/is_invocable.cpp
M tests/unit/util/CMakeLists.txt
R tests/unit/util/function/CMakeLists.txt
R tests/unit/util/function/function_object_size.cpp
Log Message:
-----------
Merge pull request #5560 from msimberg/more-local-tests
Update tests and examples
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/2f76325803aa...814653cefef7
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits