Stefan P. Domino

Results 25 comments of Stefan P. Domino

When I run this case on this resource, Currently Loaded Modules: 1) tbb/2021.1.1 3) compiler/2021.1.1 5) impi/2018 2) compiler-rt/2021.1.1 4) intel/2021.1.1 6) gnu8/8.3.0 I also see: Quad42DSCS::general_face_grad_op: issue.. This was...

Adding input file in non-pdf form. [dgSquare_R1n.txt](https://github.com/NaluCFD/Nalu/files/8839095/dgSquare_R1n.txt)

@sayerhs and @sthomas61, could you please post your timing overview for a select number of threaded cases that you have already run? Many thanks.

Thanks. If you can add the full set of timers, e.g., total, STKPERF, etc., that would be useful. I noticed the timers were wrong when I looked at my Cori...

Sounds good. With my nalu.C change, feel free to close this if you feel that everything is looking in order for the threaded use case.

I will look more at this tomorrow and see if I find a path forward. However, it seems like I need to make sure that the assembly and solve is...

I agree that scrubbing the timers will take some time. Most EqSys modify either timerAssemble_ (for field-updates) or timerMisc_ (for wall function variables, initialization, etc). However, these seem to be...

A clue: ``` // avoid computing stresses when when oldTimeFilter is not zero // this will occur only on a first time step of a new simulation if (oldTimeFilter >...

I was just looking at Nalu-Wind and saw this bug report. The initial data probes implementation was really sensitive to restarting. There were plenty of use-cases that worked, however, may...

What is the code line in Nalu? Within a nonlinear iteration, the system's connectivity is not changing.