Skip to content

Add thrust headers for running on LXPLUS-gpu

Tom Neep requested to merge thrust-lxplus-gpu into gpu-integration

I was testing running on lxplus-gpu which gives me a Tesla T4 GPU.

Setting up LCG_105/x86_64-el9-gcc12-opt I found that I needed to include thrust headers to make the code compile.

After doing so the GEM example runs fine.

Merge request reports