-
amazier replied to the topic Mapping different meshes in the forum Programming with SOFA 1 week, 3 days ago
Hi @akTheTimes,
Sorry to pop in the conversation but I already had troubles loading .msh files in SOFA. I think my mistake was to want to save the .msh in the last version. If I remember well my SOFA was only working when in the export of Gmsh I was checking the box “.msh V2 Ascii file”.
Let me know if it helps. Have a nice day,
Arnaud -
amazier replied to the topic Build problem for Pardisio solver plugin in the forum Building SOFA 2 months ago
Hey J-N,
Thanks, I did not specify the path indeed!
Now everything is working fine, very efficient solver!I close the issue, thanks to the consortium!
Have a nice day,
Arnaud -
amazier replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 2 months ago
Hi Hugo,
Yes, no problem for me the plugin is working fine. I just found the message a bit strange given that it was working fine 🙂
I am closing the topic, thanks again for your help SOFA consortium!Best,
Arnaud -
amazier replied to the topic Build problem for Pardisio solver plugin in the forum Building SOFA 2 months ago
Hi Hugo,
Thanks for the fix. I checked out on your PR but unfortunately, it is still not compiling… I still have the same error.
When I check the cmake I see that PARDISO_LIB is empty.
I tried to build from scratch with ninja.
Sorry to bother you the PR is super clear.Best
Arnaud -
amazier replied to the topic Build problem for Pardisio solver plugin in the forum Building SOFA 2 months ago
Hi Hugo,
Thanks for replying. I tried with the master version and I obtain the following (quite long and funny) error:
[Read more]
[53/54] Linking CXX shared library lib/libSofaPardisoSolver.so.0.1
FAILED: lib/libSofaPardisoSolver.so.0.1
: && /usr/lib/ccache/c++ -fPIC -O3 -DNDEBUG -Wl,--no-undefined -lc -shared -Wl,-soname,libSofaPardisoSolver.so.0.1 -o… -
amazier replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 2 months, 1 week ago
Hi Hugo,
I tried to update my branch 1 month ago but it did not work. Do you want me to try on the new release branch?
I still have this strange message but the thing is that I can still use my plugin’s class. So, in the end, it is not a big problem, it was just to let you know that I had this message despite my working plugin 🙂No problem,…[Read more]
-
amazier replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 3 months ago
Hi Hugo,
Sorry for not having given any news…
Unfortunately, I tried to merge the PM on my SOFA but it did not work.Best,
Arnaud -
amazier replied to the topic Build problem for Pardisio solver plugin in the forum Building SOFA 3 months ago
Hi Hugo,
Sorry for replying after the weekend…
Good news for the plugin! Let me know when I can access it!
Unfortunately, yes I still have the same issue…Have a nice day,
Arnaud -
amazier replied to the topic Build problem for Pardisio solver plugin in the forum Building SOFA 4 months, 1 week ago
Hi all,
I still do obtain the same error even by recreating another build. -
amazier replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 4 months, 1 week ago
Little update:
By pulling, many DEPRECATED arise and I have some issue for compiling just SOFA (on STL mesh if I remember) so I think it is maybe not suitable to be up to date.
Here is the last commit that I have on master:
[Read more]
commit 97060f71c42287699823c7d3548d06c8c4ef8af7 (HEAD -> master)
Merge: 2bf81d557a 1be78658a5
Author: Guillaume Paran… -
amazier replied to the topic Build problem for Pardisio solver plugin in the forum Building SOFA 4 months, 1 week ago
Hi Hugo,
Thank you for your reply, I will try to erase the build and build from scratch and let you know 🙂
Best, -
amazier replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 4 months, 1 week ago
Hi Froy and Hugo,
Sorry I was not connected this weekend.
For my SOFA version, I am on the master branch but did not pull for a while.
I am trying a pull and will let you know.Best,
-
amazier replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 4 months, 2 weeks ago
Hi Froy,
Indeed, I did not include the
getModuleName()
in the init.cpp!
Now I can properly load the plugin and use it, many thanks!I still have a little interrogation.
When I am running SOFA I obtain the following message:
[Read more]
[INFO] [PluginManager] Loaded plugin: /home/arnaud/dev/sofa/v20.06/build3/lib/libSofaAdvancedFEM.so
[INFO]… -
amazier replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 4 months, 2 weeks ago
Thank you for your answer Roy!
Now it is done but I am bumping into another obstacle when I am running SOFA:
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid########## SIG 6 - SIGABRT: usually caused by an abort() or assert() ##########
->…[Read more] -
amazier replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 4 months, 2 weeks ago
Hi Froy,
Thank you for your super quick answer!
The first error is not urgent for the moment but I will ping you if I cannot solve the issue.
As for the second one, indeed, replacing SofaComponentBase by SofaBase in the Cmake fixed the issue of the build 😉Once the build is done, I am running runSofa and obtain the following error:
[Read more]
[ERROR]… -
amazier started the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 4 months, 2 weeks ago
Hi all,
I am currently trying to update an old plugin to use advanced FEM models. After spending some time generating the Cmake list (thanks to Hugo!), I encountered some errors on the build. I am compiling with GCC 9.
`
/home/arnaud/dev/sofa/v20.06/src/applications/plugins/SofaAdvancedFEM/SofaAdvancedFEM/NonFoldingTetrahedralConstraint.cpp:58:…[Read more] -
amazier started the topic Build problem for Pardisio solver plugin in the forum Building SOFA 5 months ago
Dear all,
I am currently trying to update an old plugin with my collaborator Igor Peterlik. To do so, we need several plugins: including CUDA and Pardisio Solver.
I first tried to compile with GCC 9 but faced incompatibilities with CUDA that only support GCC 8 (correct me if I am wrong).
To overcome this issue, I recompiled SOFA and plugins with…[Read more] -
amazier replied to the topic Error with plugin Flexible in the forum Building SOFA 10 months, 1 week ago
Hi Hugo,
Thank you for your reply, I checked out on the master branch and it worked!
Have a nice day, best,Arnaud
-
amazier started the topic Error with plugin Flexible in the forum Building SOFA 10 months, 1 week ago
Dear all,
I successfully downloaded/compiled SOFA and some additional plugins such as Preassembled Mass, Sofa Python, or Compliant.
But we recently have faced a common issue in compiling the Flexible plugin with one of my colleagues.
I tried to compile with both ninja and make but the result is the same.[12/14] Linking CXX shared library…[Read more]
-
amazier became a registered member 10 months, 1 week ago