Sven Baars
Sven Baars
**Describe the bug** If a system has multiple network interfaces, like ethernet and wifi, or ethernet and docker, it hangs in seemingly random places. I am confused that it DOES...
See also https://github.com/amusecode/amuse/discussions/946 A similar issue is that stopping a worker and then starting another one needs 2*N+1 processors It would be nice if this could be solved in a...
OMUSE only has support for loading a single POP state when doing a restart from a previous run. This state is used for both `oldtime` and `curtime`. This seems wrong...
``` $ python setup.py build_codes --inplace running build_codes building libraries and community codes build, for logging, see 'build.log' [12:03:38] building adcirc [12:03:38] building cdo [12:03:38] building dales [12:03:39] building iemic...
In some applications, we want to have multiple instances of the same model running at the same time (in case we do sampling). The use of globals makes this impossible....
**Describe the bug** The following code segfaults: ```Python from Foundation import NSIndexSet s = NSIndexSet.alloc().initWithIndex_(0) ``` This is used in `array_property` so using `array_property` also causes segfaults. Note that `NSIndexSet.indexSetWithIndex_(0)`...