Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1644 Discussions

Unable to build vector-add sample

Singh__Kuljeet
Beginner
1,248 Views

Hi,

I am getting below error on building the vector-add sample as described in the getting started guide.

u33211@login-1:~/oneapi-toolkit-development/DPC++Compiler/vector-add$ qsub -q build@v-qsvr-nda -l nodes=1:gpu:ppn=2 -d . build.sh
qsub: submit error (Unknown queue MSG=requested queue not found)

on checking the /opt/ path I also do not see a intel/inteloneapi entry.

Kindly let me know how can I resolve this issue or change the build node.

 

Thanks, 

 


 

0 Kudos
4 Replies
MikeP_Intel
Moderator
1,248 Views

1) try this qsub command: qsub -q batch@v-qsvr-nda -l nodes=1:gpu:ppn=2 -d . build.sh

2) there are no oneAPI toolboxes on the login node (during the closed beta), so nothing in /opt

 

Check out this article with complete instructions: https://software.intel.com/en-us/articles/getting-started-with-intel-devcloud-for-oneapi-projects

0 Kudos
ArunJ_Intel
Moderator
1,248 Views

Hey Kuljeet,

 

Could you please confirm if the solution provided helped so we can close this case.

 

Arun

0 Kudos
Singh__Kuljeet
Beginner
1,248 Views

Hi Mike,

Thanks for the help. I was able to build and execute the vector-add example.

Thanks,

0 Kudos
ArunJ_Intel
Moderator
1,248 Views

Thanks for the confirmation. We are closing this case. If you face further issues please feel free to raise a new thread.

0 Kudos
Reply