Richard Pausch

Results 73 issues of 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: ![grafik](https://github.com/ComputationalRadiationPhysics/isaac/assets/5121158/8b34cf06-1dde-4315-b847-1d3c3327685d)

bug

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:...

bug
question
server

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...

bug

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: ![grafik](https://user-images.githubusercontent.com/5121158/143602170-4d375d7c-b934-41de-95b4-279bb58670a9.png)

bug
question
client

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. ![grafik](https://user-images.githubusercontent.com/5121158/145391934-1d2d9b3c-83d4-473d-a0cc-03d59941b1e3.png) This seems to...

bug

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...

warning

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...

enhancement
server

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: -...

server
documentation

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...