- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Intel team!
Today I have a simple question, I have a code that uses the BLAS library. I want to run it in the DevCloud, but it looks like BLAS isn't available, so I cant compile it in the DevCloud.
If I to compile it statically in local and then upload it to the DevCloud, it won't let me execute it and just say "Permission Denied".
What can I do about this?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Adrian,
Thanks for reaching out to us.
>>it won't let me execute it and just say "Permission Denied"...What can I do about this?
Could you please confirm if you have given file permissions before running the uploaded executable?
I tried to reproduce the issue with a sample code and a quick check from my side shows that the executable file which I uploaded only have read permissions.
After doing
chmod 777 <executable_name>
I could see that it is working fine with no errors.
Here is the screenshot of running the executable.
>>but it looks like BLAS isn't available
You can make use of BLAS routines from oneMKL which is already installed in Devcloud.
Reference Link:
Please get back to us if you still have any issues.
Regards,
Vidya.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Adrian,
Thanks for reaching out to us.
>>it won't let me execute it and just say "Permission Denied"...What can I do about this?
Could you please confirm if you have given file permissions before running the uploaded executable?
I tried to reproduce the issue with a sample code and a quick check from my side shows that the executable file which I uploaded only have read permissions.
After doing
chmod 777 <executable_name>
I could see that it is working fine with no errors.
Here is the screenshot of running the executable.
>>but it looks like BLAS isn't available
You can make use of BLAS routines from oneMKL which is already installed in Devcloud.
Reference Link:
Please get back to us if you still have any issues.
Regards,
Vidya.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much Vidya! I thought it couldn't be changed as a security measurement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Adrian,
Thanks for accepting our solution.
Please post a new question if you need any additional assistance from Intel as this thread will no longer be monitored.
Have a Nice Day!
Regards,
Vidya.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page