Skip to content

Commit f130247

Browse files
Remove DevCloud section
Signed-off-by: Charles Congdon <[email protected]>
1 parent 1417bf1 commit f130247

File tree

1 file changed

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

1 file changed

+0
-24
lines changed

Tools/ApplicationDebugger/guided_matrix_mult_RaceCondition/README.md

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

118118
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.
119119

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

145121
## Guided Debugging
146122

0 commit comments

Comments
 (0)