diff options
author | Pjotr Prins | 2025-01-04 01:17:58 -0600 |
---|---|---|
committer | Pjotr Prins | 2025-01-04 01:17:58 -0600 |
commit | c6a475370d4c1190685195265cb64ccc7bd17745 (patch) | |
tree | afb08413c2695bcd843ab430bde265e01292e8f2 /doc/code | |
parent | dee2dee77ecc8575f747951d94e4cc96192b3fa2 (diff) | |
download | pangemma-c6a475370d4c1190685195265cb64ccc7bd17745.tar.gz |
doc: added URL to propagators are Unix pipes on steroids
Diffstat (limited to 'doc/code')
-rw-r--r-- | doc/code/pangemma.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/code/pangemma.md b/doc/code/pangemma.md index 618dd1d..d65245e 100644 --- a/doc/code/pangemma.md +++ b/doc/code/pangemma.md @@ -33,7 +33,7 @@ GEMMA will keep going while we swap components in and out. See also [propagators](https://groups.csail.mit.edu/mac/users/gjs/propagators/) and [examples](https://github.com/namin/propagators/blob/master/examples/multiple-dwelling.scm). -Propagators are Unix pipes on steroids. +Propagators are [Unix pipes on steroids](https://github.com/pjotrp/ruby-propagator-network/blob/main/README.md). We want PanGEMMA to be able to run on high-performance computing (HPC) architectures, including GPUs. This implies the core project can have |