Crash when Parallelization is used for O.bodies.replaceByClumps
Bug #1559098 reported by
Adel ALBABA
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Yade |
Fix Released
|
Medium
|
Anton Gladky |
Bug Description
The script crashes (Erreur de segmentation (core dumped) ) when I try use more than one core, at the line O.bodies.
YADE version: the latest one complied from getHub trunk
A simple script:
# encoding: utf-8
# Sphere package:
sp1=pack.
# Create the spheres of the package:
sp1.makeCloud(
# Send them to the simulation:
sp1.toSimulation()
# Replace spheres with clumps:
templates= []
relRadList1=
relPosList1=
templates.
clumpIds=
Adel
Changed in yade: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Did you try your script with material definitions and some basic engines?