Skip to content

Commit 5ffce8e

Browse files
Remove DevCloud section
Signed-off-by: Charles Congdon <[email protected]>
1 parent fb262c6 commit 5ffce8e

File tree

1 file changed

+0
-25
lines changed
  • Tools/ApplicationDebugger/guided_matrix_mult_BadBuffers

1 file changed

+0
-25
lines changed

Tools/ApplicationDebugger/guided_matrix_mult_BadBuffers/README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -124,31 +124,6 @@ make VERBOSE=1
124124
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.
125125

126126

127-
### Build and Run the Sample in Intel® DevCloud (Optional)
128-
129-
When running a sample in the Intel® DevCloud, you must specify the compute node (CPU, GPU, FPGA) and whether to run in batch or interactive mode.
130-
131-
Use the Linux instructions to build and run the program.
132-
133-
You can specify a GPU node using a single line script.
134-
135-
```
136-
qsub -I -l nodes=1:gpu:ppn=2 -d .
137-
```
138-
- `-I` (upper case I) requests an interactive session.
139-
- `-l nodes=1:gpu:ppn=2` (lower case L) assigns one full GPU node.
140-
- `-d .` makes the current folder as the working directory for the task.
141-
142-
|Available Nodes |Command Options
143-
|:--- |:---
144-
|GPU |`qsub -l nodes=1:gpu:ppn=2 -d .`
145-
|CPU |`qsub -l nodes=1:xeon:ppn=2 -d .`
146-
147-
For more information on how to specify compute nodes read *[Launch and manage jobs](https://devcloud.intel.com/oneapi/documentation/job-submission/)* in the Intel® DevCloud for oneAPI Documentation.
148-
149-
>**Note**: Since Intel® DevCloud for oneAPI includes the appropriate development environment already configured, you do not need to set environment variables.
150-
151-
152127
## Guided Debugging
153128

154129
These instructions assume you have installed the Intel® Distribution for GDB* and have a basic working knowledge of GDB.

0 commit comments

Comments
 (0)