Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
164 commits
Select commit Hold shift + click to select a range
72244f8
Added new branch with collisionless TC from develop
vreville Dec 3, 2024
cb3bea8
Fixed undeclared CL arrays (GPU compiling)
vreville Dec 12, 2024
6ec6d0d
collisionless tc as an option of bragTDiffusion
Dec 14, 2024
9ac6698
idefix error includes collisionless status
vreville Dec 16, 2024
94a71d2
Added a saturation option for collisionless formulation
vreville Dec 20, 2024
e2f7a9a
add a column Density example
glesur Jan 12, 2025
26ffc60
add some documentation
glesur Jan 12, 2025
a1e6e67
add it to the tests
glesur Jan 12, 2025
9c58596
imrove documentation
glesur Jan 12, 2025
6283fd5
add doc link for column density
glesur Jan 12, 2025
8277ed0
missing testme file
glesur Jan 12, 2025
31ae1b8
add a 3D interface for column density computation
glesur Jan 14, 2025
d656036
Upwind scheme for cless TC with limiters + tests
Jan 15, 2025
7c10ec0
fix dimensions for alias
glesur Jan 15, 2025
79e70cf
updated ShowConfig functions from braginskii tc and viscosity to disp…
jeankpf Jan 16, 2025
c1cd824
Merge pull request #1 from jeankpf/collisionlessTC
vreville Jan 16, 2025
4286299
Merge pull request #316 from idefix-code/V2.2.00
glesur Jan 18, 2025
d0f348a
Génération automatique de plots de performance dans la doc
Jan 17, 2025
a61eb61
Updated doc for Collisionless TC
vreville Jan 20, 2025
7bef7a9
Corrected doc typo
vreville Jan 20, 2025
8f48bc2
Corrected typo
vreville Jan 21, 2025
1f891c7
add global routines to dump Idefix arrays (useful for debugging or
glesur Jan 21, 2025
afc3e4d
add missing header
glesur Jan 21, 2025
e840e2f
revert back to old reference commit sha to avoid merge conflicts
glesur Jan 21, 2025
ac10470
go back to last reference before fork
glesur Jan 22, 2025
76e399a
Récupération des derniers benchmarks sur JeanZay
Jan 24, 2025
49a56ee
Récupération de benchs pour H100; ajout de labels aux axes
Jan 24, 2025
0cb52ea
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Jan 24, 2025
0c07a8e
Use a std::vector of IdefixArray as input for the userdef braginskii …
vreville Jan 29, 2025
250610a
corrected typo
vreville Jan 29, 2025
2f54bb5
Merge pull request #308 from idefix-code/addColumnDensityExample
glesur Feb 9, 2025
898fcf3
add some doc
glesur Feb 9, 2025
241c69c
refactor DumpArray
glesur Feb 10, 2025
ab340ed
implements a 1st order IMEX1 solver for polydisperse dust species
glesur Feb 10, 2025
c0fbc84
switch for std.vector.at() in userdef TD tests
vreville Feb 11, 2025
22eaf5b
refactor dust drag law
glesur Feb 11, 2025
cbcc63f
clean up
glesur Feb 11, 2025
05ca488
change signature of userdef drag function
glesur Feb 11, 2025
6fbd722
add the dustyShock test from Benitez-Llambay 2019
glesur Feb 11, 2025
60740e7
add back dump files for reference
glesur Feb 11, 2025
4b8e277
update reference files for new dusyShock
glesur Feb 11, 2025
e844bc1
add documentation for implicit dust module
glesur Feb 11, 2025
78fae02
use proper update variables istead of pre-stage ones
glesur Feb 13, 2025
59a91d3
switch off heating terms when feedback is disabled (feedback assumes
glesur Feb 13, 2025
f1141ee
typo
glesur Feb 13, 2025
9b2afc5
restore energy conservation in implicit scheme with feedback
glesur Feb 13, 2025
e8d34bb
fix label of dust tracers with non-isothermal equation of state
glesur Feb 13, 2025
f87b698
Merge pull request #317 from vreville/CollisionlessTC
glesur Feb 17, 2025
34d9366
fix a bug that could lead to Nans when using the RKL scheme on grids
glesur Feb 19, 2025
cb7b999
change the way polar singularities are handled
glesur Feb 19, 2025
2874fda
-refactor curvature terms without using a small number on all Areas
glesur Feb 19, 2025
461ae58
fix typo
glesur Feb 20, 2025
a4ed690
fix capture on Cuda
glesur Feb 20, 2025
b3481f5
do not make an exception when Area=0, as this artificiallykills off one
glesur Feb 20, 2025
af6b3b7
update reference test
glesur Feb 20, 2025
9ea85b0
do not perform implicit capture
glesur Feb 20, 2025
ff459c0
remove reference to useless feedback
glesur Feb 20, 2025
3c9f26d
update signature of fargo+planet+dust drag function
glesur Feb 21, 2025
630836b
Merge pull request #321 from idefix-code/implicitDrag
glesur Feb 21, 2025
59dc0d6
Merge pull request #318 from idefix-code/addDumpArray
glesur Feb 21, 2025
ecb9d2d
Merge pull request #323 from idefix-code/fixRKLSmallGridSpacing
glesur Feb 21, 2025
902c003
add the job to the test suite
glesur Feb 21, 2025
24a62e4
update reference commit #
glesur Feb 21, 2025
c34b819
clean up test
glesur Feb 21, 2025
6f3bedd
too much cleaning
glesur Feb 22, 2025
dbdd28d
final cleanup
glesur Feb 22, 2025
2bc09a0
Merge pull request #324 from idefix-code/addCollionslessTCTest
glesur Feb 22, 2025
da27024
check coarsening inside ghost zone, and detect Nan.
glesur Mar 3, 2025
8bed32b
fix loop unrolling
glesur Mar 3, 2025
3d96f41
add back axis flux tube test
glesur Mar 3, 2025
f283f78
remove analysis from axisfluxtube
glesur Mar 4, 2025
4c9985f
add environement to gitignore
glesur Mar 4, 2025
3fb2236
final improvement to error message on grid coarsening levels
glesur Mar 4, 2025
1d9d101
use one single plot
glesur Mar 4, 2025
282cd12
Merge pull request #329 from idefix-code/checkCoarseningLevels
glesur Mar 4, 2025
4771bde
Update Adastra Mi250 to lock Rocm version
glesur Mar 6, 2025
b2168df
add benchmark data
glesur Mar 10, 2025
eccab2d
Merge pull request #319 from lih/marc-bench-plots
glesur Mar 11, 2025
d59ecf0
attempt at fixing Kokkos SYCL loop configuration (a proper benchmark
glesur Mar 11, 2025
ca9c8b0
tabs
glesur Mar 11, 2025
dd702ab
add a static_assert so that the error observed on syscl doesn't go
glesur Mar 12, 2025
9d7c589
do this for all loops
glesur Mar 12, 2025
217a812
catch misbehaved loops earlier (fix cuda!), and be more explicit.
glesur Mar 12, 2025
e58f724
cleaning up
glesur Mar 12, 2025
4c8ccb8
Merge pull request #331 from idefix-code/fixSyclConfig
glesur Mar 12, 2025
939f0cd
fix axis current regularisation along the south pole
glesur Mar 31, 2025
8e0481e
make divB check diemsionless
glesur Apr 14, 2025
bfc1aca
Merge pull request #334 from idefix-code/improveDivB
glesur Apr 15, 2025
1c33a03
Merge pull request #333 from idefix-code/fixJaxis
glesur Apr 16, 2025
d894627
use one single extra parameter for dump time output
glesur Apr 16, 2025
83986d0
add doc for wallclock dump outputs
glesur Apr 16, 2025
2529e80
Improve Wallclock dump outputs
glesur Apr 16, 2025
28ff697
Merge branch 'master' into develop
glesur Apr 16, 2025
1be4115
Add units (#338)
glesur Apr 25, 2025
e4b5a83
add Kokkos::fence at the beginning of profiling regions to fix profil…
glesur May 16, 2025
b22cd25
fix the energetic of ShearingBox+Fargo (#346)
glesur Jun 12, 2025
81f9143
Fix axis and reflective boundary conditions (#345)
glesur Jun 16, 2025
bea1c7b
fix "size" drag force with adiabatic equation of state (sound speed w…
glesur Oct 18, 2025
cde3a14
Doc updates (#354)
glesur Oct 18, 2025
18a22f7
Merge branch 'master' into develop
glesur Nov 5, 2025
7ff2f42
Fix axis regularisation (#356)
glesur Nov 27, 2025
3a8e37b
Fix BXs consistency accross mpi decomposition (#357)
glesur Dec 15, 2025
0880026
update changelog
glesur Dec 15, 2025
e289365
fix #358 (#359)
glesur Dec 18, 2025
3c5586e
typo
glesur Dec 27, 2025
52b6c97
[FIX] compatibility with compiling on AMD Instinct MI300A APU (#360)
dutta-alankar Jan 16, 2026
e53bc20
Add vector potentiel to pydefix (#361)
glesur Jan 20, 2026
de7ee54
Merge branch 'develop' of github.com:idefix-code/idefix into develop
glesur Jan 20, 2026
d83d694
fix incorrect subviews when using vector_potential in 2.5D (#362)
glesur Jan 21, 2026
56189c9
Usage of ccache in the test suite (#364)
svalat Mar 2, 2026
8300404
fix UCT HLLD when using DIMENSIONS<COMPONENTS (#363)
glesur Mar 10, 2026
df60d14
Fix div(B) check (#369)
glesur Mar 26, 2026
8171c32
Reorganise tests (#367)
glesur Mar 26, 2026
4f625af
MNT: upgrade inifix pre-commit hook (#372)
neutrinoceros Apr 4, 2026
24a3c3d
update pydefix for people using venv
glesur Apr 21, 2026
3b26652
update changelog in prep for release 2.2.1
glesur Apr 21, 2026
a6eebd1
Test launcher based on pytest (#366)
svalat Apr 21, 2026
3c69e45
update version number
glesur Apr 21, 2026
080557f
Merge branch 'develop' of github.com:idefix-code/idefix into develop
glesur Apr 21, 2026
326e7e0
Merge branch 'master' into develop
glesur Apr 21, 2026
5be7d71
fix security in ci-jobs
glesur Apr 21, 2026
62c3256
add pytest PR to changelog
glesur Apr 22, 2026
b6bdd5a
bump up sphinx package requirements for readthedocs
glesur Apr 22, 2026
8077957
Merge branch 'master' into develop
glesur Apr 22, 2026
0ef3886
test: add "default" semantic to testme.json files (#378)
svalat Jun 4, 2026
273abf1
Bump up to Kokkos 5.1 (#375)
glesur Jun 4, 2026
b3c330b
Revert "Bump up to Kokkos 5.1 (#375)"
glesur Jun 4, 2026
e589979
Bump up to Kokkos 5.1 (#384)
glesur Jun 4, 2026
cd56506
ci: run the test via the new way (test.py && **/testme.json) (#377)
svalat Jun 5, 2026
70f5318
fix segfault when using UCT_HLL with dimensions <3 (#386)
glesur Jul 2, 2026
39ff467
refactor: use the Buffer and BoundingBox types to perform the communi…
svalat Jul 8, 2026
85004d8
restore ctrl-c in pydefix (#388)
glesur Jul 8, 2026
3a12a5c
MNT: migrate inifix-pre-commit hooks (#383)
neutrinoceros Jul 9, 2026
a103389
do not show warning for balance issues on cpus (#387)
glesur Jul 10, 2026
4f0ff74
MNT: upgrade ruff pre-commit hook, move its configuration out of pre-…
neutrinoceros Jul 15, 2026
0822bdf
update python req to 3.10 consistently (#390)
glesur Jul 15, 2026
392d89d
STY: setup python formatting with ruff (#392)
neutrinoceros Jul 16, 2026
86f46ff
Bug: Coarsening+Viscosity (#397)
glesur Aug 17, 2026
1e23562
test: Fix missing propagation of return status when calling pytest in…
svalat Aug 18, 2026
b6136e4
TST/DEP: update minimal Python requirements (#393)
neutrinoceros Aug 19, 2026
f604897
Fixing issues related to linking parallel hdf5 on cmake (#391)
dutta-alankar Aug 19, 2026
8d8508a
github: update the action version dependencies to fix some warnings a…
svalat Aug 19, 2026
73255b0
Fix: Kokkos 5 performances on AMD (#402)
glesur Aug 26, 2026
9344820
MPI gpu-direct: make it optional and have fallback solution with devi…
svalat Aug 27, 2026
fa22d20
fix: typo in documentation + issue in pytest configuration (#404)
svalat Aug 28, 2026
3903fba
Enable parsing of 1D column data and interpolation in functional spac…
dutta-alankar Aug 31, 2026
289197c
doc: add documentation for pydefix in virtualenv (#365)
glesur Aug 31, 2026
110ab02
TST: require inifile to be Pluto/Idefix valid (#394)
neutrinoceros Aug 31, 2026
ec7751b
test: add usage of jsonschema to validate testme.json files and get m…
svalat Sep 2, 2026
e982729
Move CheckNan to end of loop on stages in timeIntegrator (#403)
nscepi Sep 3, 2026
5787cac
Add conservation test to OT and OT3D (#407)
glesur Sep 3, 2026
6ef3da0
Keep Inter-cell flux (#337)
glesur Sep 8, 2026
8e4f8db
ensure shearing box test also analyse B (#412)
glesur Sep 18, 2026
c46e497
fix spelling error (#411)
ScatteredComet Sep 18, 2026
f0403bb
copyrights: update copyright headers in all files of the project (#410)
svalat Sep 23, 2026
2ff6c50
update changelog
glesur Sep 23, 2026
448131a
add a changelog message
glesur Sep 23, 2026
494de1e
update version #
glesur Sep 23, 2026
3c11c78
update copyright and version number
glesur Sep 23, 2026
80baf81
update mpi requirements
glesur Sep 23, 2026
25390be
typo in GPU direct MPI doc
glesur Sep 23, 2026
a53e751
update version number
glesur Sep 23, 2026
7ff23fc
remove kokkos fft from dependendences
glesur Sep 23, 2026
7a7db96
update readme
glesur Sep 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
# apply inifix-format to all .ini files
ac260f4af48221229aef4fc1f93ffbf9df450739
1ca7676fee7a578bd64e64ec9b6bdfbceb921775

# apply ruff format to all .py files
8d0437bf23d7d8007355fa35b9f094287f7de987
15 changes: 15 additions & 0 deletions .github/workflows/actions/pre-install-py-packages/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Install python packages

description: "Action installing the Idefix python packages before running the tests."

inputs: {}

runs:
using: "composite"
steps:
- name: Create venv
shell: bash
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r ./test/python_requirements.txt
2 changes: 1 addition & 1 deletion .github/workflows/idefix-ci-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: install doxygen
Expand Down
54 changes: 40 additions & 14 deletions .github/workflows/idefix-ci-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,31 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: Sod test
run: scripts/ci/run-tests $IDEFIX_DIR/test/HD/sod -all $TESTME_OPTIONS
- name: Isothermal Sod test
run: scripts/ci/run-tests $IDEFIX_DIR/test/HD/sod-iso -all $TESTME_OPTIONS
- name: Mach reflection test
run: scripts/ci/run-tests $IDEFIX_DIR/test/HD//MachReflection -all $TESTME_OPTIONS
run: scripts/ci/run-tests $IDEFIX_DIR/test/HD/MachReflection -all $TESTME_OPTIONS
- name: Sedov blast wave
run: scripts/ci/run-tests $IDEFIX_DIR/test/HD/SedovBlastWave -all $TESTME_OPTIONS

ParabolicHydro:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: Viscous flow past cylinder
run: scripts/ci/run-tests $IDEFIX_DIR/test/HD/ViscousFlowPastCylinder -all $TESTME_OPTIONS
- name: Viscous disk
Expand All @@ -60,10 +64,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: MHD Sod test
run: scripts/ci/run-tests $IDEFIX_DIR/test/MHD/sod -all $TESTME_OPTIONS
- name: MHD Isothermal Sod test
Expand All @@ -81,10 +87,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: Ambipolar C Shock
run: scripts/ci/run-tests $IDEFIX_DIR/test/MHD/AmbipolarCshock -all $TESTME_OPTIONS
- name: Ambipolar C Shock 3D
Expand All @@ -101,10 +109,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: Fargo + planet
run: scripts/ci/run-tests $IDEFIX_DIR/test/HD/FargoPlanet -all $TESTME_OPTIONS
- name: Fargo MHD spherical
Expand All @@ -115,10 +125,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: Hydro shearing box
run: scripts/ci/run-tests $IDEFIX_DIR/test/HD/ShearingBox -all $TESTME_OPTIONS
- name: MHD shearing box
Expand All @@ -129,10 +141,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: Jeans Instability
run: scripts/ci/run-tests $IDEFIX_DIR/test/SelfGravity/JeansInstability -all $TESTME_OPTIONS
- name: Random sphere spherical
Expand All @@ -149,10 +163,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: 3 body
run: scripts/ci/run-tests $IDEFIX_DIR/test/Planet/Planet3Body -all $TESTME_OPTIONS
- name: migration
Expand All @@ -171,10 +187,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: Energy conservation
run: scripts/ci/run-tests $IDEFIX_DIR/test/Dust/DustEnergy -all $TESTME_OPTIONS
- name: Dusty wave
Expand All @@ -185,10 +203,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: MTI
run: scripts/ci/run-tests $IDEFIX_DIR/test/MHD/MTI -all $TESTME_OPTIONS
- name: Spherical anisotropic diffusion
Expand All @@ -203,10 +223,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: Run examples test
run: cd test && ./checks_examples.sh $TEST_OPTIONS

Expand All @@ -215,10 +237,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: Lookup table
run: scripts/ci/run-tests $IDEFIX_DIR/test/utils/lookupTable -all $TESTME_OPTIONS
- name: Dump Image
Expand All @@ -231,10 +255,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
- name: Prep python
uses: ./.github/workflows/actions/pre-install-py-packages
- name: Restart dumps
run: scripts/ci/run-tests $IDEFIX_DIR/test/IO/dump -all $TESTME_OPTIONS
- name: Pydefix
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/idefix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
if: ${{ github.repository == 'idefix-code/idefix' || github.repository == 'glesur/idefix' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: 3.x
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0
- uses: pre-commit-ci/lite-action@50143aaf27e2c42e75a5e06185a471d9582e89df # v1.0.0
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
if: always()

icc-jobs:
Expand Down
56 changes: 27 additions & 29 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,42 +28,40 @@ repos:


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.15.8
hooks:
- id: ruff
args:
- --quiet
- --fix
- --select
- F # pyflakes
- B # flake8-bugbear
- I # isort
- NPY # numpy-specific rules
- --ignore
- F405
- --ignore
- F403 # ignore import *
- id: ruff-format
args: [--target-version=py310]
- id: ruff-check
args: [--target-version=py310, --quiet, --fix, --show-fixes]

- repo: https://github.com/neutrinoceros/inifix
rev: v6.1.2
- repo: https://github.com/la-niche/inifix-pre-commit
rev: v1.0.0
hooks:
- id: inifix-format
files: ^(test/).*\.(ini)$ # want to skip pytest.ini

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
hooks:
- id: remove-tabs # auto-fix tab/space mixing
- id: insert-license
files: ^(src/).*\.(hpp|cpp)$
args:
- --license-filepath
- src/license_header.txt
- --comment-style
- //

- repo: https://gitlab.com/daverona/pre-commit/cpp
rev: 0.8.0
hooks:
- id: cpplint
args: [--counting=detailed, --exclude=test/*]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.38.0
hooks:
- id: check-jsonschema
files: ^test/.*/testme.json$
args: ["--schemafile", "pytools/testme.schema.json"]

- repo: local
hooks:
- id: pytest
name: testme.json validation
entry: ./test.py --validate-testme-jsons
language: python
files: ^test/.*/testme.json$
pass_filenames: false
additional_dependencies:
- matplotlib >= 3.5.0
- pytest >= 6.0
- jsonschema >= 4.26.0
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.0] 2026-09-23
### Changed

- bump up Kokkos to 5.1. As a result, Idefix now requires a C++20-compatible compiler (#384)
- improve Kokkos 5 performances on AMD targets (#402)
- make MPI gpu-direct optional with a device-host fallback transfer path (#389)
- refactor communication packing/unpacking in Axis and ConstrainedTransport using Buffer and BoundingBox (#385)
- move CheckNan to the end of loop stages in TimeIntegrator (#403)
- keep inter-cell flux in every direction for analysis (#337)
- update CI/tooling and dependencies (#371,#372,#377,#383,#390,#392,#393,#400)
- update copyright headers across the project (#410)

### Fixed

- fix div(B) check robustness (#369)
- fix segfault when using UCT_HLL with DIMENSIONS < 3 (#386)
- fix coarsening + viscosity CFL condition violation (#397)
- fix issues when linking parallel HDF5 with CMake (#391)
- restore Ctrl-C handling when pydefix is active (#388)
- ensure shearing-box tests also analyse magnetic field B (#412)
- fix security settings in CI jobs (#373)

### Added

- enable parsing of 1D column data and interpolation in functional space using `LookupTable` (#401)
- add conservation tests to OT and OT3D (#407)
- add/improve `testme.json` validation in tests (#378, #394, #405)
- add documentation for pydefix usage in virtual environments (#365)
- add compiler informations in the logs and in stdout (#402)


## [2.3.0] 2026-04-21
### Changed

Expand Down
Loading
Loading