Adrian-Diaz

Results 15 comments of Adrian-Diaz

The system is showing Cuda 11.4 when I print the version for the module; also using gcc/9.3 and openmpi 3.1.6. I added -DKokkos_ENABLE_CUDA=ON and -DKokkos_ENABLE_CUDA_LAMBDA=ON to cmake and got the...

The configure works with the original and the changed arch detection file after I moved to compile on the compute node rather than the front end (completely different modules as...

I blew up the build folder and started from scratch when I moved to the compute node. EDIT: the mpicxx wrapping issue is because I was using the export inside...

I didn't seem to need the PR; I guess since I have CUDA on and OpenMP off. It compiles fine now using some of the configure script options from https://github.com/trilinos/Trilinos/issues/10843...

Looks like its compiling now, thanks for the configure script. However I'm still tripping up errors like this: msg

I suspected that was happening and scoped the first one, however it still gave me the error in the same place. Does calling import after getting a host view have...

Seems scope hammering all the dual view accesses in my code fixed it, thanks for the help. Adrian

What was the cmake configure command used? in which directory?

Hello, I'm assuming you mean a matar type templated on your class XeDefect like CArrayKokkos? either way that will store data in a kokkos view templated on XeDefect. The issue...