[hpx-commits] [STEllAR-GROUP/hpx] 7fb168: add jsrun in runwrapper

2020-02-14 Thread wei
  Branch: refs/heads/add_jsrun
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 7fb1687b58d2f50c3f1f2742c85db981b0ed63f4
  
https://github.com/STEllAR-GROUP/hpx/commit/7fb1687b58d2f50c3f1f2742c85db981b0ed63f4
  Author: Weile 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M cmake/templates/hpxrun.py.in

  Log Message:
  ---
  add jsrun in runwrapper


  Commit: cce245f71eb1d1ab3679d27a5fe3457a5cdb0fdc
  
https://github.com/STEllAR-GROUP/hpx/commit/cce245f71eb1d1ab3679d27a5fe3457a5cdb0fdc
  Author: Weile 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M .circleci/config.yml
M CMakeLists.txt
M cmake/HPX_DetectCppDialect.cmake
M cmake/HPX_GeneratePackageUtils.cmake
M cmake/HPX_SetupCUDA.cmake
M cmake/HPX_UpdateGitDocs.cmake
M cmake/templates/hpxrun.py.in
M cmake/toolchains/Cray.cmake
M cmake/toolchains/CrayKNL.cmake
M cmake/toolchains/CrayKNLStatic.cmake
M cmake/toolchains/CrayStatic.cmake
M examples/transpose/transpose_serial.cpp
M examples/transpose/transpose_serial_block.cpp
M examples/transpose/transpose_serial_vector.cpp
M hpx/hpx_init.hpp
M hpx/hpx_init_impl.hpp
M hpx/hpx_start.hpp
M hpx/hpx_start_impl.hpp
M hpx/runtime.hpp
M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M libs/compute_cuda/examples/cuda_future_helper.h
M libs/coroutines/src/swapcontext.s
M libs/coroutines/src/swapcontext32.ipp
M libs/coroutines/src/swapcontext64.s
M libs/program_options/examples/config_file_types.cpp
M libs/program_options/examples/options_hierarchy.cpp
M libs/program_options/include/hpx/program_options/parsers.hpp
M libs/program_options/src/split.cpp
M libs/program_options/src/variables_map.cpp
M libs/program_options/tests/unit/boost_program_options.cpp
M libs/program_options/tests/unit/cmdline.cpp
M libs/resource_partitioner/examples/async_customization.cpp
M libs/resource_partitioner/examples/guided_pool_test.cpp
M libs/resource_partitioner/examples/simple_resource_partitioner.cpp
M libs/resource_partitioner/examples/simplest_resource_partitioner_1.cpp
M libs/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
M libs/resource_partitioner/include/hpx/resource_partitioner/partitioner.hpp
M libs/resource_partitioner/src/partitioner.cpp
M libs/resource_partitioner/tests/unit/named_pool_executor.cpp
M libs/resource_partitioner/tests/unit/resource_partitioner_info.cpp
M libs/resource_partitioner/tests/unit/used_pus.cpp
M libs/serialization/include/hpx/serialization/access.hpp
M plugins/parcelport/libfabric/header.hpp
M plugins/parcelport/libfabric/rma_receiver.hpp
M plugins/parcelport/libfabric/sender.hpp
M plugins/parcelport/rma_memory_pool.hpp
M plugins/parcelport/verbs/rdma/verbs_endpoint.hpp
R python/hpx/__init__.py
R python/hpx/environment.py
R python/hpx/path.py
R python/hpx/process.py
R python/scripts/hpx_environment.py
R python/scripts/hpx_invoke.py
R python/scripts/hpx_optsweep.py
R python/scripts/hpx_run_test.py
M src/CMakeLists.txt
M src/hpx_init.cpp
M tests/performance/network/network_storage/instructions.md
M tests/unit/resource/cross_pool_injection.cpp
M tests/unit/resource/scheduler_priority_check.cpp
M tests/unit/topology/numa_allocator.cpp
M tools/.codespell_whitelist
M tools/build_boost.sh
M tools/gdb/hpx.py
M tools/inspect/doc/inspect.qbk

  Log Message:
  ---
  Merge branch 'master' of https://github.com/STEllAR-GROUP/hpx


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/7fb1687b58d2%5E...cce245f71eb1
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] ce728a: Fix roll_release.sh

2020-02-14 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-5
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: ce728a3632cf537a93cae30cd8198aaf30ccafea
  
https://github.com/STEllAR-GROUP/hpx/commit/ce728a3632cf537a93cae30cd8198aaf30ccafea
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M tools/roll_release.sh

  Log Message:
  ---
  Fix roll_release.sh

Not pushing the created tag explicitly leads to the `hub` command creating the 
tag instead on the release branch.


___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx]

2020-02-14 Thread Mikael Simberg
  Branch: refs/tags/1.4.1
  Home:   https://github.com/STEllAR-GROUP/hpx
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx]

2020-02-14 Thread Mikael Simberg
  Branch: refs/tags/1.4.1-rc1
  Home:   https://github.com/STEllAR-GROUP/hpx
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx]

2020-02-14 Thread Mikael Simberg
  Branch: refs/tags/1.4.1
  Home:   https://github.com/STEllAR-GROUP/hpx
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx]

2020-02-14 Thread Mikael Simberg
  Branch: refs/tags/1.4.1-rc2
  Home:   https://github.com/STEllAR-GROUP/hpx
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] 070a10: Fix pushing of release tag

2020-02-14 Thread Mikael Simberg
  Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 070a109c1bb50cc2065a67ba913bc421459adc6d
  
https://github.com/STEllAR-GROUP/hpx/commit/070a109c1bb50cc2065a67ba913bc421459adc6d
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M tools/roll_release.sh

  Log Message:
  ---
  Fix pushing of release tag


  Commit: fe0326e17ffdf0c8c223219037789faf72c446b1
  
https://github.com/STEllAR-GROUP/hpx/commit/fe0326e17ffdf0c8c223219037789faf72c446b1
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  Update version to 1.4.1-rc2


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/b59463ce21d4...fe0326e17ffd
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] e229cf: Update whitelist and fix more typos

2020-02-14 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: e229cf254ee18905df285282eadd5f849314067a
  
https://github.com/STEllAR-GROUP/hpx/commit/e229cf254ee18905df285282eadd5f849314067a
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M .circleci/config.yml
M cmake/HPX_DetectCppDialect.cmake
M cmake/HPX_GeneratePackageUtils.cmake
M cmake/HPX_UpdateGitDocs.cmake
M cmake/templates/hpxrun.py.in
M cmake/toolchains/Cray.cmake
M cmake/toolchains/CrayKNL.cmake
M cmake/toolchains/CrayKNLStatic.cmake
M cmake/toolchains/CrayStatic.cmake
M examples/transpose/transpose_serial.cpp
M examples/transpose/transpose_serial_block.cpp
M examples/transpose/transpose_serial_vector.cpp
M hpx/runtime.hpp
M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M libs/compute_cuda/examples/cuda_future_helper.h
M libs/coroutines/src/swapcontext.s
M libs/coroutines/src/swapcontext32.ipp
M libs/coroutines/src/swapcontext64.s
M libs/program_options/examples/config_file_types.cpp
M libs/program_options/examples/options_hierarchy.cpp
M libs/program_options/include/hpx/program_options/parsers.hpp
M libs/program_options/src/split.cpp
M libs/program_options/src/variables_map.cpp
M libs/program_options/tests/unit/boost_program_options.cpp
M libs/program_options/tests/unit/cmdline.cpp
M libs/serialization/include/hpx/serialization/access.hpp
M plugins/parcelport/libfabric/header.hpp
M plugins/parcelport/libfabric/rma_receiver.hpp
M plugins/parcelport/libfabric/sender.hpp
M plugins/parcelport/rma_memory_pool.hpp
M plugins/parcelport/verbs/rdma/verbs_endpoint.hpp
M src/CMakeLists.txt
M tests/performance/network/network_storage/instructions.md
M tools/.codespell_whitelist
M tools/build_boost.sh
M tools/gdb/hpx.py
M tools/inspect/doc/inspect.qbk

  Log Message:
  ---
  Update whitelist and fix more typos


  Commit: f9adcb6db5971b5174dfa6685c1586ebec55083d
  
