Pierre Kestener

Results 25 issues of Pierre Kestener

Provide a simple fix for issue #54 also fix wrong call to pthread_setname_np (under linux) in file src/libcore/thread.cpp

building on linux (at least my Ubuntu 17.04 machine) requires to slightly patch data/scons/qt5.py because Qt is not found, while it is available. Fix is simple: pcmodules = [module+debugSuffix for...

Hello, i'm new to timemory. I was just trying to build with cuda/gpu support, and I have a compilation error when building gpu examples. It is a bit weird to...

- enforce using Kokkos::LayoutLeft as the vectorization must happend in the first dimension. - change initial value in array "data" to be non-uniform

Hi, I think there is a bug in simd_warp exercise: `data` is a 2d View declared with the default memory layout, but it really should be declared with LeftLayout, so...

I'd like to suggest here two minor ideas to slightly improve cmake in bitpit, related to [modern cmake best practice use](https://cliutils.gitlab.io/modern-cmake/) 1. Use imported targets: e.g. when calling find_package(MPI), cmake...

I order to ease writing IO routine outside of class ParaTree/PabloUniform, a routine that needs to access mesh connectivity and geometry, I would like to suggest the following modifications: -...

I'd like to contribute a cmake build system for wannier. I've tried to mimic as much as as possible the existing Makefile build (including building doc, making dist tarfile and...

Hello, when running dflo (built against deal.ii >=8.3) from src_mpi, and after fixing external_force function parser initialization, I get a runtime error: An error occurred in line of file in...