Dear Zaiwen, I don't have Matlab 2009b, so I'm sorry that I cannot test it or reproduce your problem. For me GetFEM works with Ubuntu 10.10 64bit and Matlab 2010a. So here I can give only some general tips: Try make clean or recheckout the sources. If you have libmumps installed on your system, add --enable-mumps=no to the configure string. Make sure, that the correct compiler version is used in the $MATLAB_ROOT/bin/mexopts.sh
Has anybody better ideas? If you found a solution I would appreciate if you would add it to the build instructions ;) Mirko 2010/12/27 Zaiwen Wen <[email protected]>: > Dear getfem users: > > I can install and run getfem successfully in MATLAB 2009b on Ubuntu > 10.10 32bit by following the steps of Mirko Windhoff. However, I had > trouble in MATLAB 2009b on Ubuntu 10.10 64bit. There was no error > during "make". But the MATLAB interface did not work: > > we...@smile:~/code/PDE/getfem$ make check > ...... > running checks... > srcdir='.' > export MATLAB_ROOT=/home/wenzw/software/matlab > export > MATLABPATH=/home/wenzw/code/PDE/getfem/interface/tests/matlab/../../src/matlab:/home/wenzw/code/PDE/getfem/interface/tests/matlab/../../tests/matlab:.:./../../src/matlab > failure: > == check_integ [integration methods] : FAILURE > == check_mesh_fem [mesh_fem manipulations] : FAILURE > == check_asm [assembly routines] : FAILURE > == check_solve : FAILURE > == check_oo [pseudo object oriented interface] : FAILURE > == check_slices [mesh slicing functions] : FAILURE > == check_spmat [sparse matrix functions] : FAILURE > == check_bricks [model bricks functions] : FAILURE > == 8/11 tests FAILED > FAIL: ./check_all.sh > ================== > 1 of 1 test failed > ================== > > The errors in Matlab were: >>> check_integ > ??? Error using ==> gfassert at 13 > AssertionFailed > > Error in ==> check_integ at 20 > gfassert('npt==[4 2 2 2]'); > > My configurations were generated as follows: > ./configure --enable-matlab --disable-python --enable-superlu > --with-pic --enable-qhull > --with-matlab-toolbox-dir=$MATLAB_ROOT/toolbox/getfem_toolbox > CC=gcc-4.2 CXX=g++-4.2 FC=gfortran-4.2 > > I appreciate for any suggestion and comment! > > Thank you very much! > Zaiwen > > _______________________________________________ > Getfem-users mailing list > [email protected] > https://mail.gna.org/listinfo/getfem-users > _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
