Search Criteria
Package Details: nvhpc 24.7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvhpc.git (read-only, click to copy) |
---|---|
Package Base: | nvhpc |
Description: | NVIDIA HPC SDK |
Upstream URL: | https://gitlab.com/badwaik/archlinux/aur/nvhpc |
Keywords: | compiler cuda fortran pgi portland |
Licenses: | custom |
Conflicts: | pgi-compilers |
Replaces: | pgi-compilers |
Submitter: | a.kudelin |
Maintainer: | jayesh |
Last Packager: | jayesh |
Votes: | 14 |
Popularity: | 0.000058 |
First Submitted: | 2020-10-20 12:54 (UTC) |
Last Updated: | 2024-08-23 11:06 (UTC) |
Dependencies (4)
- gcc13
- numactl (numactl-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- env-modulesAUR (lmodAUR) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
iago-lito commented on 2024-07-11 07:41 (UTC) (edited on 2024-07-11 07:46 (UTC) by iago-lito)
Hello, I suspect the introduction of
/etc/profile.d/nvhpc.sh
by this package to break the environment for the other AUR package python-pytorch-cuda:Is there anything to fix so that
nvhpc
andpython-pytorch-cuda
both work on the same system?jayesh commented on 2023-05-20 05:58 (UTC)
@ylee: Thanks for your report. An alternative for now would be to use the
gcc12
package in archlinux as a dependency and runmakelocalrc
against it. I will look at this in a couple of days and see what can be done.ylee commented on 2023-05-19 23:51 (UTC)
It looks like the current
nvhpc
doesn't work with Arch's upstreamgcc-13
. This is reported at here, but not sure when they're going to support the newest gcc.jayesh commented on 2023-05-11 18:10 (UTC)
@nordwin thanks for the pull request. I have merged it now.
jayesh commented on 2023-05-04 09:23 (UTC)
@nordwin
yes, this is the case. Thanks for noticing and apologies.
I'm unable to fix this today, so it might take some time to fix. If you wish, you could send me a PR at https://gitlab.com/badwaik/archlinux/aur/nvhpc and I'll accept it.
Thanks.
Nordwin commented on 2023-05-04 09:05 (UTC)
Hey, is it possible that you forgot to update the checksums?
Because it says
sha256sums=('a01733a257995dc63a4f07b94dbad50b07f12d0515f7c7a9b2bebef3ac35750a' '8853cf0dcb2dec7acd25cedaf2e849993a8156165742a69381a44d4447ce19d5')
in the PKGBUILD, but I get
65c97207e7ac2d5f163bc50cb017a2c9519a7c9b2b3d12146d3dd433655963f2 nvhpc_2023_233_Linux_x86_64_cuda_12.0.tar.gz
and
19e5c4b25dc1c5a41123a3e84b18db0668d33f08f1dd8cf0d6ab1ace346f535b nvhpc.sh
jayesh commented on 2023-05-01 15:20 (UTC)
Updated to nvhpc 23.3
jayesh commented on 2023-02-05 23:18 (UTC) (edited on 2023-02-05 23:18 (UTC) by jayesh)
I've updated NVHPC to the new version 23.1. According to the release notes here: https://docs.nvidia.com/hpc-sdk/hpc-sdk-release-notes/index.html
So, in the interest of testing, I've commented out my hack of replacing the default MPI with HPC-X. Please test out the new package and let me know how things go with HPC-X.
ylee commented on 2022-12-22 07:53 (UTC) (edited on 2022-12-22 07:54 (UTC) by ylee)
@jayesh,
Here is the MWE for nvfortran:
And the code is:
Even though it uses openMP offloading,
nvfortran
will utilizes CUDA libraries with-mp=gpu
option.For the
nvcc
, without the symlinks that I mentioned before,The source code is:
Either with
-ccbin=gcc-11
or-allow-unsupported-compiler
resolve the issue.I hope you have a wonderful holiday. Thank you for your input.
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »