Menu

#16 Parallelizing Master-equation evolution

Milestone 11
open
9
2014-02-20
2012-08-15
No

The matrix products in Master-equation evolution, implemented by vfmsi-type iterators seems easily parallelizable through OpenMP.

Discussion

  • Vukics, András

    Vukics, András - 2012-08-15

    It seems to me (indeed, it is obvious), that only loops involving random-access iterators can be parallelized, since OpenMP needs an integer to represent the iterator.

    basi-type iterators cannot be made random access, but this should be easily possible for the basi_fast-type ones (cf. quantumtrajectory::master::BaseFast)

     
  • Vukics, András

    Vukics, András - 2013-02-12

    I think now that this whole thing should be implemented in terms of the Thrust library. (cf. https://github.com/thrust/\)

     
  • Vukics, András

    Vukics, András - 2014-02-20
    • Group: --> Milestone 11
     

Log in to post a comment.