- 09 Jan, 2023 2 commits
-
-
Graham, Aaron authored
Fix for newer versions of gcc See merge request https://code.ornl.gov/futility/Futility/-/merge_requests/376
-
Squash branch 'fixesForGCC' into 'master' * Fix for CI * Fixes for when you have PETSc but not MPI * Fully disable MemProf if disabled by user during configure * Fix for newer versions of gcc Newer versions of gcc compilers do not allow for implicit definition of a function, so the ordering needed to change here. These are some minor fixes for newer GCC versions Implicit definition of a function in c++ is not allowed in newer versions of GCC, which just requires a simple reordering of a function here. Additionally, modifications were made to `ifdef` out the other functions in the `MemProf` class so that none of the actions are performed when it is disabled. See merge request https://code.ornl.gov/futility/Futility/-/merge_requests/376
-
- 29 Dec, 2022 2 commits
-
-
Graham, Aaron authored
Fixes bug with nFields if multiply repeater is used in first location See merge request https://code.ornl.gov/futility/Futility/-/merge_requests/379
-
Squash branch 'hotfixnFields' into 'master' * Fixes bug with nFields if multiply repeater is used in first location Fixes bug with nFields if multiply repeater is used in first location See merge request https://code.ornl.gov/futility/Futility/-/merge_requests/379
-
- 03 Dec, 2022 2 commits
-
-
Graham, Aaron authored
Adds missing include for FMU required by gcc 12, extra ifdef for cygwin See merge request https://code.ornl.gov/futility/Futility/-/merge_requests/378
-
Squash branch 'hotfixCygwin' into 'master' * Adds missing include for FMU required by gcc 12, extra ifdef for cygwin Updates to Futility for different operating environment GCC 12 uncovered bug in FMU with a missing include statement. Also added an ifdef when building with Cygwin. See merge request https://code.ornl.gov/futility/Futility/-/merge_requests/378
-
- 13 Oct, 2022 2 commits
-
-
Graham, Aaron authored
Fix parameter list error in getString function See merge request https://code.ornl.gov/futility/Futility/-/merge_requests/377
-
Graham, Aaron authored
Squash branch 'flow_dist_rebaseline' into 'master' * Add a couple missed types * Fix getString function for cases where array is length 0 <!-- Replace this with a brief one-line description of purpose of changes --> If a parameter array of length-0 existed, then getString failed This was discovered during work on https://code.ornl.gov/vera/vera-dev/-/issues/5137 when the flow_dist parameter was changed to default to length 0 See merge request https://code.ornl.gov/futility/Futility/-/merge_requests/377
-
- 10 Oct, 2022 3 commits
-
-
Graham, Aaron authored
-
Graham, Aaron authored
Changed needed for Windows support See merge request https://code.ornl.gov/futility/Futility/-/merge_requests/375
-
Squash branch 'fixForWindowsHDF5' into 'master' * Changed needed for Windows support Writing string data to an HDF5 file on a Windows machine leads to a segfault in the write_str procedures if the character array size is defined in the procedure header. This change is needed to allow string vectors to be written to the HDF5 file on Windows machines For some unknown reason, applications using these procedures will crash when run on Windows. Switching the character array to allocatable and explicitly allocating it to the correct size in the procedure fixes the issue. See merge request https://code.ornl.gov/futility/Futility/-/merge_requests/375
-
- 11 Aug, 2022 2 commits
-
-
Graham, Aaron authored
Fix several issues with the requirements generation script (#5133) See merge request futility/Futility!374
-
Graham, Aaron authored
-
- 15 Jun, 2022 2 commits
-
-
Graham, Aaron authored
Fix to the requirements generator script See merge request futility/Futility!373
-
-
- 04 May, 2022 2 commits
-
-
Graham, Aaron authored
Adds AMU definition See merge request futility/Futility!372
-
Graham, Aaron authored
-
- 02 May, 2022 2 commits
-
-
Graham, Aaron authored
Fix issue with getDate See merge request futility/Futility!371
-
Graham, Aaron authored
-
- 29 Mar, 2022 2 commits
-
-
Collins, Benjamin authored
Set default value for has_paramType See merge request futility/Futility!370
-
Graham, Aaron authored
-
- 28 Mar, 2022 2 commits
-
-
Graham, Aaron authored
Hotfix strings See merge request futility/Futility!369
-
Graham, Aaron authored
Use stof/stoi in XMLProc and make them elemental
-
- 22 Mar, 2022 4 commits
-
-
Graham, Aaron authored
Update SLK/SIK stuff in PLs and fix potential uninitialized value See merge request futility/Futility!368
-
Graham, Aaron authored
one value was potentially uninitialized when searching parameter lists. Also switched things from SIK to SLK to ensure consistency with hash functions.
-
Graham, Aaron authored
Add hashing to ParameterLists to optimize See merge request futility/Futility!367
-
Graham, Aaron authored
This significantly speeds up the time require to process large parameter lists with a speedup of about 3X in MPACT initialization times. It also adds a `default` argument to the `get` routine to make them a bit more ergonomic.
-
- 07 Mar, 2022 2 commits
-
-
Graham, Aaron authored
Multi-dimensional extrapolation added to interpolators module. See merge request futility/Futility!363
-
A 1-D extrapolation function is needed for the critical buckling calculation in MPACT. Adds a 1-D extrapolation to the 1-D interpolation to the Interpolators module. If an optional argument is set to true, then it changes the behavior of the Interpolate routine to perform extrapolation instead of using the closest point in the table. Extended 1-D extrapolation to bi-linear and tri-linear extrapolation. Corresponding unit tests added.
-
- 04 Mar, 2022 2 commits
-
-
Graham, Aaron authored
Reworks ElementsIsotopes Module See merge request futility/Futility!364
-
Graham, Aaron authored
Eliminates the class in favor of standalone procedures and fixes issues with upper/lower case This supports VERA Issue https://code.ornl.gov/vera/vera-dev/-/issues/5018
-
- 08 Feb, 2022 2 commits
-
-
Graham, Aaron authored
Try to prevent Timer error once and for all See merge request futility/Futility!362
-
Graham, Aaron authored
modifies timer routines to return StringType instead of fixed-length characters
-
- 04 Feb, 2022 2 commits
-
-
Graham, Aaron authored
Add FunctionTableGenerator See merge request futility/Futility!361
-
Graham, Aaron authored
-
- 10 Jan, 2022 1 commit
-
-
Collins, Benjamin authored
Relax a REQUIRE statement for gather routines See merge request futility/Futility!360
-
- 08 Jan, 2022 1 commit
-
-
Graham, Aaron authored
-
- 07 Jan, 2022 3 commits
-
-
Graham, Aaron authored
Remove stupid test See merge request futility/Futility!359
-
Graham, Aaron authored
-
Graham, Aaron authored
Hotfix times and gather See merge request futility/Futility!356
-