Matt Ellis

Results 17 issues of Matt Ellis

# Description Currently ``RedisCluster::_map_custer`` uses the redis++ ``command`` function to execute ``CLUSTER SLOTS`` for cluster mapping. However, this does not necessarily leverage the use of an existing connection and all...

type: performance
area: C++

**Description** When executing run_model and run_script with a Redis cluster, data movement is needed to make sure that the input and output tensors conform to the hash slot data locality...

type: performance
area: C++

This PR creates a PR template for SmartSim. The PR template is meant to give more structure and consistency to the developer submitting the PR and the developers reviewing the...

area: CI/CD

This PR moves the memory transpose logic from the C++ client to the Fortran client. For large messages originating in the Fortran client, it was demonstrated that intrinsic Fortran methods...

type: refactor
type: performance
area: C++
area: fortran

# Description In SmartSim, MPMD applications cannot be colocated with an ``Orchestrator``. An error will be thrown if the ``RunSettings`` associated with the application has been converted to an MPMD...

type: feature
user issue
area: launcher

# Description In https://github.com/CrayLabs/SmartRedis/pull/521, functionality was added to operate on raw bytes in the C++ and Python clients. This ticket is for the addition of a similar Fortran interface for...

type: feature
area: fortran

# Description In https://github.com/CrayLabs/SmartRedis/pull/521, functionality was added to operate on raw bytes in the C++ and Python clients. This ticket is for the addition of a similar C interface for...

type: feature
area: C