Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #85

Open
wants to merge 70 commits into
base: release
Choose a base branch
from
Open

Development #85

wants to merge 70 commits into from

Conversation

srichers
Copy link
Collaborator

@srichers srichers commented Apr 2, 2023

No description provided.

nmford20 and others added 30 commits March 18, 2021 16:49
* Added descriptive amrex::Error messages in generate_code.py

Swtiched amrex::Abort to amrex::Error with descriptive error message

* added more to amrex::Error messages
…plifies the result without extraneous Is in real numbers
…agnitude and one that returns the magnitude squared. This will allow us to add the flux components without repeatedly square rooting and squaring.
…he minimum particle energy in initializing step to avoid doing a reduction over particles at every timestep under the assumption that particle energies do not change
…to limit timestep based on total lepton density
…s 0 because of equal numbers of neutrinos and antineutrinos by introducing a parameter (max_adaptive_speedup). When set to 0 it behaves exactly as before, except for the inclusion of the vacuum potential in the timestep calculation. When set towards infinity, it always allows the "optimized" timestep, which may itself become infinite if terms happen to cancel by chance, but otherwise is a much better estimate of the required timestep
…ding the ParticleContainer copy operator, fix mistake in conjugation of Hermitian matrices.
* added vscode and generated_files directories to the gitignore file

* added Minerbo closure initial conditions

* added references for the minerbo equations

* added a tad more explanatory text

* improved st5 code comments

* fixed coefficient in front of minerbo closure to make it have an expectation value of 1. Was getting results too small by a factor of 4pi before.

Co-authored-by: Sherwood Richers <srichers@caltech.edu>
* Copied Castro function for printing build information to screen

* Copy castro function for outputting information into plotfiles, simply deleting lines that don't work in emu

Co-authored-by: Sherwood Richers <srichers@caltech.edu>
* Revert "Added descriptive amrex::Error messages in generate_code.py (#53)"

This reverts commit 97499f2.

* add host tag to reduction lambda to allow code to compile on GPUs

* added input parameters for code comparison project

* fix code comparison initial conditions. Broadcast random nubers so all grids have the same set. Multiply perturbation amplitude by 0.5 to match convention with polarization vectors

* fix perturbation of antineutrinos to have correct sign relative to neutrinos

* added local perturbations initial conditions

Co-authored-by: Sherwood Richers <srichers@caltech.edu>
Co-authored-by: Sherwood Richers <srichers@berkeley.edu>
* first attempt at files to run Emu on Jenkins

* remove python package to allow python-is-python3 to install without conflicts

* add sympy python package

* fix capitalization

* tiny file rename

* use GPU-capable dockerfile, although GPU usage in dockerfile still has to be enabled somehow

* enable GPU usage

* enable GPU use in jenkins?

* remove debugging from compile and use proper name for compiled executable in jenkins script

* update dockerfile to version that includes nvidia development tools

* capitalization issue

Co-authored-by: Sherwood Richers <srichers@caltech.edu>
* Update Emu to use the latest AMReX with some modifications to the AMReX TimeIntegrator class.

* Update RNG API to use the new AMReX RNG interface (needed for DPC++ compiler).

* Compile with C++17 standard.

* Fixed compiler warnings when compiling with DEBUG=TRUE.

* Update RNG API for CPU-side RNG call.

* Update AMReX submodule hash to latest AMReX development branch.

* Until this line gets merged into AMReX for the Particle Saxpy function in the time integrator, this is a workaround.
Sherwood Richers and others added 30 commits April 4, 2023 20:49
…ies in the direction of the specified flux
…ow why it was changed in the first place...
Co-authored-by: Sherwood Richers <richers@utk.edu>
…l do off-diagonal perturbations. This is a more physically palettable way of doing perturbations
…potential do off-diagonal perturbations. This is a more physically palettable way of doing perturbations"

This reverts commit 0fc2f43.
* Specify the modules used in Emu in README

* Incorporating feedback from review

* Correct a small typo

* Testing subtitles in README

* Dividing instructions for Linux/WSL and macOS

* Fixing subtitles

* Fixing subtitles

* Changing subtitle format

* To show where to start reading after following the Linux/macOS instructios

* Incorporating suggestions
* Specify the modules used in Emu in README

* Incorporating feedback from review

* Correct a small typo

* Testing subtitles in README

* Dividing instructions for Linux/WSL and macOS

* Fixing subtitles

* Fixing subtitles

* Changing subtitle format

* To show where to start reading after following the Linux/macOS instructios

* Incorporating suggestions

* macOS instructions

* mac makefile

---------

Co-authored-by: Javier Gomez <jgomez17@vols.utk.edu>
Co-authored-by: Sherwood Richers <5142652+srichers@users.noreply.github.com>
* add option to code generator. Not yet used

* add pressure tensor calculation and output. Not verified to be correct yet. Also changed the form of the compile variable determining how many moments to output to make it usable both by the C++ code and the python code

* remove unused libraries

* fix typo in dataset name

* quick script to create a text file with the largest wavenumber and amplitude

* script to draw eln from initial conditions

---------

Co-authored-by: Sherwood Richers <richers@utk.edu>
* File with fixes for common errors

* New babysitting tool to monitor fastest growing wave number

* change cuda architecture to account for different gpu in Ganon

---------

Co-authored-by: Sherwood Richers <richers@utk.edu>
* check which version of HDF5 should be loaded

* script for converting a reduced0D file to hdf5

---------

Co-authored-by: Sherwood Richers <richers@utk.edu>
* Improving k_plot

* changed line endings to unix

---------

Co-authored-by: Sherwood Richers <richers@utk.edu>
Co-authored-by: Sherwood Richers <richers@utk.edu>
Co-authored-by: Sherwood Richers <richers@utk.edu>
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.

None yet

6 participants