Mohsen

Results 7 issues of Mohsen

Allow updating bounds and local number of particles.

We should update the class of InverseTransformSampling to allow: - setting number of local particles. - updating boundaries.

feature request

There seems to be a problem with the srun. Elsa suggested using mpirun instead.

What is the purpose of adding `-G` when compiling for CUDA? `CMAKE_CXX_FLAGS_DEBUG` seems to include `-g` flag. Trying to include `-G`, I get errors like ``` [ 5%] Building CXX...

bug
cleanup

https://github.com/IPPL-framework/ippl/blob/a8bc1cb1cdc7378932f98b07de17677fa1dcc48f/src/Communicate/Window.hpp#L129C11-L129C11 The argument request is not being used. ``` src/ippl/src/Communicate/Window.hpp:129:87: error: unused parameter 'request' [-Werror,-Wunused-parameter] void Window::get(T& value, int source, unsigned int pos, Request* request) { ``` ^

bug

Add FieldsBase (or FIeldsContainer analogous to ParticleBase) with the addFields functionality.

feature request

Currently, it is assumed that only one of - Heffte_ENABLE_FFTW - Heffte_ENABLE_MKL - Heffte_ENABLE_CUDA and KOKKOS_ENABLE_CUDA - KOKKOS_ENABLE_HIP and Heffte_ENABLE_ROCM - None of KOKKOS_ENABLE_CUDA, Heffte_ENABLE_MKL, Heffte_ENABLE_FFTW, Heffte_ENABLE_ROCM is true. If...

cleanup