Aron Ahmadia
Aron Ahmadia
> I've tried to dig around and clear the fortran memory with little luck, @ahmadia do you have workaround I could use? Effectively I just want to revert back to...
Unfortunately, the Fortran kernels are all "stateful", so fixing this, at minimum, would require exposing a Fortran routine for your solver that clears any common data.
If we use relative symlinks, those should work even if the directory structure is moved...
Although I think these are all symptoms of the same problem. Clawpack cannot both be a library (something that is installed once and then available from the system) and a...
As noted in https://github.com/erdc-cm/proteus/commit/62521f83526ff91e26e08062f4a8fe2bf854f378#commitcomment-7909712, there appears to be a bug in the current implementation of NewtonNS's solve method, so this is another reason for refactoring the method out.
+1. I assume the end goal would be for iproteus to completely reproduce parun's functionality and then parun just call iproteus?
No guarantees that petsc4py is doing this, I just know that PETSc registers signal handlers. Lisandro would know.
I'm not sure what to do with the `configure` script since it is basically a no-op. I'm just going to leave it be for now...
It turns out that we just had a bug in the flags for propagating link arguments. I've fixed it. I'm going to leave this issue open, since I suspect a...
Another example, passing points as lists instead of tuples to the PointGauges constructor gives errors about unhashable type.