python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
GNU FORTRAN OpenACC Accessing an allocatable member of a derived type on device
I need to access an allocatable member of a derived type on device. I found a good solution here. However, it uses a PGI compiler. I could not figure out how to install that compiler with all the lice...

DKS
Votes: 0
Answers: 2
How to read data using GPU with an OpenACC Fortran code?
I am trying to upgrade some legacy f77 codes to analyse molecular dynamics trajectories. I have had some success with modern fortran with OpenACC directives. My aim now is to read the LAMMPS trajector...

Gyrtle
Votes: 0
Answers: 0
OpenACC: How to force copy data from host to device even if already present?
I am trying to build some time metrics for an OpenACC code. One of the most time consuming tasks is copying a big array from the host to the device. I am running the same code multiple times in order ...
Belen
Votes: 0
Answers: 1