SALMON-TDDFT / SALMON2

SALMON 2.0.0 Development Repository
https://salmon-tddft.jp/
Apache License 2.0
12 stars 9 forks source link

Fix OpenACC error for NVIDIA HPC SDK version 23.11 #1189

Closed take-kurita closed 6 months ago

take-kurita commented 6 months ago

Following OpenACC error occurs on testsuite in the GPU environment when using NVIDIA HPC SDK version 23.11.

Failing in Thread:1
Accelerator Fatal Error: call to cuLaunchKernel returned error 701: Launch out of resources
 File: [path to SALMON src]/src/rt/taylor.f90
 Function: taylor:21
 Line: 59

This PR is fix for this error.

jenkins-diana commented 6 months ago

Can one of the admins verify this patch?

syamada0 commented 6 months ago

Thank you very much for the bugfix, Kurita-san!

syamada0 commented 6 months ago

ok to test