https://github.com/STEllAR-GROUP/hpx/commit/f9adcb6db5971b5174dfa6685c1586ebec55083d
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M .circleci/config.yml

  Log Message:
  ---
  Relax dependencies in CircleCI configuration

Don't require inspect, spellcheck, and docs to attempt install step.


  Commit: 852f45b3302032554567408c0682373cc542df3f
  
https://github.com/STEllAR-GROUP/hpx/commit/852f45b3302032554567408c0682373cc542df3f
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M .circleci/config.yml
M cmake/HPX_DetectCppDialect.cmake
M cmake/HPX_GeneratePackageUtils.cmake
M cmake/HPX_UpdateGitDocs.cmake
M cmake/templates/hpxrun.py.in
M cmake/toolchains/Cray.cmake
M cmake/toolchains/CrayKNL.cmake
M cmake/toolchains/CrayKNLStatic.cmake
M cmake/toolchains/CrayStatic.cmake
M examples/transpose/transpose_serial.cpp
M examples/transpose/transpose_serial_block.cpp
M examples/transpose/transpose_serial_vector.cpp
M hpx/runtime.hpp
M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
M libs/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M libs/compute_cuda/examples/cuda_future_helper.h
M libs/coroutines/src/swapcontext.s
M libs/coroutines/src/swapcontext32.ipp
M libs/coroutines/src/swapcontext64.s
M libs/program_options/examples/config_file_types.cpp
M libs/program_options/examples/options_hierarchy.cpp
M libs/program_options/include/hpx/program_options/parsers.hpp
M libs/program_options/src/split.cpp
M libs/program_options/src/variables_map.cpp
M libs/program_options/tests/unit/boost_program_options.cpp
M libs/program_options/tests/unit/cmdline.cpp
M libs/serialization/include/hpx/serialization/access.hpp
M plugins/parcelport/libfabric/header.hpp
M plugins/parcelport/libfabric/rma_receiver.hpp
M plugins/parcelport/libfabric/sender.hpp
M plugins/parcelport/rma_memory_pool.hpp
M plugins/parcelport/verbs/rdma/verbs_endpoint.hpp
M src/CMakeLists.txt
M tests/performance/network/network_storage/instructions.md
M tools/.codespell_whitelist
M tools/build_boost.sh
M tools/gdb/hpx.py
M tools/inspect/doc/inspect.qbk

  Log Message:
  ---
  Merge pull request #4382 from msimberg/spellcheck

Update spellchecking whitelist and fix more typos


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/cd4f9992053d...852f45b33020
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx]

2020-02-14 Thread Mikael Simberg
  Branch: refs/heads/msimberg-patch-4
  Home:   https://github.com/STEllAR-GROUP/hpx
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits


[hpx-commits] [STEllAR-GROUP/hpx] 30c22e: Fix configuration with CUDA and older CMake versions

2020-02-14 Thread Mikael Simberg
  Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 30c22e3b29ef0ed23d5d379cbbb333874acf5896
  
https://github.com/STEllAR-GROUP/hpx/commit/30c22e3b29ef0ed23d5d379cbbb333874acf5896
  Author: Mikael Simberg 
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
M cmake/HPX_SetupCUDA.cmake

  Log Message:
  ---
  Fix configuration with CUDA and older CMake versions


  Commit: aa59c1bc6e97410a5e7db009feec5693fe0cf4dc
  
https://github.com/STEllAR-GROUP/hpx/commit/aa59c1bc6e97410a5e7db009feec5693fe0cf4dc
  Author: Mikael Simberg 
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
M cmake/HPX_SetupCUDA.cmake

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

Fix configuration with CUDA and older CMake versions


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/852f45b33020...aa59c1bc6e97
___
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits