- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It seems that TBB is onlywell-suited for shared-memory computers.
Can TBB be used in distributed memory ?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So yes, TBB is designed for shared memory. Early in the design of TBB, we decided that our target users would not be willing to expend the significant effort required for distributed memory programming, notably marshalling of data structures.
MPI remains the dominant library for production programming on large scale distributed memory machines.
Two of my favorite academic projects that target distributed memory programming are:
MPI remains the dominant library for production programming on large scale distributed memory machines.
Two of my favorite academic projects that target distributed memory programming are:
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi afd.lml,
what kind of distributed memory you are interesting in?
tbb works fine on systems with 32 cores (4 * Intel Xeon CPU X7560) which uses NUMA distributed memory as far as I understand.
--Vladimir
what kind of distributed memory you are interesting in?
tbb works fine on systems with 32 cores (4 * Intel Xeon CPU X7560) which uses NUMA distributed memory as far as I understand.
--Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So yes, TBB is designed for shared memory. Early in the design of TBB, we decided that our target users would not be willing to expend the significant effort required for distributed memory programming, notably marshalling of data structures.
MPI remains the dominant library for production programming on large scale distributed memory machines.
Two of my favorite academic projects that target distributed memory programming are:
MPI remains the dominant library for production programming on large scale distributed memory machines.
Two of my favorite academic projects that target distributed memory programming are:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
many thanks.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page