1. Thus this issue would not exist for simple parallel tasks involving
a reduction operation, such as computing average stresses over the
domain, using Threads::new_task?
Correct. This is the test that checks this:
https://github.com/dealii/dealii/blob/master/tests/multithreading/task_01_e
On 8/17/21 3:47 AM, Hermes Sampedro wrote:
I am working with step-29 and I would like to compute the solution for
different frequency values (omega). For now, I am implementing a loop that
updates /omega/, do the assemble and solve it. However, the simulations are
slow due to the assembling i
Hello everyone!
This is deal.II newsletter #178.
It automatically reports recently merged features and discussions about the
deal.II finite element library.
## Below you find a list of recently proposed or merged features:
#12663: Add MGCoarseGridApplyPreconditioner (proposed by peterrum)
htt
Dear Wolfgang,
Thank you for the quick response.
This is actually very difficult to achieve. I made that work for the 9.3
> release when you use `new_task()`, and I think one could probably make
> that
> work for `new_thread()` as well based on features C++11/14 provides. But I
> don't think this
David,
It depends where the build files are written. Do you see the build
files on your computer or do they exist only in the Docker container,
i.e, after you've killed Docker do the files still exist somewhere on
your computer ?
Best,
Bruno
Le mar. 17 août 2021 à 09:00, David Montiel Taboada
Hello, Bruno.
Thank you, I will check. I assumed that was not the issue because when I
compile inside docker files are created.
David
On Tue, Aug 17, 2021, 4:30 AM Bruno Turcksin
wrote:
> David,
>
> Have you try to create a new file and save it inside docker? What is your
> user name in docke
Hello,
I am working with step-29 and I would like to compute the solution for
different frequency values (omega). For now, I am implementing a loop that
updates *omega*, do the assemble and solve it. However, the simulations are
slow due to the assembling in every loop iteration. Is there any
David,
Have you try to create a new file and save it inside docker? What is your
user name in docker? Are you root? It could be a problem with your
permission.
Best,
Bruno
On Saturday, August 7, 2021 at 3:07:56 PM UTC-4 dmon...@umich.edu wrote:
> Sorry in my original email I wrote "This app