Skip to content
#

laser

Here are 312 public repositories matching this topic...

ax3l
ax3l commented Nov 12, 2019

Hi,

one could and should experiment with Interprocedural optimization (IPO) also known as link-time optimization (LTO), especially on the host side for smaller binaries and potentially faster code. It's supported by GCC, Clang, and ICC, among others, which are our typical go-to compilers in HPC.

It's very easy to implement as well

component: tools backend: omp2b good first issue install
ax3l
ax3l commented Feb 18, 2022

Need for a reduced diagnostics addition: general 2D particle histogram (think: "np.histogram2d").

  • Applications: phase space, energy-emittance plots, etc.
    • Would be useful for WarpX, ImpactX, and HiPACE++
  • Size: fit into local GPU memory, e.g., default 1024^2
  • 3 parser functions: axis1, axis2, filter
    • All three into the kernel
    • No RNG needed
  • Can be loosely on the exiting red
help wanted good first issue component: diagnostics
PyAbel
DanHickstein
DanHickstein commented Apr 24, 2020

Currently, we are having readthedocs.org build the documentation for each PR and, if there are any warnings, the build fails immediately. This is a good thing, because it ensures that every PR is generating good documentation, including running the examples.

As discussed in #271, it would be nice to be able to see all of the warnings for the doc build instead of failing on the first one. B

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the laser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the laser topic, visit your repo's landing page and select "manage topics."

Learn more