From 343804bb576c71a93cd5fd23619030254757507e Mon Sep 17 00:00:00 2001 From: Tankut Baris Aktemur Date: Thu, 20 Aug 2020 10:12:27 +0200 Subject: [PATCH] array-transform: update the devcloud note Signed-off-by: Tankut Baris Aktemur --- Tools/ApplicationDebugger/array-transform/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Tools/ApplicationDebugger/array-transform/README.md b/Tools/ApplicationDebugger/array-transform/README.md index 255cfe8957..89023a1429 100644 --- a/Tools/ApplicationDebugger/array-transform/README.md +++ b/Tools/ApplicationDebugger/array-transform/README.md @@ -93,7 +93,14 @@ system. If running a sample in the Intel DevCloud, remember that you must specify the compute node (CPU, GPU, FPGA) as well whether to run in -batch or interactive mode. For more information see the IntelĀ® oneAPI +batch or interactive mode. For the array transform sample, a node +with GPU and an interactive shell is recommended. + +``` +$ qsub -I -l nodes=1:gpu:ppn=2 +``` + +For more information see the IntelĀ® oneAPI Base Toolkit Get Started Guide (https://devcloud.intel.com/oneapi/get-started/base-toolkit/).