Forum Discussion

SGora1's avatar
SGora1
Icon for New Contributor rankNew Contributor
6 years ago

We have been granted to access to Intel DevCloud with 2 FPGA's connected. After connecting with the cluster via SSH, not able to see the FPGAs. How to view them and how to use them to run ML algorithms? Thanks in advance!

4 Replies

  • Hi ,

    Thank you for reaching out to us .

    We have contacted our concerned team regarding this . We will get back to you soon.

  • Hi,

    To make it work you have to execute the following instruction:

    lsipci | grep accel

    fpgaconf -B 0x3b hello_afu.gbs

    Above works on nodes n137, n138 and n139.

    I hope this helps.

    • SGora1's avatar
      SGora1
      Icon for New Contributor rankNew Contributor

      Hi,

      I connected via SSH and tried running the above commands. They didn't work maybe because I am on the login node 'login-1'. By running 'pbdnodes' I am able to view all the compute nodes available but n137, n138 and n139 are not listed among those.

      Kindly advise further. Thanks in advance.