KLIC: Difference between revisions

From Rosetta Code
Content added Content deleted
(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...")
 
m (Link to latest version)
 
Line 3: Line 3:
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 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/
KLIC has recently been revived and is available at https://www.ueda.info.waseda.ac.jp/software.html


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

Latest revision as of 23:15, 24 August 2023

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/software.html

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