yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #19253
Re: [Question #679154]: run FEMxDEM examples
Question #679154 on Yade changed:
https://answers.launchpad.net/yade/+question/679154
whr posted a new comment:
This error is on 'escript' side.
It can be solved following the instruction on
https://answers.launchpad.net/escript-finley/+question/294604
(copied as below)
##########################
You will need to find the options file you are using to compile. For example (as Meng Qing Xiang suggested above)
scons/templates/trusty_options.py
Find the line which says:
umfpack =
And make sure that it says
umfpack = True
If you can't find the line at all, you can add it to the file.
Note that switching this on means that you will need to have umfpack installed.
On Debian/Ubuntu systems, I think this will be in the libsuitesparse-dev package.
##############################
--
You received this question notification because your team yade-users is
an answer contact for Yade.