Yggdrasil openCL library availability

Hello

I cannot find where are located openCL libs. Module spider cannot find them.

I Need them to build a project relying on them ! ( TornadoVM project)

Where can I find them?

Thanks for your help
Gregory

Hi @Gregory.Jevardat

Are you talking about this : PyOpenCL

Or this one?

(baobab)-[sagon@login1 ~]$ ml spider pocl/4.0-CUDA-12.1.1

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  pocl: pocl/4.0-CUDA-12.1.1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Description:
      PoCL is a portable open source (MIT-licensed) implementation of the OpenCL standard (1.2 with some 2.0 features supported).


    You will need to load all module(s) on any one of the lines below before the "pocl/4.0-CUDA-12.1.1" module is available to load.

      GCC/12.3.0

    Help:
      Description
      ===========
      PoCL is a portable open source (MIT-licensed) implementation
      of the OpenCL standard (1.2 with some 2.0 features supported).


      More information
      ================
       - Homepage: http://portablecl.org

Then, once loaded, you can see where the libs are located:

(baobab)-[sagon@login1 ~]$ pkg-config --libs pocl
-L/opt/ebsofts/pocl/4.0-GCC-12.3.0-CUDA-12.1.1/lib64 -lpocl