[deal.II] Setting up dealii through Docker

2020-06-25 Thread Bhavesh Shrimali
Hi dealii users, I wanted to get started with dealii (and in the long run hopefully use it for my research). Naturally, I sought the easiest way forward through docker. Since I use Singularity more often than docker (due to seamless transition to running on our HPC cluster) I put together a

Re: [deal.II] Setting up dealii through Docker

2020-06-26 Thread Bhavesh Shrimali
ed. > If you inspect your container can you find the deal.II library, i.e. the > include files and the shared library? > If so, how did you try to invoke CMake when trying to build step-1? Do you > set any environment variables like DEAL_II_DIR? > > Best, > Daniel > >

Re: [deal.II] Setting up dealii through Docker

2020-06-27 Thread Bhavesh Shrimali
master? If this is the case, the > example looks for 9.3pre but the image we provide only has 9.1 installed. > Try inspecting the CMakeList.txt to see which version is being looked for, > and try changing to 9.1. > > Luca > > Il giorno 27 giu 2020, alle ore 06:58, B

Re: [deal.II] Setting up dealii through Docker

2020-06-28 Thread Bhavesh Shrimali
ies): > > https://code.visualstudio.com/docs/remote/containers > > Best, > Luca > > Il giorno 28 giu 2020, alle ore 03:34, Bhavesh Shrimali < > bhavesh...@gmail.com > ha scritto: > >  > Hi Luca, > > Thanks a lot for the reply! After a fresh pull of the container (wi