Skip to content

A single logical object partitioned across a set of localities

Notifications You must be signed in to change notification settings

weilewei/dist_object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

dist_object

dist_object implementation for HPX

This is a dist_object example using HPX component.

A distributed object is a single logical object partitioned across a set of localities. (A locality is a single node in a cluster or a NUMA domian in a SMP machine.) Each locality constructs an instance of dist_object, where a value of type T represents the value of this this locality's instance value. Once dist_object is conctructed, it has a universal name which can be used on any locality in the given localities to locate the resident instance.

About

A single logical object partitioned across a set of localities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published