Read command line arguments in file by line rather than by space
I'm fairly sure everyone was already using lines rather than spaces, but the way it was read was with spaces and would see vector parameters '1 2 3' as new cli_args for the next child app
refs #18596
@caolwec
Job Documentation, step Docs: sync website on 2bee22c wanted to post the following:
View the site here
This comment will be updated on new commits.
@joshuahansel this is for a WEC input
where is my test
nevermind. The test is the "multiline_file" test, which is now the only accepted way of doing files. "oneline_file" is removed
Job Coverage, step Generate coverage on 2bee22c wanted to post the following:
Framework coverage
| 0aecda | #30766 2bee22 | ||||
|---|---|---|---|---|---|
| Total | Total | +/- | New | ||
| Rate | 85.55% | 85.55% | +0.00% | 100.00% | |
| Hits | 116046 | 116048 | +2 | 3 | |
| Misses | 19604 | 19603 | -1 | 0 | |
Modules coverage
Coverage did not change
Full coverage reports
Reports
-
framework -
chemical_reactions -
combined -
contact -
electromagnetics -
external_petsc_solver -
fluid_properties -
fsi -
functional_expansion_tools -
geochemistry -
heat_transfer -
level_set -
misc -
navier_stokes -
optimization -
peridynamics -
phase_field -
porous_flow -
ray_tracing -
rdg -
reactor -
richards -
scalar_transport -
solid_mechanics -
solid_properties -
stochastic_tools -
subchannel -
thermal_hydraulics -
xfem
This comment will be updated on new commits.
Sockeye doc fix PR is up.
More correct than ever imo
(since you could do one line and split by apps)