Forum Discussion
oneAPI FPGA Compile Node Errors
- 4 years ago
Hi @lkljucaric
I had the same problem which was resolved as follows on advice from Intel.
In the build script add a line at the beginning to ensure that the correct version of Python is used - here is the script I am now using:
#!/bin/bash
export PATH=/glob/intel-python/python2/bin/:${PATH}
source /opt/intel/inteloneapi/setvars.sh > /dev/null 2>&1
make hw -f Makefile.fpgaHope this works for you as well.
Kind regards
Marcus
Hi @lkljucaric,
Thank you for posting in Intel community forum and hope all is well.
On the Intel DevCloud, there are some cases where the qsub command are executed in the incorrect/corrupted node.
Hence for that would suggest to use the devcloud_login command and select the appropriate node with OneAPI and proceed with the compilation
Please do try and let us know that helps.
Best Wishes
BB