- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Dear developers. are the routines dcsrilu0() and dcsrilut() multithreaded, are there any plans on their parallelization?
링크가 복사됨
4 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Kostas,
The routines for preconditioners are not multithreaded. If you believe, it is important for you to have these routines multithreaded, please file a QUAD via https://premier.intel.com and provide motivation for you request. Thank you!
Regards,
Sergey G
The routines for preconditioners are not multithreaded. If you believe, it is important for you to have these routines multithreaded, please file a QUAD via https://premier.intel.com and provide motivation for you request. Thank you!
Regards,
Sergey G
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
7 years later, I checked with MKL 11.3.1, and dcsrilu0 runs with 1 thread on a matrix with 70,000 equations and 2,000,000 non-zero elements. Is this routine still single-threaded, or is there a flag/environment variable to enable multi-threading in LU preconditioners?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
ILU0 and ILUt implemented sequentially because parallel implementation provided a bit different matrix. However triangular solver for these matrices became parallel starting from MKL 11.3
Thanks
Alex
