Searched refs:default (Results 1 – 9 of 9) sorted by relevance
| /honee/tests/ |
| H A D | junit.py | 17 default=['/cpu/self'], 25 default=RunMode.JUNIT) 26 parser.add_argument('-n', '--nproc', type=int, default=1, help='number of MPI processes') 27 …parser.add_argument('-b', '--junit-batch', type=str, default='', help='Name of JUnit batch for out… 28 …parser.add_argument('-np', '--pool-size', type=int, default=1, help='Number of test cases to run i… 29 …parser.add_argument('--smartredis-dir', type=str, default='', help='path to SmartSim library, if p… 30 parser.add_argument('--has-torch', type=bool, default=False, help='Whether to build with torch') 31 parser.add_argument('-s', '--search', type=str, default='.*', 33 parser.add_argument('-v', '--verbose', action='store_true', default=False,
|
| H A D | junit_common.py | 33 def __init__(self, option_strings, dest, type, default, **kwargs): argument 38 if isinstance(default, self.enum_type): 40 elif isinstance(default, str): 41 default = self.enum_type(default.lower()) 42 elif isinstance(default, Iterable): 43 default = [self.enum_type(v.lower()) for v in default] 47 super().__init__(option_strings, dest, default=default, **kwargs)
|
| H A D | smartsim_regression_framework.py | 232 default=['/cpu/self'],
|
| /honee/ |
| H A D | Doxyfile | 31 # file that follow. The default is UTF-8 which is also the encoding used for all 35 # The default value is: UTF-8. 43 # The default value is: My Project. 80 # The default value is: NO. 87 # directories at level 8 which is the default and also the maximum value. The 90 # Minimum value: 0, maximum value: 8, default value: 8. 99 # The default value is: NO. 114 # The default value is: English. 121 # The default value is: YES. 130 # The default value is: YES. [all …]
|
| H A D | CHANGELOG.md | 46 - Change `-checkpoint_interval` default value from `10` to `0` (CGNS is the standard restart file f… 49 - Make `-dm_plex_csr_alg mat` the default. This allows for better partition cuts when using isoperi…
|
| /honee/tests/junit-xml/ |
| H A D | README.rst | 49 # pretty printing is on by default but can be disabled using prettyprint=False
|
| /honee/doc/ |
| H A D | runtime_options.md | 359 The default Riemann solver, HLLC, is sufficient in this regard while the simpler HLL converts therm… 361 … resolve to near the boundary, choose `bc_outflow`. This condition (with default `outflow_type: ri…
|
| H A D | examples.md | 22 …ch as HLLC {cite}`toro2009` (option `-freestream_riemann hllc`, which is default), which is a line… 64 We solve this as a 3D problem with (default) one element in the $z$ direction. 240 These meshing features modify the nodal layout of the default, equispaced box mesh and are enabled … 477 …quations are formulated exactly as in the Isentropic Vortex problem. The default initial condition…
|
| H A D | theory.md | 117 …tion is solved with the adaptive Runge-Kutta-Fehlberg (RKF4-5) method by default (any explicit tim… 143 …mplicit` is solved with Backward Differentiation Formula (BDF) method by default (similarly, any i… 171 We solve {eq}`eq-weak-vector-ns` using a Galerkin discretization (default) or a stabilized method, … 383 … in either method uses the standard mass matrix, which is rowsum lumped for performance by default. 724 $P_\mathrm{ref}$ has a default value equal to `-reference_pressure` flag, with an optional flag `-i…
|