Skip to content

Commit 317c91b

Browse files
Remove DevCloud section
Signed-off-by: Charles Congdon <[email protected]>
1 parent 4a8c43d commit 317c91b

File tree

1 file changed

+0
-31
lines changed
  • Tools/ApplicationDebugger/guided_matrix_mult_InvalidContexts

1 file changed

+0
-31
lines changed

Tools/ApplicationDebugger/guided_matrix_mult_InvalidContexts/README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -148,37 +148,6 @@ make VERBOSE=1
148148

149149
If you receive an error message, troubleshoot the problem using the **Diagnostics Utility for Intel® oneAPI Toolkits**. The diagnostic utility provides configuration and system checks to help find missing dependencies, permissions errors, and other issues. See the *[Diagnostics Utility for Intel® oneAPI Toolkits User Guide](https://www.intel.com/content/www/us/en/docs/oneapi/user-guide-diagnostic-utility/current/overview.html)* for more information on using the utility.
150150

151-
### Build and Run the Sample in Intel® DevCloud (Optional)
152-
153-
When running a sample in the Intel® DevCloud, you must specify the compute
154-
node (CPU, GPU, FPGA) and whether to run in batch or interactive mode.
155-
156-
Use the Linux instructions to build and run the program.
157-
158-
You can specify a GPU node using a single line script.
159-
160-
```
161-
qsub -I -l nodes=1:gpu:ppn=2 -d .
162-
```
163-
164-
- `-I` (upper case I) requests an interactive session.
165-
166-
- `-l nodes=1:gpu:ppn=2` (lower case L) assigns one full GPU node.
167-
168-
- `-d .` sets the current folder as the working directory for the task.
169-
170-
|Available Nodes |Command Options
171-
|:--- |:---
172-
|GPU |`qsub -l nodes=1:gpu:ppn=2 -d .`
173-
|CPU |`qsub -l nodes=1:xeon:ppn=2 -d .`
174-
175-
For more information on how to specify compute nodes read *[Launch and manage
176-
jobs](https://devcloud.intel.com/oneapi/documentation/job-submission/)* in the
177-
Intel® DevCloud for oneAPI Documentation.
178-
179-
> **Note**: Since Intel® DevCloud for oneAPI includes the appropriate
180-
> development environment already configured, you do not need to set
181-
> environment variables.
182151

183152
## Guided Debugging
184153

0 commit comments

Comments
 (0)