Is there a way to install yade on centos 6.6

Asked by JIPEIQI

I want to use the HPC (High performance Computing) system to do some yade simulation, where is operation system is centos 6.6. I did some simple trial but it is too difficult for me . I want to kown has anyone succeed in this? or any instrucions?

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Deepak
Solved:
Last query:
Last reply:
Revision history for this message
Best Deepak (deepak-kn1990) said :
#1

Hello,

YADE can be compiled in CentOS, you will have to compile all the third party libraries by yourself and provide the include and lib directories in the CMakeLists.txt or in the trunk/cMake/FindPackage.cmake.

" any instrucions?"
instructions on how to compile YADE from source is here : https://yade-dem.org/doc/installation.html
see the 'Source code' and 'Compilation' section.

Revision history for this message
JIPEIQI (jpq-learning) said :
#2

Thanks Deepak, that solved my question.

Revision history for this message
JIPEIQI (jpq-learning) said :
#3

I will keep trying...