From owner-freebsd-cluster@FreeBSD.ORG Tue May 26 14:59:06 2009 Return-Path: Delivered-To: freebsd-cluster@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D6D1106566B for ; Tue, 26 May 2009 14:59:06 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2E1578FC0A for ; Tue, 26 May 2009 14:59:06 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id D324846B06; Tue, 26 May 2009 10:59:05 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id CBEB78A028; Tue, 26 May 2009 10:59:04 -0400 (EDT) From: John Baldwin To: freebsd-cluster@freebsd.org Date: Tue, 26 May 2009 08:12:53 -0400 User-Agent: KMail/1.9.7 References: <4A193968.5050706@comlabs.itb.ac.id> <47740982@ipt.ru> <1243336200.10956.3.camel@RabbitsDen> In-Reply-To: <1243336200.10956.3.camel@RabbitsDen> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905260812.54275.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 26 May 2009 10:59:04 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: ady Subject: Re: problem with mpich2 on freebsd 7.2 X-BeenThere: freebsd-cluster@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Clustering FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2009 14:59:06 -0000 On Tuesday 26 May 2009 7:10:00 am Alexandre "Sunny" Kovalenko wrote: > On Sun, 2009-05-24 at 16:35 +0400, Boris Samorodov wrote: > > ady writes: > > > > > hi everyone, i'm ady, undergraduate student@bandung institute of > > > tech. i'm planning to develop a HPC with MPICH2 and SGE on freebsd 7.2 > > > for my final assessment. > > > > Ady, welcome and good luck! > > > > > i install sge-6.2.2.1_1 successfully, but getting stuck when > > > installing mpich2. here's the log > > > > > > master# cd /usr/ports/net/mpich2 > > > master# make install clean > > > ===> mpich2-1.0.7_3,3 depends on file: /usr/local/bin/python2.5 - found > > > ===> mpich2-1.0.7_3,3 depends on executable: gfortran43 - not found > > > ===> Verifying install for gfortran43 in /usr/ports/lang/gcc43 > > > Making GCC 4.3.4 for FreeBSD 7.2 target=i386-portbld-freebsd7.2 > > > You need to increase the datasize limit to at least 700000 (and set > > > kern.maxdsiz="734003200" in /boot/loader.conf) to build with Java > > > support. > > > > Did you do what had been suggested here? > Given that the goal is to build MPICH2, I would recommend doing > > setenv WITHOUT_JAVA > > before the build. I almost wonder if that shouldn't be the default given the requirements of a non-standard maxdsiz. (I also ran into this trying to build kde4 on a machine this weekend.) -- John Baldwin