Skip to content

Conversation

luraess
Copy link
Contributor

@luraess luraess commented Aug 14, 2025

No description provided.

Copy link

codecov bot commented Aug 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@luraess
Copy link
Contributor Author

luraess commented Aug 14, 2025

cscs-ci run

@aelligp
Copy link
Collaborator

aelligp commented Aug 14, 2025

I guess in both single_particle_advection scripts this is missing:

using ImplicitGlobalGrid
using MPI: MPI

# nodal vertices
xvi = xv, yv = let
dummy = zeros(n, n)
xv = TA([x_g(i, dx, dummy) for i in axes(dummy, 1)])
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting now an error here about:

ERROR: MethodError: no method matching TA(::Vector{Float64})
The function `TA` exists, but no method is defined for this combination of argument types.

Closest candidates are:
  TA()
   @ JustPIC ~/Documents/code/github_juliagd/JustPIC.jl/src/JustPIC.jl:17
  TA(::Type{JustPIC.CPUBackend})
   @ JustPIC ~/Documents/code/github_juliagd/JustPIC.jl/src/JustPIC.jl:18

grid_vx = xv, expand_range(yc, dy)
grid_vy = expand_range(xc, dx), yv

particles = init_particles(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now breaking

version:
- "1.10"
- "1.11"
- "1.12-nightly"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldnt it make more sense to have 'pre' here for the pre-releases?

@luraess luraess marked this pull request as ready for review August 14, 2025 16:51
Copy link

github-actions bot commented Aug 14, 2025

Your PR no longer requires formatting changes. Thank you for your contribution!

@luraess
Copy link
Contributor Author

luraess commented Aug 14, 2025

Having fixed the obvious in AMDGPU ext, we are now getting an error about method redefinition in https://buildkite.com/julialang/justpic-dot-jl/builds/1382#0198a99d-6278-4de5-82f2-33af48d60276/243-389 when running the AMDGPU tests in Buildkite (@albert-de-montserrat)

EDIT: Note that if this is not an obvious fix, maybe we can address it in a separate PR.

@luraess
Copy link
Contributor Author

luraess commented Aug 25, 2025

cscs-ci run

1 similar comment
@albert-de-montserrat
Copy link
Member

cscs-ci run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants