From owner-freebsd-questions Sat Apr 26 20:32:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA25654 for questions-outgoing; Sat, 26 Apr 1997 20:32:12 -0700 (PDT) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA25649 for ; Sat, 26 Apr 1997 20:32:06 -0700 (PDT) Received: from freyes.dh.i-2000.com (slip166-72-219-97.ny.us.ibm.net [166.72.219.97]) by federation.addy.com (8.8.5/8.6.12) with SMTP id XAA19138 for ; Sat, 26 Apr 1997 23:31:57 -0400 (EDT) Message-Id: <199704270331.XAA19138@federation.addy.com> From: "Francisco Reyes" To: "questions@hub.freebsd.org" Date: Sat, 26 Apr 97 23:29:24 -0400 Reply-To: "Francisco Reyes" Priority: Normal X-Mailer: PMMail 1.91 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: parallel programming on freebsd Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 24 Apr 1997 Pedro A M Vazquez wrote >Sylvain Hubert was saying that: >>...Do >> you know of any software that will work on FreeBSD to do >> parallel programming on PC platforms. > We use two message passing libs: PVM3 and TCGMSG, both work >fine for parallel quantum chem. packages. You could also use Modula-3 to do parallel programming. It is a computer language descendant from the Modula-2/Pascal family of languages. I am just getting to learn it myself, but it seems very interesting. Try http://www.research.digital.com/SRC/modula-3/html/home.html as a starting point.