I Want to build a docker file for svFSI which can run the simulation on cluster. My simulations require Trilinos precondition.
Does this preconditioner is possible with docker file. Please guide me to build a docker file for svFSI which support Trilinos preconditioner
Thank you very Much
Docker file for svFSI preconditioner
- Krashn Kumar Dwivedi
- Posts: 4
- Joined: Fri Feb 10, 2023 10:58 am
- David Parker
- Posts: 1716
- Joined: Tue Aug 23, 2005 2:43 pm
Re: Docker file for svFSI preconditioner
Hello,
I guess you will just need to download Trilinos and build it within the Docker container. Building Trilinos is tricky so I would figure out the build process outside of Docker first.
Cheers,
Dave
I guess you will just need to download Trilinos and build it within the Docker container. Building Trilinos is tricky so I would figure out the build process outside of Docker first.
Cheers,
Dave
- Krashn Dwivedi
- Posts: 15
- Joined: Fri Feb 03, 2023 2:13 pm
Re: Docker file for svFSI preconditioner
if I will you inbuild svFSI linear solver for FSI simulation of mice aorta, will simulation affect except time large simulation time?
- David Parker
- Posts: 1716
- Joined: Tue Aug 23, 2005 2:43 pm
Re: Docker file for svFSI preconditioner
Hello,
I didn't quite understand your question.
The Trilinos preconditioner might could speed up the simulation. You will need to test on your simulation on a laptop or workstation to see if you get a significant speed-up to make it worthwhile to include Trilinos in the Docker container.
Cheers,
Dave
I didn't quite understand your question.
The Trilinos preconditioner might could speed up the simulation. You will need to test on your simulation on a laptop or workstation to see if you get a significant speed-up to make it worthwhile to include Trilinos in the Docker container.
Cheers,
Dave
- Krashn Dwivedi
- Posts: 15
- Joined: Fri Feb 03, 2023 2:13 pm
Re: Docker file for svFSI preconditioner
Thank you
I got the answer
I got the answer