We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like I am not able to run yambo with CUDA support.
Branch:gpl/master
>nvfortran -v Export NVCOMPILER=/opt/nvidia/hpc_sdk/Linux_x86_64/24.1
When I launch the test-suite I get
<---> Xo@q[1] | | [000%] --(E) --(X) <---> Xo@q[1] |########################################| [100%] --(E) --(X) <---> [LA] X compute_on_gpu : yes <---> X@q[1] | | [000%] --(E) --(X) [ERROR] STOP signal received while in[05] Dynamic Dielectric Matrix (PPA) [ERROR] LINEAR ALGEBRA driver [SERIAL_lin_system_gpu]cusolverDnCgetrs failed
This the same error the ROBOTS (mo and Eliud) produce.
Any help is welcome.
The text was updated successfully, but these errors were encountered:
This is the bug fixed quite some time ago. Fix not yet in the master because merges are blocked.
Sorry, something went wrong.
I have the same error with yoda/develop.
Which branch is bug-free?
I think the fix is inside any gpl granch, but the master. maintenance-master for example can be considered.
This is the bug: #76
Solved by entering
/usr/lib/gcc/x86_64-linux-gnu
and linking by hand the latest version (12) to 10
x86_64-linux-gnu>ls -lst total 4 0 lrwxrwxrwx 1 root root 2 Aug 2 11:28 10 -> 12 4 drwxr-xr-x 5 root root 4096 Apr 22 09:51 12
In addition the test-suite works only by launching the NVIDIA robot with 1 cpu.
andrea-ferretti
sangallidavide
nicspalla
No branches or pull requests
It looks like I am not able to run yambo with CUDA support.
Branch:gpl/master
When I launch the test-suite I get
This the same error the ROBOTS (mo and Eliud) produce.
Any help is welcome.
The text was updated successfully, but these errors were encountered: