|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
problem with mpich2 on freebsd 7.2hi 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. 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. *** Error code 1 Stop in /usr/ports/lang/gcc43. *** Error code 1 Stop in /usr/ports/net/mpich2. master# uname -a FreeBSD master.blackbox.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@...:/usr/obj/usr/src/sys/GENERIC i386 does anybody can help me explain this problem?what should i do? thx for ur appreciation -regards NB: i running 7.2 on vmware 5.5, and planning develop diskless system _______________________________________________ freebsd-cluster@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-cluster To unsubscribe, send any mail to "freebsd-cluster-unsubscribe@..." |
|
|
Re: problem with mpich2 on freebsd 7.2ady <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? > *** Error code 1 > Stop in /usr/ports/lang/gcc43. > *** Error code 1 > Stop in /usr/ports/net/mpich2. > > master# uname -a > FreeBSD master.blackbox.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri > May 1 08:49:13 UTC 2009 > root@...:/usr/obj/usr/src/sys/GENERIC i386 > > does anybody can help me explain this problem?what should i do? > thx for ur appreciation BTW, the "FreeBSD Handbook" may give you some additional helpful information: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html WBR -- bsam _______________________________________________ freebsd-cluster@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-cluster To unsubscribe, send any mail to "freebsd-cluster-unsubscribe@..." |
|
|
Re: problem with mpich2 on freebsd 7.2On Sun, 2009-05-24 at 16:35 +0400, Boris Samorodov wrote:
> ady <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? setenv WITHOUT_JAVA before the build. -- Alexandre Kovalenko (Олександр Коваленко) _______________________________________________ freebsd-cluster@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-cluster To unsubscribe, send any mail to "freebsd-cluster-unsubscribe@..." |
|
|
Re: problem with mpich2 on freebsd 7.2On 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 <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 - > > > ===> 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 _______________________________________________ freebsd-cluster@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-cluster To unsubscribe, send any mail to "freebsd-cluster-unsubscribe@..." |
| Free embeddable forum powered by Nabble | Forum Help |