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

[Urgent] I get permission denied when executing my job

gamersensual14
New Contributor I
962 Views

Hi Intel team, sorry I had to put urgent in the title but I need to complete a task in a week, so hopefully you are able to answer in a couple of days.

 

I just connected to the DevCloud. I first used the Jupyter Lab environment and then moved to Windows SSH. I can connect to the DevCloud normally, so I updated my files (successfully) but when it comes to executing it, it seems I dont have permission to do so.

 

Here is my sh:

./isra Cuprite NFINDR_endmembers 100 ISRA_ResultsSYCLDV100


I am executing "isra" with some parameters (which are files that are uploaded to the same folder I created in my root directory).

 

I've tried to execute it with:

qsub -l nodes=1:gpu:ppn=2 -d . SYCL100.sh

 

The .e generated file says:

/var/spool/torque/mom_priv/jobs/1900818.v-qsvr-1.aidevcloud.SC: line 2: ./isra: Permission denied 

 

I have also tried (the interactive mode?):

qsub -I -l nodes=1:gpu:ppn=2 -d .

 And then:

bash SYCL100.sh

But I still get:

SYCL100.sh: line 1: ./isra: Permission denied

 

I, before anything, executed the Arria 10 thing in https://devcloud.intel.com/oneapi/documentation/job-submission/

 

Thank you!

0 Kudos
1 Solution
gamersensual14
New Contributor I
908 Views

Hi Aik Eu.

 

Don't worry, I already solved it learning how to get inside a certain node using the interactive mode.

 

Thank you.

 

View solution in original post

0 Kudos
3 Replies
aikeu
Employee
912 Views

Hi gamersensual14,


May I know where you get the sample design (i.e. isra) for your project? And are this design related to FPGA or GPU?


Thanks.

Regards,

Aik Eu


0 Kudos
gamersensual14
New Contributor I
909 Views

Hi Aik Eu.

 

Don't worry, I already solved it learning how to get inside a certain node using the interactive mode.

 

Thank you.

 

0 Kudos
aikeu
Employee
895 Views

Hi gamersensual14,


Good to know that the issue has been resolved.

I will close this thread for now.


Thanks.

Regards,

Aik Eu


0 Kudos
Reply