Sven Baars
Sven Baars
Here's a patch for the version of Wine shipped with Proton 5.0 [patch.zip](https://github.com/ValveSoftware/Proton/files/5178062/patch.zip)
You clone this git repository as described in the README, then use `git am patchname.patch` in the `proton/wine` directory, and then follow the instructions in the README on how to...
Looks like you're not applying it in the wine directory.
Still running into this (on a different machine again), but this time I'm also unable to solve it using the workaround described above. Only `redirection="none"` solved anything. Can't you just...
Any news on this? I keep having to rebuild Trilinos everywhere to enable `Teuchos_ENABLE_COMPLEX` because I have a Belos solver that depends on this. If this could be enabled by...
I'm running into this as well. I also tried to fix it, but it seems difficult with how everything is set up, and without much knowledge of the underlying code.
POP does (it is widely used in climate modelling, so it works), OMUSE [does not](https://github.com/omuse-geoscience/omuse/blob/master/src/omuse/community/pop/interface.py#L818). The interface doesn't have any way to access, store or restore the old state.
In our case it has to be because states are communicated between the different samples.
It depends/states. But let's discuss this during a meeting instead. The point of this issue is just to point out that we should avoid globals if possible. Not to make...
It seems like a lot of code duplication to me. Would it be possible to add an extra `oldtime` argument to all Fortran setters and getters, such that they can...