You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
I'd like to check the performance of different devices in doing a simple task, like the Matrix Multiplication. I'd like to do it with the devices in the Intel DevCloud. I've tried doing qsub -I -l nodes=1:gpu:ppn=2 -d . (or targetting fpga) and it went all okay, but what I have to do is to target a specific type of CPU, GPU and FPGA... When I tried to do for example qsub -I -l nodes=1:intel-hd-505:ppn=2 -d . I get error.
How can I do? Thanks in advance
The text was updated successfully, but these errors were encountered:
On Tue, 4 Feb 2020, 12:46 jkhemka, ***@***.***> wrote:
Hi,
You may check the available nodes by following command:
pbsnodes
You can choose a particular CPU sku by following command:
qsub -I -l nodes=1:clx:ppn=2
qsub -I -l nodes=1:skl:ppn=2
qsub -I -l nodes=1:cfl:ppn=2
Where clx stands for Cascadelake, skl stands for skylake and cfl stands
for coffeelake respectively.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8?email_source=notifications&email_token=AOL4BEO7VWXC26X3TUEGJZDRBFIQ5A5CNFSM4KLRFLX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKXKHWQ#issuecomment-581870554>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOL4BEOTR7O4BBGCDKJVHWTRBFIQ5ANCNFSM4KLRFLXQ>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to check the performance of different devices in doing a simple task, like the Matrix Multiplication. I'd like to do it with the devices in the Intel DevCloud. I've tried doing
qsub -I -l nodes=1:gpu:ppn=2 -d .
(or targetting fpga) and it went all okay, but what I have to do is to target a specific type of CPU, GPU and FPGA... When I tried to do for exampleqsub -I -l nodes=1:intel-hd-505:ppn=2 -d .
I get error.How can I do? Thanks in advance
The text was updated successfully, but these errors were encountered: