PHARE
PHARE copied to clipboard
💫 Parallel Hybrid Particle In Cell code with Adaptive mesh REfinement
I have a vague recollection of testing this already but I'm not 100% sample code ```c++ #include #include #include #include // posix_memalign #include // madvise template struct thp_allocator { constexpr...
#613
it can get pretty hectic in the command line with error messages from many ranks so I suggest we do redirect most ranks (>0) to file, and if there's an...
https://stackoverflow.com/a/49297190/795574 ## Summary by CodeRabbit - **Bug Fixes** - Adjusted compiler flags to resolve a bug related to `--param=min-pagesize=0` for GNU compilers. - **Refactor** - Removed the `F` member from...
diagnostics git hash is still reading from disk at runtime, should probably use build config version instead if available ## Summary by CodeRabbit - **New Features** - Added functionality to...
## Summary by CodeRabbit - **New Features** - Introduced a new test case for evaluating the impact of copy/stream for various patch sizes and parameter sets. - **Refactor** - Unified...
For https://github.com/PHAREHUB/PHARE/issues/831 To allow python to know about env vars from C++ suggestive as is ```shell > python3 -c "from pyphare import cpp; cpp.print_env_vars_info()" PHARE_SCOPE_TIMING: Enable function scope timing Options:...
when running `tests/simulator/refinement/test_2d_10_core.py` with `mpirun -n 10` ``` File "/path/to/git/phare/master/tests/simulator/refinement/test_2d_10_core.py", line 206, in main() File "/path/to/git/phare/master/tests/simulator/refinement/test_2d_10_core.py", line 202, in main Simulator(sim, post_advance=post_advance).run() File "/path/to/git/phare/master/pyphare/pyphare/simulator/simulator.py", line 164, in run self.advance() File...