arcaneframework / alien

Alien: an interface for linear solvers
Apache License 2.0
8 stars 7 forks source link

Parallel STL #165

Open cedricchevalier19 opened 1 year ago

cedricchevalier19 commented 1 year ago

Alien use some STL algorithms that exist in parallel.

However, even if it is in C++17 standard, not all compilers and lib std c++ support this. GCC >= 9 is required with Intel TBB for example.