Which best parallel library for For,Loop case in Qt and linux
-
C ++ programmers, if they have experience in this field, I would appreciate it if they could share their knowledge with me.
I am developing an image and signal processing algorithm. Parts of the project consist of instant loops that must perform operations such as convulsions and vector multiplications. I need a C ++ library that automatically processes and calculates four loops in parallel.
According to my research, one of the libraries I should use for this is the OPENMP library ....
I wanted professors with experience in this field to introduce the best library that parallels parts of the code and is compatible with Linux and Qt.
Thank you in advance
-
Hi,
Qt is a C++ library so whatever the C++ library you want to use, there should be no issues.
As for the library, it so dependent on what you are going to do that there's likely no single correct answer.
As for OpenMP, yes you can use it.