Re: [deal.II] Dealii docker workflow

2022-11-23 Thread Jiang Hu
Thanks, I will give it a go and hope it works. appreciate your help. Martin On Thursday, 24 November 2022 at 10:51:13 am UTC+11 Wolfgang Bangerth wrote: > On 11/23/22 16:44, Jiang Hu wrote: > > > > if I only copy step-1 content to the directory I need to create in my > h

Re: [deal.II] Dealii docker workflow

2022-11-23 Thread Jiang Hu
the linux file system. many thanks Martin On Thursday, 24 November 2022 at 10:34:00 am UTC+11 Wolfgang Bangerth wrote: > On 11/23/22 16:29, Jiang Hu wrote: > > -- Include macro > /usr/local/share/deal.II/macros/macro_deal_ii_setup_target.cmake > > CMake Error at >

[deal.II] Dealii docker workflow

2022-11-23 Thread Jiang Hu
Hi Dealii experts, I am trying to use deal.ii through docker desktop on windows system. I made the docker image pull : docker pull dealii/dealii:latest and get into the image through: docker run -i -t dealii/dealii:latest at the directory of /usr/local/examples, i am trying to run step-1

Re: [deal.II] Re: Cannot find the header files when compiling with WSL Linux distributive in VS code

2022-01-28 Thread Jiang Hu
Hi Raghunandan, what is PPA? I am trying to set up in vscode, would like to know. Thanks Martin On Mon, 17 Jan 2022 at 00:21, Raghunandan Pratoori wrote: > Hi, > > I use VS Code with WSL. I followed the instructions on these 2 pages and > was able to get it to work - >

Re: [deal.II] Deal.II programming environment

2021-07-22 Thread Jiang Hu
sualstudio.com/docs/remote/ssh >>> https://code.visualstudio.com/docs/remote/ssh-tutorial >>> >>> The hardest thing is getting the initial ssh connection to the virtual >>> machine working, because after that you can navigate the virtual machine in >>> VSCode a

Re: [deal.II] Deal.II programming environment

2021-07-21 Thread Jiang Hu
hardest thing is getting the initial ssh connection to the virtual > machine working, because after that you can navigate the virtual machine in > VSCode and set up a workspace as if it was the physical machine that you’re > working on. > > Best, > Jean-Paul > > > On 22

[deal.II] Re: Deal.II programming environment

2021-07-21 Thread Jiang Hu
Hi Bruno, Thanks for the link. The thing is, I am using a virtual box machine with Deal.II and Ubuntu. where should I get Eclipse installed? I guess doing it in windows should not work. Thanks for your time. Martin On Wednesday, 21 July 2021 at 10:11:01 pm UTC+10 bruno.t...@gmail.com

Re: [deal.II] Deal.II programming environment

2021-07-21 Thread Jiang Hu
; David Wells > ---------- > *From:* dea...@googlegroups.com on behalf of > Jiang Hu > *Sent:* Wednesday, July 21, 2021 1:22 AM > *To:* deal.II User Group > *Subject:* [deal.II] Deal.II programming environment > > Hello everyone, > > Quite excite

[deal.II] Deal.II programming environment

2021-07-20 Thread Jiang Hu
Hello everyone, Quite excited to find Deal.II and its potential. I installed virtual machine with Deal.II, and run step 7 on terminal without any problem. The question is if I want to compile bigger program with Deal.II , what is the typical working environment? I assume we can not with