Hi

I have installed all the components of meep on my Debian system... however when
I run the "make check" i get the following during the test sequence: 

Running holes square-lattice resolution convergence test.
Checking convergence for ey field...
(The correct frequency should be 0.179944.)
frequency for a=30 is 0.180281, 0.180274 (shifted), 0.180278 (mean)
Unshifted freq error is 0.303462/30/30
Shifted freq error is 0.297182/30/30
Frequency difference with a of 30 is 0.00628032/30/30
frequency for a=25 is 0.180492, 0.180341 (shifted), 0.180416 (mean)
Unshifted freq error is 0.342214/25/25
Shifted freq error is 0.248033/25/25
Frequency difference with a of 25 is 0.0941808/25/25
frequency for a=20 is 0.18087, 0.180455 (shifted), 0.180662 (mean)
Unshifted freq error is 0.37026/20/20
Shifted freq error is 0.204502/20/20
Frequency difference with a of 20 is 0.165757/20/20
frequency for a=15 is 0.181336, 0.180815 (shifted), 0.181076 (mean)
Unshifted freq error is 0.313254/15/15
Shifted freq error is 0.196057/15/15
Frequency difference with a of 15 is 0.117197/15/15
frequency for a=10 is 0.182915, 0.181689 (shifted), 0.182302 (mean)
Unshifted freq error is 0.297123/10/10
Shifted freq error is 0.174547/10/10
Frequency difference with a of 10 is 0.122577/10/10
frequency for a=5 is 0, 0.189845 (shifted), 0.0949225 (mean)
Unshifted freq error is -4.4986/5/5
meep: Frequency doesn't converge properly with a.
make[2]: *** [2D_convergence.done] Error 1
make[2]: Leaving directory `/root/Desktop/meep-0.9/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/root/Desktop/meep-0.9/tests'
make: *** [check-recursive] Error 1

Does anyone know what has gone wrong with my install? I have included the
./configure output for reference...

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for latex2html... latex2html
checking for sin in -lm... yes
checking for fftw_plan_dft_1d in -lfftw3... no
checking for fftw_create_plan in -ldfftw... no
checking for fftw_create_plan in -lfftw... yes
checking for pkg-config... /usr/bin/pkg-config
checking for harminv >= 1.1... yes
checking HARMINV_CFLAGS... -I/usr/local/include  
checking HARMINV_LIBS... /usr/lib/liblapack.so.2 -L/usr/local/lib
-L/usr/lib/gcc-lib/i486-linux/3.3.5 -L/usr/lib/gcc-lib/i486-linux/3.3.5/../../..
-lharminv -lblas -lfrtbegin -lg2c -lm -lgcc_s  
checking for cblas_cgemm... yes
checking for gsl_sf_bessel_Jn in -lgsl... yes
checking for deflate in -lz... yes
checking for H5Pcreate in -lhdf5... yes
checking hdf5.h usability... yes
checking hdf5.h presence... yes
checking for hdf5.h... yes
checking for C++ compiler vendor... gnu
checking whether C++ compiler accepts -malign-double... yes
checking for gcc architecture flag... 
checking for x86 cpuid 0 output... 2:756e6547:6c65746e:49656e69
checking for x86 cpuid 1 output... f24:10809:0:3febfbff
checking whether C++ compiler accepts -march=pentium4... yes
checking for gcc architecture flag... -march=pentium4
checking whether C++ compiler accepts -O2 -malign-double -march=pentium4... yes
checking for ghc... no
checking for guile-config... yes
checking if linking to guile works... yes
checking for scm_make_smob_type... yes
checking for SCM_SMOB_PREDICATE... yes
checking for SCM_SMOB_DATA... yes
checking for SCM_NEWSMOB... yes
checking how to activate readline in Guile... ice-9 readline
checking for libctl dir... /usr/local/share/libctl
checking for gen-ctl-io... gen-ctl-io
checking for ctl_get_vector3 in -lctl... yes
checking ctl.h usability... yes
checking ctl.h presence... yes
checking for ctl.h... yes
checking whether libctl version is at least 3.0.0... ok
checking for feenableexcept... yes
checking whether feenableexcept declaration is usable... yes
checking whether to catch and ignore SIGFPE signals... no
checking whether time.h and sys/time.h may both be included... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for BSDgettimeofday... no
checking for gettimeofday... yes
checking for cblas_ddot... yes
checking for cblas_daxpy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating meep.pc
config.status: creating src/Makefile
config.status: creating hsrc/Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating examples/Makefile
config.status: creating libctl/Makefile
config.status: creating libctl/meep.scm
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands


Thanks fred


_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to