Jack S. Hale

Results 136 comments of Jack S. Hale

To clarify, I do have good reason to keep all workers within the same global MPI context, so the easy option of two `mpiexec -n 8 ipengine` and then using...

I think that's nearly it, thanks so much! I have one more question: what's the easiest way of implementing `launch_worker_process()`? I just want to have my MPI processes sitting there...

Yes in my case the workers will execute the same code as their engines so perhaps taking a view on all engines makes most sense. I don't need to do...

I wanted to let you know that we haven't forgotten about this, but the plan is to do a big push on demos once the API stabilises over the coming...

The FEniCS Book is obsolete, apart from describing the academic goals of the project. On the other hand, it does pickup citations for some people :) I know that Figshare...

Perhaps not @tbrandvik, because I agree with @michalhabera that there are better ways of doing this. I have a research problem that required this implementation and I had to get...

The proper way to deal with the cache issue is to improve the hashing. I'd really rather not go back to using environment variables for setting parameters. I think per-project...

Perhaps you need to define an explicit setter for name?

Yes, putting in the basic infrastructure to do scalable geometric multigrid is on our roadmap.

The release branches are in a reasonable state for finalising a release.