GithubHelp home page GithubHelp logo

stellar-group / miniapps Goto Github PK

View Code? Open in Web Editor NEW
4.0 12.0 5.0 423 KB

This repository holds a collection of mini applications from various sources ported to HPX.

C++ 96.21% CMake 1.78% Makefile 2.02%

miniapps's Introduction

HPX MiniApps

This repository holds a collection of mini applications from various sources ported to HPX.

miniapps's People

Contributors

hkaiser avatar sithhell avatar vamatya avatar stevenrbrandt avatar syntaf avatar

Stargazers

Siwen zhang avatar Nicholas Chaimov avatar Denis Demidov avatar  avatar

Watchers

Mikael Simberg avatar Denis Demidov avatar Bryce Adelstein Lelbach aka wash avatar  avatar James Cloos avatar  avatar Adrian S. Lemoine avatar Patricia Grubel avatar Patrick Diehl avatar Bhavya Dyavarishetty avatar Christopher Bross avatar  avatar

miniapps's Issues

HPX API changes break MiniGhost

moving the issue STEllAR-GROUP/hpx#1806 to the correct repository


While looking through the ported MiniGhost app, I began updating the code and fixing errors caused by old API calls that were either removed or changed. I've reached a point however that I don't know how to get past, in MiniGhost global_sum.hpp l39 the code block reads:

if(this != &other) {
    mtx_        = std::move(other.mtx_);           // breaking change
    value_      = std::move(other.value_);
    generation_ = other.generation_;
    gate_       = std::move(other.gate_);
}
return *this;

In this context, mtx_ is a hpx::lcos::local::spinlock. Previously spinlock was movable but not copyable here and also implemented the operator =. A commit on may 19th changed spinlock significantly, breaking MiniGhost. The the new version of spinlock, operator= no longer eixsts and it not movable at all source

To fix MiniGhost, how would I now perform the operation on line 39? Is it possible to do this anymore?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.