From: <umb...@un...> - 2011-10-17 12:42:55
|
Hi Andrey, A few days ago I received the same message './build_and_test FAILED', even if relative to another directory.. in that case I solve the problem setting the OMP_NUM_THREADS environmental variable. Did you do that? If no, please set the OMP_NUM_THREADS environment variable to the number of cores on your machine editing your .bashrc file. Maybe this can be the solution.. All the best! Umberto Quoting Baranov Andrey <a.h...@gm...>: > Hi, everyone! > > I'm trying to start to use Mesa-code and I have the problem with > installation. It interrupts at this moment: > > -------------------------------------------------------------------------------------------------------------------------------- > gfortran -fno-range-check -fopenmp -I../../make -I../../public > -I../../../include -fbounds-check -g -c -ffree-form > ../src/test_ionization_quitely.f > gfortran -fopenmp -o ../test_quietly test_ionization_support.o > test_ionization_quitely.o -L../../make -lionization -L../../../lib > -leos -lkap -lnet -lscreen -lrates -lreaclib -lweak -lneu -lchem > -linterp_2d -linterp_1d -lnum -lutils -lalert -lconst -lmtx -lmesaklu > -lmesalapack -lmesablas > > 43c43 > < fneut_H 3.6569479708956187E-02 > --- field 2 relative error 1.90e-06 >> fneut_H 3.6569549142033406E-02 > 44c44 > < fneut_He 3.2842789477465928E-01 > --- field 2 relative error 1.06e-06 >> fneut_He 3.2842824377829366E-01 > 45c45 > < fneut_C 1.0327284102638811E-02 > --- field 2 relative error 2.02e-06 >> fneut_C 1.0327304925761286E-02 > 46c46 > < fneut_N 1.0504616201693818E-02 > --- field 2 relative error 2.58e-06 >> fneut_N 1.0504643319392376E-02 > 47c47 > < fneut_O 3.9039527928136968E-02 > --- field 2 relative error 2.01e-06 >> fneut_O 3.9039606493994128E-02 > 48c48 > < fneut_Ne 2.4863515935220387E-03 > --- field 2 relative error 4.97e-05 >> fneut_Ne 2.4864751214947081E-03 > 49c49 > < fneut_Mg 1.0014543866587976E-05 > --- field 2 relative error 2.63e-05 >> fneut_Mg 1.0014807481571075E-05 > 50c50 > < fneut_Si 9.6540377797243190E-04 > --- field 2 relative error 3.32e-06 >> fneut_Si 9.6540698602112774E-04 > 51c51 > < fneut_Fe 4.4462746232157665E-06 > --- field 2 relative error 9.30e-05 >> fneut_Fe 4.4466883201418637E-06 > > /home/andrey/mesa3661/ionization/test > TEST FAILED -- compare test_output to tmp.txt > > > /home/andrey/mesa3661/ionization > ./build_and_test FAILED > -------------------------------------------------------------------------------------------------------------------------------- > > I have Ubuntu 11.04, version of Mesa is 3661 (also have tried 3633 - > the same result), gfortran: > > $ gfortran -v > Using built-in specs. > COLLECT_GCC=gfortran > COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper > Target: i686-linux-gnu > Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro > 4.6.1-9ubuntu3' > --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs > --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr > --program-suffix=-4.6 --enable-shared --enable-linker-build-id > --with-system-zlib --libexecdir=/usr/lib --without-included-gettext > --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 > --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu > --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin > --enable-objc-gc --enable-targets=all --disable-werror > --with-arch-32=i686 --with-tune=generic --enable-checking=release > --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu > Thread model: posix > gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) > > And also I have tried to setup different values of OMP_NUM_THREADS (1, > 2, 4), but always have the same error. > > Thank you! > > Best, > Andrey. > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |