Richard Pausch
Richard Pausch
If there are too many GPUs/Cells (my test 1024 GPUs and 8.5 billion cells), the client will state there are 0 GPUs and 0 cells: 
When building the current isaac `dev` as follows: ```bash git clone -b dev https://github.com/ComputationalRadiationPhysics/isaac.git cd ./isaac mkdir .build cd .build cmake -DCMAKE_INSTALL_PREFIX=__some_other_path__/bin __above_path__/isaac/server ``` I ran into the following problem:...
The client option /button "Update minmax interval" worked fine for all previous cases. Now I used two species and "Update minmax interval" did not create a output anymore. I am...
Using the ISAAC dev and vector field visualization of the E_y component results in extremely high numbers which can not be dealt with in the functor chain: 
When visualizing the constant density, a camera position dependent oscillation along lines appears in the view. See image below - white arrows point towards these oscillations.  This seems to...
If I compile PIConGPU with ISAAC enabled in HZDR hemera, I get the following deprecation warning: ``` .../lib/isaac/lib/cmake/ISAAC/ISAACConfig.cmake:30 (cmake_policy): The OLD behavior for policy CMP0048 will be removed from a...
I tested isaac using the default KHI example (with gamma=3). In order to plot the particle momentum according to the min max range, I used the "With add" option to...
It would be very convenient if the isaac server creates a new output (dump) directory after a loop restart. This would allow a much easier separation of simulation runs. cc'ing...
This is the followup issue to #93 suggested by @ax3l. As realized during setup of isaac, newer versions of `libwebsocket` are not compatible with isaac. Therefore we need to: -...
When using the `isaac` server with the `--dump $PATH_TO_DUMP_DIR` flag, everything works (connect, jpeg dumps in directory, steering, etc. ) **except** for **showing a visualization in the html client**. This...