Skip to content

Commit c7c04bd

Browse files
committed
Ran spellcheck
1 parent dd70fc8 commit c7c04bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/gpuDebugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ CRAY_ACC_DEBUG: 0 (off), 1, 2, 3 (very noisy)
3939
- Recognizes `stderr`, `stdout`, and `process`.
4040
- `process` automatically generates a new file based on `pid` (each MPI process will have a different file)
4141

42-
- While this enviornment variable specifies ACC, it can be used for both OpenACC and OpenMP
42+
- While this environment variable specifies ACC, it can be used for both OpenACC and OpenMP
4343

4444
```bash
4545
CRAY_ACC_FORCE_EARLY_INIT=1
4646
```
4747
- Force full GPU initialization at program start so you can see start-up hangs immediately
48-
- Default behavior without environment variable is to defer initalization on first use
48+
- Default behavior without environment variable is to defer initialization on first use
4949
- Device initialization includes initializing the GPU vendor’s low-level device runtime library (e.g., libcuda for NVIDIA GPUs) and establishing all necessary software contexts for interacting with the device
5050

5151
### Cray OpenACC Options

0 commit comments

Comments
 (0)