PARALUTION  1.0.0
PARALUTION
host_affinity.hpp
Go to the documentation of this file.
1 #ifndef PARALUTION_HOST_HOST_AFFINITY_HPP_
2 #define PARALUTION_HOST_HOST_AFFINITY_HPP_
3 
4 namespace paralution {
5 
6 void paralution_set_omp_affinity(bool aff);
7 
8 }
9 
10 #endif // PARALUTION_HOST_HOST_AFFINITY_HPP_
Definition: backend_manager.cpp:43
void paralution_set_omp_affinity(bool aff)
Definition: host_affinity.cpp:25