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

qsub -q batch@v-qsvr-nda -l nodes=1:gpu:ppn=2 -d . vector-add.s

amara5
New Contributor I
733 Views

Hi,

while trying to execute the command:

qsub -q batch@v-qsvr-nda -l nodes=1:gpu:ppn=2 -d . vector-add.s

I get:

qsub: submit error (Unauthorized Request  MSG=group ACL is not satisfied: user u40480@login-2, queue batch)

Thanks,

Alex

0 Kudos
3 Replies
ArunJ_Intel
Moderator
733 Views

Hey Alex,

 

Thanks for reaching out to us. Could you please try submitting your job without specifying the queue name as in the  code snippet given below.

 

qsub -l nodes=1:gpu:ppn=2 -d . vector-add.s

 

0 Kudos
ArunJ_Intel
Moderator
733 Views

Hey Alex,

Hope you  have tried out the step we had provided. Could you please confirm if your issue is resolved.

 

Thanks

Arun Jose

0 Kudos
ArunJ_Intel
Moderator
733 Views

Hey Alex,

 

We  are closing this case assuming the solution provided helps.

 

Arun Jose

0 Kudos
Reply