We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d86b6 commit d30b7eeCopy full SHA for d30b7ee
Tools/ApplicationDebugger/array-transform/README.md
@@ -93,7 +93,14 @@ system.
93
94
If running a sample in the Intel DevCloud, remember that you must
95
specify the compute node (CPU, GPU, FPGA) as well whether to run in
96
-batch or interactive mode. For more information see the Intel® oneAPI
+batch or interactive mode. For the array transform sample, a node
97
+with GPU and an interactive shell is recommended.
98
+
99
+```
100
+$ qsub -I -l nodes=1:gpu:ppn=2
101
102
103
+For more information see the Intel® oneAPI
104
Base Toolkit Get Started Guide
105
(https://devcloud.intel.com/oneapi/get-started/base-toolkit/).
106
0 commit comments