Matt Ellis
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...
**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...
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...
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...
# 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...
# 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...
# 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...