John Biddiscombe

Results 29 issues of John Biddiscombe

A discussion at CSCS took place where the anti-boost argument went as follows Q: The idea is that eventually the features in HPX will be available via the c++ standard?...

difficulty: hard
affecting: CSCS
type: feature request
project: GSoC
priority: low
tag: pinned
type: HEP

I have an unusual setup ... an hpx thread is working on some message sending, to improve latency, I call `parcelport->progress()` which jumps into the parcelport code and in effect...

category: LCOs

I have previously implemented a custom bootstrapping routine that allows the libfabric parcelport to initialize itself by sending addresses from worker nodes to the root/agas node so that address vectors...

category: actions

The paper referenced here https://arxiv.org/abs/1908.05790 describes a benchmark suite for task-based programming APIs. We should add HPX support to the benchmark suite to see how we compare to other runtimes....

type: enhancement
project: GSoC
priority: high
category: general
tag: pinned

## New feature During recent discussions with the kokkos people and also as a result of our failed attempt to have executors made variadic, we speculated that task management could...

category: core
category: threadmanager
difficulty: hard
type: feature request
tag: pinned

## Expected Behavior Binding of cores should be the same on successive runs with unchanged parameters What I actually get appears to be semi-random and changes from run to run...

category: parcel transport
category: init
tag: pinned

It frequently occurs that we have loops of the kind ``` for (int i=0; i

category: LCOs
difficulty: medium
type: feature request
category: executors
category: scheduler
tag: pinned

Attempting to port some CMS (from CERN c.f. @felicepantaleo, @rovere) software to HPX from TBB has hit a problem - the CMS code makes fairly liberal use of tbb concurrent...

affecting: CSCS
type: feature request
category: data-structures
project: GSoC
tag: pinned

Currently there are two ways for actions to be handled ``` async(policy=async || policy==sync, action, locality, args...) ``` This is an asynchronous call that is executed remotely and returns a...

category: threadmanager
category: actions
type: feature request
tag: pinned

When loading the dot file shown below, using ``` A = nx.drawing.nx_agraph.to_agraph(nx.drawing.nx_pydot.read_dot(dot_file)) A.layout('dot') A.draw('image.png') Image(filename='image.png') ``` I receive the following warning - and the image has all black filled boxes...