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
This is more a help question rather than a issue
I have a Linux Fedora 38 system with a very old Nvidia GF119M [NVS 4200M] (rev a1) The nvidia driver is installed and these packages are installed
gcc-13.2.1-4.fc38.x86_64 gcc-offload-nvptx-13.2.1-4.fc38.x86_64 libgomp-offload-nvptx-13.2.1-4.fc38.x86_64
xorg-x11-drv-nvidia-390xx-kmodsrc-390.157-2.fc38.x86_64 xorg-x11-drv-nvidia-390xx-libs-390.157-2.fc38.x86_64 xorg-x11-drv-nvidia-390xx-390.157-2.fc38.x86_64 xorg-x11-drv-nvidia-390xx-cuda-libs-390.157-2.fc38.x86_64 xorg-x11-drv-nvidia-390xx-cuda-390.157-2.fc38.x86_64 akmod-nvidia-390xx-390.157-5.fc38.x86_64 kmod-nvidia-390xx-6.5.8-200.fc38.x86_64-390.157-5.fc38.x86_64 kmod-nvidia-390xx-6.5.9-200.fc38.x86_64-390.157-5.fc38.x86_64 nvidia-persistenced-535.113.01-1.fc38.x86_64
Am I as is then able to compile C++ code with OpenAcc directives and produce a binary that can run code on CPU + GPU?
or is there more to install
I found https://gcc.gnu.org/wiki/OpenACC quite hard to read
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is more a help question rather than a issue
I have a Linux Fedora 38 system with a very old Nvidia GF119M [NVS 4200M] (rev a1)
The nvidia driver is installed and these packages are installed
gcc-13.2.1-4.fc38.x86_64
gcc-offload-nvptx-13.2.1-4.fc38.x86_64
libgomp-offload-nvptx-13.2.1-4.fc38.x86_64
xorg-x11-drv-nvidia-390xx-kmodsrc-390.157-2.fc38.x86_64
xorg-x11-drv-nvidia-390xx-libs-390.157-2.fc38.x86_64
xorg-x11-drv-nvidia-390xx-390.157-2.fc38.x86_64
xorg-x11-drv-nvidia-390xx-cuda-libs-390.157-2.fc38.x86_64
xorg-x11-drv-nvidia-390xx-cuda-390.157-2.fc38.x86_64
akmod-nvidia-390xx-390.157-5.fc38.x86_64
kmod-nvidia-390xx-6.5.8-200.fc38.x86_64-390.157-5.fc38.x86_64
kmod-nvidia-390xx-6.5.9-200.fc38.x86_64-390.157-5.fc38.x86_64
nvidia-persistenced-535.113.01-1.fc38.x86_64
Am I as is then able to compile C++ code with OpenAcc directives and produce a binary that can run code on CPU + GPU?
or is there more to install
I found https://gcc.gnu.org/wiki/OpenACC quite hard to read
The text was updated successfully, but these errors were encountered: