Page 1 of 1
Docker file for svFSI preconditioner
Posted: Tue Jul 25, 2023 4:00 pm
by krashn159
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
Re: Docker file for svFSI preconditioner
Posted: Fri Jul 28, 2023 4:10 pm
by davep
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
Re: Docker file for svFSI preconditioner
Posted: Tue Aug 01, 2023 10:21 am
by krashn
if I will you inbuild svFSI linear solver for FSI simulation of mice aorta, will simulation affect except time large simulation time?
Re: Docker file for svFSI preconditioner
Posted: Tue Aug 01, 2023 11:39 am
by davep
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
Re: Docker file for svFSI preconditioner
Posted: Tue Aug 01, 2023 12:27 pm
by krashn
Thank you
I got the answer