simit-lang / simit

A language for computing on sparse systems
http://simit-lang.org
Other
454 stars 52 forks source link

FEM app compilation error #114

Open luchesart opened 6 years ago

luchesart commented 6 years ago

Hi, It looks like I have a compilation error related to simit_assert. Is something missing in my case or something should get fixed here? Fem.txt

VikingScientist commented 6 years ago

There is a problem linking to the compiled simit program.

Did you set the environment variables? Consider putting this into your .bashrc file.

export SIMIT_INCLUDE_DIR="/home/kidoobi/simit.git/trunk/src"                    
export SIMIT_LIBRARY_DIR="/home/kidoobi/simit.git/trunk/build/lib"              

The application seem to work fine so there is something wrong the compilation setup as it seems like the fem app does not know about your compiled simit code.