Y
Hacker News
new
|
ask
|
show
|
jobs
by
nradclif
721 days ago
Partitioned Global Address Space (PGAS) compilers/runtimes do something similar to that. Unified Parallel C (UPC,
https://upc.lbl.gov/
) and Coarray Fortran/Coarray C++ (
https://docs.nersc.gov/development/programming-models/coarra...
) are good examples commonly used in HPC. Fabric Attached Memory (OpenFAM,
https://openfam.github.io/
) is another example.
1 comments
pklausler
721 days ago
“commonly used in HPC” is a bit of a stretch if you’re talking about production applications.
link