KLIC

From Rosetta Code
Revision as of 16:58, 22 June 2020 by Emi (talk | contribs) (Created page with "{{implementation|KL1}} KLIC is a compiler that compiles KL1 to C code, this C code can run sequentially or in parallel on-top of the Parallel Virtual Machine software or via...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
KLIC is an implementation of KL1. Other implementations of KL1.

KLIC is a compiler that compiles KL1 to C code, this C code can run sequentially or in parallel on-top of the Parallel Virtual Machine software or via a shared memory implementation.

KLIC has recently been revived and is available at https://www.ueda.info.waseda.ac.jp/~ueda/

PVM is available at: https://www.csm.ornl.gov/pvm/