A sample command to compile and link it with the AOCL-BLAS library is shown in the following code: ! File: BLAS_DGEMM_usage.f ! Example code to demonstrate BLAS DGEMM usage program dgemm_usage implicit none EXTERNAL DGEMM DOUBLE PRECISION, ALLOCATABLE :: a(:,:) DOUBLE PRECISION, ...