Skip to content

Commit 98d35c9

Browse files
authored
Merge pull request #748 from arswalid/oneapi
intel parallel studio changes
2 parents de948a8 + be11878 commit 98d35c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Documentation/Development/Performance_Tools/Intel/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Intel Performance tools
1+
# oneAPI
22

3-
*Intel Performance tools are a set of software that enable developing and optimizing software for the latest processor architectures.*
3+
*oneAPI tools are a set of software that enable developing and optimizing software for the latest processor architectures.*
44

55
??? example "Intel VTune Amplifier XE"
66

@@ -129,7 +129,7 @@
129129

130130
**Before you begin, please make sure that your application is compiled with the debug flag (-g), to enable profiling and debugging.**
131131

132-
When using the suite of tools from Intel Performance packages on Kestrel, we recommend that you set your `TMPDIR` to point to a location in your `SCRATCH` directory:
132+
When using the suite of tools from oneAPI on Kestrel, we recommend that you set your `TMPDIR` to point to a location in your `SCRATCH` directory:
133133
`export TMPDIR=/scratch/$USER/tmp`
134134

135135
!!! tip "Important:"

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ nav:
156156
- Documentation/Development/Performance_Tools/Linaro-Forge/index.md
157157
- MAP: Documentation/Development/Performance_Tools/Linaro-Forge/map.md
158158
- Performance Reports: Documentation/Development/Performance_Tools/Linaro-Forge/performance_rep.md
159-
- Intel Parallel Studio:
159+
- oneAPI Tools:
160160
- Documentation/Development/Performance_Tools/Intel/index.md
161161
# - Trace Analyzer: Documentation/Development/Performance_Tools/Intel/trace.md
162162
# - VTune : Documentation/Development/Performance_Tools/Intel/vtune.md

0 commit comments

Comments
 (0)