Sam Pasmann
Sam Pasmann
Am having the same issue. But only when I'm running through a remote computer cluster. If I run on laptop I get 100% of the images, no throttling. Tried removing...
Hi @slayoo, I'm another mc/dc developer, thanks for your reply! A little more detail about our problem.. We communicate numpy arrays of "particles". Each particle is a custom numpy datatype...
To use the function timer add the argument `--use_timer=True` to your terminal command. Ex: `python input.py --use_timer=True` or `python input.py --use_timer=True --mode=numba`. The timing functionality uses wrappers, located in `decorators.py`,...
I've also encountered this issue, typically when running on the ND cluster. But I just ran the Takeda-1 problem with N=2e5 with 2 MPI processes and seem to get the...
Thank you @jpmorgan98 ! I've added the theory guide to my todo list. Yes, _fixed seed_ not fixed source. Thanks, @ilhamv.
All tests passing! @ilhamv
We might want to consider a `tools/` folder or something similar to store the bash scripts in?
Oh I wasn't aware of that PR, sorry. I thought last dev meeting we mentioned wanting to automate the formatting but I must have misunderstood. Yes, at first glance it...
I'm wondering if a solution was ever found? I've also been having trouble getting pyvista to render over X11 with ssh via VSCode. At first I think I was encountering...
I think that's a good idea @jtramm, see if this looks better.