Replies: 3 comments 6 replies
-
Thanks for the report, an actual output showing the error would certainly be helpful. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Has there been any progress on a resolution here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also interested in the current status of GPU support. Is this same behavior being observed for 6.5.1 with the latest NVHPC SDK? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have tried to build xtb 6.4.1 from source for gpu's (Nvidia V100) on a machine running under CentOS 7 following the online instructions using:
(TeraChem and Amber have been installedand run on the gpu's, and thus there is nothing inherently wrong with the machine)
meson was run with the following instructions (no problems):
$ meson setup build_gpu --prefix=$HOME/.local -Dla_backend=netlib -Dgpu=true -Dcusolver=true -Dgpu_arch=70
However, the build fails when running:
$ ninja -C build_gpu install
ninja stops with very minimal error messages:
ninja: build stopped: subcommand failed.
It can be re-run a few times compiling about 10 subroutines at a time before stopping until it stops permanently.
Any suggestions on how to move forward?
Thanks,
Lars
Beta Was this translation helpful? Give feedback.
All reactions