Initialize the library
SUBROUTINE dbcsr_mm_accdrv_lib_init() !! Initialize the library INTEGER :: nthreads nthreads = 1 !$ nthreads = OMP_GET_NUM_THREADS() !$OMP MASTER ALLOCATE (all_thread_privates(0:nthreads - 1)) !$OMP END MASTER !$OMP BARRIER END SUBROUTINE dbcsr_mm_accdrv_lib_init