1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/ga/pkg-descr
Yuri Victorovich aa139b18f3 devel/ga: Update 5.6.4 -> 5.6.5
Also change WWW to a more project-specific URL.
2018-03-30 22:32:41 +00:00

12 lines
688 B
Plaintext

The Global Arrays (GA) toolkit provides a shared memory style programming
environment in the context of distributed array data structures (called
"global arrays"). From the user perspective, a global array can be used
as if it was stored in shared memory. All details of the data distribution,
addressing, and data access are encapsulated in the global array objects.
Information about the actual data distribution and locality can be easily
obtained and taken advantage of whenever data locality is important. The
primary target architectures for which GA was developed are massively-parallel
distributed-memory and scalable shared-memory systems.
WWW: http://hpc.pnl.gov/globalarrays/