Re: [deal.II] Question about compiling with CUDA

2023-08-07 Thread Daniel Arndt
I'm glad you found something that is working for you! Best, Daniel On Mon, Aug 7, 2023 at 9:52 AM Justin O'Connor wrote: > For posterity, ere's a dockerfile I got working that installs deal.ii with > cuda capability. :) > > Thanks, > Justin > On Friday, July 28, 2023 at 4:33:46 PM UTC-6 Justin

Re: [deal.II] Question about compiling with CUDA

2023-08-07 Thread Justin O'Connor
For posterity, ere's a dockerfile I got working that installs deal.ii with cuda capability. :) Thanks, Justin On Friday, July 28, 2023 at 4:33:46 PM UTC-6 Justin O'Connor wrote: > I'm now just using your dockerfile (thanks for the tips on it), and I am > trying to install deal.ii at the end.

Re: [deal.II] Question about compiling with CUDA

2023-07-28 Thread Justin O'Connor
I'm now just using your dockerfile (thanks for the tips on it), and I am trying to install deal.ii at the end. Adding this to the end of it: RUN apt update && apt install -y libblas-dev liblapack-dev WORKDIR /opt ENV DEALII_VERSION 9.5.1 RUN wget --no-verbose

Re: [deal.II] Question about compiling with CUDA

2023-07-27 Thread Daniel Arndt
Justin, a docker file that we are using in a different project can be found at https://github.com/arborx/ArborX/blob/master/docker/Dockerfile in case that helps. In general, I would advise against using nvhpc/nvc++ which proves to be pretty buggy as compared to nvcc/nvcc_wrapper or even (clang++