Skip to content

Commit ef9992a

Browse files
authored
Update docs/software/sciapps/cp2k.md
1 parent 5ce62bc commit ef9992a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/software/sciapps/cp2k.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,8 @@ terminate called after throwing an instance of 'pika::cuda::experimental::cusolv
429429
what(): cuSOLVER function returned error code 7 (CUSOLVER_STATUS_INTERNAL_ERROR): pika(bad_function_call)
430430
```
431431

432-
The reason is that too many cuSOLVER handles are created. If you don't need DLA-Future, you can manually set the number of BLAS and LAPACK handlers to 1 by setting the following environment variables:
432+
The reason is that too many cuSOLVER handles are created.
433+
If you don't need DLA-Future, you can manually set the number of BLAS and LAPACK handlers to 1 by setting the following environment variables:
433434

434435
```bash
435436
DLAF_NUM_GPU_BLAS_HANDLES=1

0 commit comments

Comments
 (0)