Skip to content

Commit

Permalink
[Patch] SYCL E4S: 1D w/ EB
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Oct 10, 2024
1 parent 9f0a7f1 commit dad13fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions var/spack/repos/builtin/packages/warpx/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ class Warpx(CMakePackage, PythonExtension):
when="@24.10",
)

# SYCL: 1D compiles with +eb
patch(
"https://github.com/ECP-WarpX/WarpX/pull/5384.patch?full_index=1",
sha256="dadc7f864c84be7e9693936309105e49caaafd97cc6e5256386650513020c9ac",
when="@24.10",
)

variant("app", default=True, description="Build the WarpX executable application")
variant("ascent", default=False, description="Enable Ascent in situ visualization")
variant(
Expand Down

0 comments on commit dad13fd

Please sign in to comment.