yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #01514
Re: [deprecated list] Timer works, but no motion
(sorry for the private mail...)
> Why VecSet is crashing and only VecMap is working?
openMP needs linear-index access to the container. VecSet doesn't
reimplement the virtual operator[](unsigned int) which just throws in
the generic implementation.
I propose to delete VecSet, since using VecMap speeds up simulations by
about 30% compared to VecSet (that' why it is not the default any more)
and it will never work with parallel code.
V.
Follow ups
References