(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.


_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to