Yade
Website
yade 1.20.0 (Fedora 25) TESTING
Features: Odeint VTK OpenMP GTS GUI-Qt5 CGAL PFVFLOW LINSOLV SPH GL2PS LBMFLOW MASK_ARBITRARY
/opt/apps/yade/1.20.0
module load yade/1.20.0
yade 1.14.0 (Fedora 23)
Features: Odeint VTK OpenMP GTS GUI CGAL PFVFLOW LINSOLV SPH GL2PS
/opt/apps/yade/1.14.0-linux64
module load yade/1.14.0
module: yade/1.14.0
yade-1.14.0 --test
-- Yade configured with following features: Odeint VTK OpenMP GTS GUI CGAL PFVFLOW LINSOLV SPH GL2PS -- Disabled features: LIQMIGRATION LBMFLOW MASK_ARBITRARY -- Optimized build
Result: Ran 55 tests in 1.468s OK *** ALL TESTS PASSED ***
Errors:
yade --test | FAIL: saveDataTxt (yade.plot)
The Test creates a file in /tmp
which belongs to another user and you don't have the right to delete/overwrite it. Ask your admin or the other user to delete it.
sudo rm /tmp/dataFile.txt.bz2
Errors:
File "/usr/bin/yade", line 213, in userSession from IPython.Shell import IPShellEmbed
There should be this two lines at the begining of the input script of the simulation:
import IPython IPython.embed()