mkl.fi 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. !===============================================================================
  2. ! Copyright 1999-2022 Intel Corporation.
  3. !
  4. ! This software and the related documents are Intel copyrighted materials, and
  5. ! your use of them is governed by the express license under which they were
  6. ! provided to you (License). Unless the License provides otherwise, you may not
  7. ! use, modify, copy, publish, distribute, disclose or transmit this software or
  8. ! the related documents without Intel's prior written permission.
  9. !
  10. ! This software and the related documents are provided as is, with no express
  11. ! or implied warranties, other than those that are expressly stated in the
  12. ! License.
  13. !===============================================================================
  14. ! Content:
  15. ! Intel(R) oneAPI Math Kernel Library (oneMKL) interface
  16. !*******************************************************************************
  17. !DEC$ DEFINE __INTEL_MKL_BUILD_DATE = 20230613
  18. !DEC$ DEFINE __INTEL_MKL__ = 2023
  19. !DEC$ DEFINE __INTEL_MKL_MINOR__ = 0
  20. !DEC$ DEFINE __INTEL_MKL_UPDATE__ = 2
  21. !DEC$ DEFINE INTEL_MKL_VERSION = 20230002
  22. include 'mkl_blas.fi'
  23. include 'mkl_trans.fi'
  24. include 'mkl_spblas.fi'
  25. include 'mkl_lapack.fi'
  26. include 'mkl_pardiso.fi'
  27. include 'mkl_dss.fi'
  28. include 'mkl_rci.fi'
  29. include 'mkl_vml.fi'
  30. include 'mkl_service.fi'
  31. include 'mkl_solvers_ee.fi'