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

2020-02-17 Thread Mikael Simberg
  Branch: refs/heads/master
  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


  Commit: 13d7583aec837b76e8f6cac7a11dcb10c69a9c2a
  
https://github.com/STEllAR-GROUP/hpx/commit/13d7583aec837b76e8f6cac7a11dcb10c69a9c2a
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

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

  Log Message:
  ---
  Fix srun to jsrun typo


  Commit: ea9a1d2147a4c2047edea69284419450e51e7c4c
  
https://github.com/STEllAR-GROUP/hpx/commit/ea9a1d2147a4c2047edea69284419450e51e7c4c
  Author: Mikael Simberg 
  Date:   2020-02-17 (Mon, 17 Feb 2020)

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

  Log Message:
  ---
  Merge pull request #4389 from STEllAR-GROUP/add_jsrun

Add jsrun in hpx run wrapper


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


[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