Christoph Junghans

Results 78 issues of Christoph Junghans

and build a container as well.

Due to some build failure with Fedora's HPX package in: https://koji.fedoraproject.org/koji/taskinfo?taskID=123213163

Small change to follow voro++ upstream name convention: https://github.com/chr1shr/voro/blob/2cb6cefc690be1c653bfb8e65559ee8441c0b21f/CMakeLists.txt#L35 If they ever release voro++-0.4.7 we then can pick it up naturally.

cmake

From https://koji.fedoraproject.org/koji/taskinfo?taskID=124326687: ``` The following tests FAILED: 128 - Grid_Halo3d_MPI_test_SERIAL_np_24 (Failed) 132 - Grid_Halo2d_MPI_test_SERIAL_np_24 (Failed) 140 - Grid_ParticleDistributor2d_MPI_test_SERIAL_np_24 (Failed) 228 - Grid_Halo3d_MPI_test_OPENMP_np_24 (Failed) 232 - Grid_Halo2d_MPI_test_OPENMP_np_24 (Failed) 240 - Grid_ParticleDistributor2d_MPI_test_OPENMP_np_24...

bug

Some of the debian patches might be useful to take up before the next release: https://sources.debian.org/patches/silo-llnl/4.11-6.1/

@markcmiller86 just so you can reproduce the error from #438

``` /home/christoph/packages/Silo/Silo-4.11.1-build/Silo-main/tests/arbpoly3d.c:393:40: error: passing argument 4 of ‘DBPutUcdmesh’ from incompatible pointer type [-Wincompatible-pointer-types] 393 | DBPutUcdmesh(dbfile, "arbmesh", 3, coordnames, coords, nnodes, nzones, 0, 0, DB_FLOAT, ol); | ^~~~~~~~~~ | |...

I think it would be nice to be able to just do: ``` docker run -it kokkos/kokkos:latest /bin/bash ``` and get an environment to play with.