From owner-freebsd-questions@FreeBSD.ORG Wed Mar 1 03:36:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A3A16A420 for ; Wed, 1 Mar 2006 03:36:05 +0000 (GMT) (envelope-from chris@sackofcheese.com) Received: from mail.sackofcheese.com (12-208-113-60.client.insightBB.com [12.208.113.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89D4343D46 for ; Wed, 1 Mar 2006 03:36:05 +0000 (GMT) (envelope-from chris@sackofcheese.com) Received: from [192.168.1.104] (12-208-114-230.client.insightBB.com [12.208.114.230]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sackofcheese.com (Postfix) with ESMTP id 0C02B95884 for ; Tue, 28 Feb 2006 22:37:07 -0500 (EST) Message-ID: <440516A4.2050207@sackofcheese.com> Date: Tue, 28 Feb 2006 22:36:04 -0500 From: Chris Petrovitch User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: lam-mpi X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 03:36:06 -0000 Hello, I am new to clustering, and am trying to install lam-mpi on a couple of FreeBSD-6-Release boxes. I installed it via the ports, ie. # cd /usr/ports/net/lam7; make install clean It compiled cleanly, but I ran into problems when I run laminfo. I just segfaults, heres the output: $ laminfo Segmentation fault (core dumped) should I use /usr/ports/net/lam, (i.e., lam-mpi-6.5.9) ? Or maybe downgrade to 5.4-release? I just thought I'd shoot a question out before I made any major changes. thanks! chris