conduit icon indicating copy to clipboard operation
conduit copied to clipboard

Simplified Data Exchange for HPC Simulations

Results 249 conduit issues
Sort by recently updated
recently updated
newest added

``` ... 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

This starts to remove the type insurance code since we are fairly sure we will get index_t. Needs testing.

It would be nice if conduit was available as a package on PyPI. In order to keep things sane the package would probably have to come in source form depend...

task

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

I'm developing an mpi application where ranks need to send conduit nodes to each other in a point-to-point manner. E.g. imagine a ring where each rank sends a node to...

feature

It should be possible to transform between Silo meshes on disk and Blueprint meshes in memory. For full support, this will require all of the following features: - [ ]...

feature

``` 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