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

RECONR #118

Open
wants to merge 70 commits into
base: release/v1.3.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
149e5be
Doing a little cleanup.
jlconlin Nov 4, 2019
61d48aa
Additional cleanup.
jlconlin Nov 4, 2019
825c9e8
Adding a bunch of tests.
jlconlin Dec 13, 2019
beaa152
Merge branch 'master' into feature/RECONR
jlconlin Dec 16, 2019
49be84c
Updating CMake stuff.
jlconlin Dec 16, 2019
a1eec7a
Removing njoy21::Sequence, it was never used anyway.
jlconlin Dec 16, 2019
a2ac204
Moving cycle function closer to where it is used.
jlconlin Dec 16, 2019
9321fee
Doing some cleanup while trying to understand what is going on.
jlconlin Dec 16, 2019
3e325c7
Adding first of modern stuff.
jlconlin Dec 17, 2019
5383432
Getting NJOY21 to actually call the modern component.
jlconlin Dec 17, 2019
e16fbd5
Getting NJOY21 to create JSON object of lipservice output.
jlconlin Dec 17, 2019
705b008
Adding RECONR submodule and making it call the module appropriately.
jlconlin Dec 18, 2019
0a070d9
Adding extra JSON argument to pass to modern routines.
jlconlin Dec 19, 2019
c060bce
Now will 'move' JSON argument instead of passing vy value.
jlconlin Dec 24, 2019
d0019b8
Merge branch 'master' into feature/RECONR
jlconlin Mar 26, 2020
a9aa303
Removing variant-adapter.
jlconlin Mar 26, 2020
52bd449
Updating some submodules.
jlconlin Mar 26, 2020
c3bf7a4
First attempt at using FetchContent. Need to update other repositori…
nathangibson14 May 20, 2020
6a7672d
First working FetchContent rendition.
nathangibson14 May 20, 2020
a61a338
Added live/signature/local FetchContent options.
nathangibson14 May 21, 2020
f05d8c2
Added unit testing to new build system
nathangibson14 May 26, 2020
420ab30
Minor update to cmake files
nathangibson14 May 26, 2020
7524d84
Removed legacy build system folders.
nathangibson14 May 26, 2020
797adf3
Updated signature example.
nathangibson14 May 27, 2020
d489d2d
Merge branch 'build/fetchcontent' into feature/RECONR
nathangibson14 Jun 12, 2020
1a8fdc9
Added back RECONR dependency.
nathangibson14 Jun 12, 2020
86456ec
Fixing call to module.
jlconlin Jun 22, 2020
7d1c533
Passing std::ostream to routines.
jlconlin Jun 22, 2020
16eedce
Adding std::cerr to pass to modern routines.
jlconlin Jun 22, 2020
be6bc52
Trying to get timing information.
jlconlin Jul 16, 2020
60f49df
Timing now works.
jlconlin Jul 16, 2020
d372265
CMake shenanigans
jlconlin Aug 12, 2020
2a24916
Removing njoy21 library creation.
jlconlin Aug 12, 2020
49dd6e2
Merge pull request #112 from njoy/feature/no-library
jlconlin Aug 12, 2020
1f255a4
Updating with new header arrangement.
jlconlin Oct 7, 2020
1e482cb
Merge branch 'feature/no-library' into feature/RECONR
jlconlin Oct 7, 2020
1b1fb26
Trying to update dependencies.
jlconlin Oct 7, 2020
55d7581
Merge branch 'party' into feature/RECONR
jlconlin Oct 30, 2020
1bb91b9
Removing some obsolete cmake files.
jlconlin Oct 30, 2020
3424563
Trying to figure this out.
jlconlin Oct 30, 2020
668e8c5
Adding RECONR include.
jlconlin Nov 2, 2020
db248c0
Merge branch 'release/v1.2.1' into feature/RECONR
jlconlin Nov 3, 2020
12e5a52
Adding Log as a dependency.
jlconlin Nov 4, 2020
1e5dd98
Updating ENDFtk fetchcontent.
jlconlin Dec 2, 2020
cba4bae
Merge branch 'release/v1.3.0' into feature/RECONR
jlconlin Dec 16, 2020
01ba303
Making CommandLine test compile faster.
jlconlin Dec 16, 2020
c988cf3
Updating RECONR branch to master.
jlconlin Jan 13, 2021
1c3f9f7
Merge branch 'release/v1.3.0' into feature/RECONR
jlconlin Jan 22, 2021
2c5c508
Merge branch 'release/v1.3.0' into feature/RECONR
jlconlin Jan 22, 2021
d3ae2ee
Updating inputs because modern RECONR can't do binary tapes.
jlconlin Jan 22, 2021
e116797
Merge branch 'release/v1.3.0' into feature/RECONR
jlconlin Jan 22, 2021
197cf68
Removing the first set of regression tests.
jlconlin Jan 22, 2021
2c97e87
Removing more regression tests.
jlconlin Jan 23, 2021
5e337fd
Doing something.
jlconlin Feb 8, 2021
6dc3cbc
Updating resonanceReconstuction commit hash.
jlconlin Feb 8, 2021
83926e6
Fixing a few typos on input decks.
jlconlin Feb 16, 2021
5109d9e
Adding modern::Sequence test.
jlconlin Feb 17, 2021
da3f194
Fixing Driver test with modern RECONR.
jlconlin Feb 17, 2021
09b06b6
Adding some error messages.
jlconlin Feb 18, 2021
d0f1876
Trying to sync input file.
jlconlin Mar 5, 2021
66f52aa
Removing offset.
jlconlin Mar 5, 2021
83f31c5
Fixing an error in Test30 input.
jlconlin Mar 15, 2021
86f0286
Adding some notes about what regression tests are being deleted.
jlconlin Mar 15, 2021
c760b09
Fixing error in input for Test35 with modern RECONR.
jlconlin Mar 15, 2021
009b0fc
Updating regression tests with modern RECONR.
jlconlin Mar 15, 2021
fe85cc9
Ignoring some tests.
jlconlin Mar 16, 2021
fd8cf31
Fixing bugs with Test20.
jlconlin Mar 17, 2021
d601ff9
Ignoring Test30 as modern RECONR can't handle it.
jlconlin Mar 17, 2021
54e82e2
Improving message about ignored tests.
jlconlin Mar 18, 2021
659c40b
Updating RECONR branch.
jlconlin Mar 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing a few typos on input decks.
jlconlin committed Feb 16, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 83926e6f1040729378e4528eb4d6f2ac78464464
2 changes: 1 addition & 1 deletion tests/15/input
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ reconr
9237 0 0 /
0.001 /
0 /
reconr
moder
32 -22/
broadr
-21 -22 -23 /
2 changes: 1 addition & 1 deletion tests/19/input
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
'processed by the njoy nuclear data processing system'/
'see original endf/b-iv tape for details of evaluation'/
0/
reconr
moder
32 -22/
broadr
-21 -22 -23/