getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-users] help: installation of the MATLAB interface (MATLAB 2009b)


From: Zaiwen Wen
Subject: [Getfem-users] help: installation of the MATLAB interface (MATLAB 2009b) on ubuntu 10.10 64bit
Date: Mon, 27 Dec 2010 13:58:55 -0600

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:

address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]