← Back to team overview

yade-users team mailing list archive

Re: [Question #244634]: only 1 core working out of 32

 

Question #244634 on Yade changed:
https://answers.launchpad.net/yade/+question/244634

Alexander Eulitz [Eugen] proposed the following answer:
it's related to the self compiled version, too.
I compared the config.py in the build-folder. After I followed installation instructions from [1].
Have a look here:
libDir=os.path.abspath(prefix+'/'+libPATH+'/yade-2014-02-20.git-a7048f4')
confDir=os.environ['HOME']+'/.yade-2014-02-20.git-a7048f4'
libstdcxx=''
features=' vtk openmp gts qt4 opengl'.split(',')

the features variable is obviously wrong! There is no comma in the string.
If I look at an older state of the souce code (2013) it look like it should:
features=',vtk,openmp,gts,qt4,opengl'.split(',')

I think that this is the reason why some people do not success in running multicore simulations at the moment. (even people how compile sources at their own)
Up to now I was not able to check this, I will do tomorrow.


[1]https://yade-dem.org/doc/installation.html

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.