Skip to content

Commit e945b84

Browse files
Remove DevCloud section
Signed-off-by: Charles Congdon <[email protected]>
1 parent 866ed3c commit e945b84

File tree

1 file changed

+0
-24
lines changed
  • Tools/ApplicationDebugger/guided_matrix_mult_SLMSize

1 file changed

+0
-24
lines changed

Tools/ApplicationDebugger/guided_matrix_mult_SLMSize/README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -119,30 +119,6 @@ make VERBOSE=1
119119

120120
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.
121121

122-
### Build and Run the Sample in Intel® DevCloud (Optional)
123-
124-
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.
125-
126-
Use the Linux instructions to build and run the program.
127-
128-
You can specify a GPU node using a single line script.
129-
130-
```
131-
qsub -I -l nodes=1:gpu:ppn=2 -d .
132-
```
133-
- `-I` (upper case I) requests an interactive session.
134-
- `-l nodes=1:gpu:ppn=2` (lower case L) assigns one full GPU node.
135-
- `-d .` makes the current folder as the working directory for the task.
136-
137-
|Available Nodes |Command Options
138-
|:--- |:---
139-
|GPU |`qsub -l nodes=1:gpu:ppn=2 -d .`
140-
|CPU |`qsub -l nodes=1:xeon:ppn=2 -d .`
141-
142-
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.
143-
144-
>**Note**: Since Intel® DevCloud for oneAPI includes the appropriate development environment already configured, you do not need to set environment variables.
145-
146122

147123
## Guided Debugging
148124

0 commit comments

Comments
 (0)