Please look at the input and output of the function `psum_integer` and `prelay`. Please describe the difference between both. It seems they are doing providing the exact same output.
I have suggested some modifications. I have not yet looked at `particle.f90`. I have an error with the following build command :
```
rm -rf ./build/ && FC=mpif90 cmake -S ./ -B ./build -DBUILD_T...
I have suggested some modifications. I have not yet looked at `particle.f90`. I can not test the code. I am using the following build command :
```
rm -rf ./build/ && FC=mpif90 cmake -S ./ -B ./...
I have suggested some modifications. I have not yet looked at `particle.f90`. I can not test the code. I am using the following build command :
```
rm -rf ./build/ && FC=mpif90 cmake -S ./ -B ./...
The comments in the previous review needs to be addressed :
1. Make sure the particles can run in single precision
2. Use the halo subroutines available in 2decomp. If it is not possible, plea...