This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

CLISP, MPICH2, and CL-MPI

2 posts · 3298 views

Hi All

First post here, so Hi all.

I've created a project with several raspberry Pis - stacked in a parallel cluster.

I've installed raspbian and MPICH2 (a message passing interface) following online tutorials (which is the limit of my linux abilities)

Somehow I also managed to install CLISP (after trying but failing to figure out how to install SBCL)

Apparently I require CL-MPI to link the CLISP to MPICH2 - try as I can, I don't seem to understand how to do this. Devoid of a step by step tutorial I'm lost. Every suggestion from days of Googling has lead me nowhere.

My goal is to learn LISP programming in a parallel environment. Purely out of curiosity.

Could anyone help me please?

Thanks in advance.

Re: CLISP, MPICH2, and CL-MPI

I think you might try to use clozure lisp rather than CLISP
Here is an interesting write-up of clozure (CCL) on Rasberry PI
http://lispm.de/ccl

Also, maybe try asking on relevant forums on stack exchange. Here is one thread I found https://raspberrypi.stackexchange.com/q ... p-compiler


EDIT: Reason for Clozure's CCL is that it is far more actively maintained than CLISP these days.