laser
Here are 271 public repositories matching this topic...
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Jun 27, 2021 - Python
-
Updated
Jun 28, 2021 - C#
-
Updated
Jan 12, 2021 - GDScript
-
Updated
Dec 25, 2020 - C++
-
Updated
Feb 22, 2021 - C
-
Updated
Jul 27, 2017 - JavaScript
The boosted-frame example script (in the documentation) uses the direct laser injection.
However, when modifying parameters, users can easily be in a situation where the laser does not fit in the box.
For this reason, it might be better to use the laser antenna in the default example.
FFTW Cleanup
We should consider here and in HiPACE (Hi-PACE/hipace#542) to use:
fftw_cleanupfftw_cleanup_threads(with OpenMP)
When shutting down the simulation with FFTW.
Refs.:
-
Updated
Jul 15, 2021 - Python
-
Updated
Jul 1, 2021 - C
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
-
Updated
Sep 7, 2018 - Makefile
-
Updated
Jul 21, 2018 - C++
-
Updated
May 12, 2021 - JavaScript
-
Updated
Dec 10, 2020 - Haskell
-
Updated
Jun 1, 2021 - Python
-
Updated
Jun 18, 2021 - MATLAB
From @demisjohn on February 28, 2018 8:23
Will try Python 3.5 first since I have that installed.
Copied from original issue: demisjohn/CAMFR#4
-
Updated
May 10, 2020 - C
Improve this page
Add a description, image, and links to the laser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the laser topic, visit your repo's landing page and select "manage topics."
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