Cyrus Harrison

Results 374 issues of Cyrus Harrison

``` ... 753 F90-S-0450-Argument number 1 to assert_true: kind mismatch (/tmp/root/spack-stage/spack-stage-conduit-0.8.3-xopk6bhx4urgw6kox5dm6j32a2wmowv5/spack-src/src/tests/conduit/fortran/t_f_ conduit_node_obj.f90: 834) 754 F90-S-0450-Argument number 1 to assert_true: kind mismatch (/tmp/root/spack-stage/spack-stage-conduit-0.8.3-xopk6bhx4urgw6kox5dm6j32a2wmowv5/spack-src/src/tests/conduit/fortran/t_f_ conduit_node_obj.f90: 835) 755 F90-S-0450-Argument number 1 to assert_true:...

task

Add `to_yaml`, `to_string`, `to_summary_string`, etc Discussed in https://github.com/LLNL/conduit/pull/987

feature

Prior attempt here has some of the logic we will need: https://github.com/LLNL/conduit/pull/789/files

task

for many polygon cases -- we may need a more robust centroid algo, such as: https://en.wikipedia.org/wiki/Centroid#Of_a_polygon I think we are using simple weighting: https://github.com/LLNL/conduit/blob/742a29989b40ca50c70e9327a5887345e425786b/src/libs/blueprint/conduit_blueprint_mesh.cpp#L1292 We can also simplify the existing...

bug

``` 1 error found in build log: 46 -- Git Version: 2.29.1 47 -- MPI Support is ON 48 -- Enable FindMPI: ON 49 -- Found MPI_C: /usr/tce/packages/mvapich2-tce/mvapich2-2.3.6-gcc-10 .2.1/lib/libmpi.so (found...

task

should be implemented, add test case to double check

task

Braid field trees also provide type info, such as: ``` type: "scalar" ``` This info is fine, but isn't required by the blueprint, so it could mislead folks to thinking...

bug

@agcapps has an example. We need to have a consistent order and way to turn non-pairwise variants for adjsets into pairwise ones.

bug