Riccardo Balin

Results 6 issues of Riccardo Balin

# Description Building the serial Fortran client example `smartredis_put_get_3D.F90` located in `examples/serial/fortran` with PGI compilers (nvfortran specifically) version 21.3.0 I get the following error message: ``` Scanning dependencies of target...

User Issue
bug: minor

This is a request to add documentation for CUDA devices. For example, it would be great to see: - Instructions for setting up the Conda environment and a `.yaml` file...

# Description Some time ago you added a feature to SmartRedis to add a byte string array to the Orchestrator. This feature was added in a branch called put_bytes. Would...

type: feature

There are incompatibilities with numba-dpex and more cent version of numba. Specifically, numba-dpex gives an error for numba >= 0.60 due to some changes to numba source code. ``` Traceback...

This PR adds the ability to turn off monitoring of Models launched with `experiment.start()` by modifying the Controller and JobManager classes. With this update, `experiment.start()` takes an additional boolean argument...

# Summary I am encountering the error below when running alltoallv on Aurora with oneCCL. This use of alltoallv intentionally sets only two non-zero buffers for each rank, whereas all...

bug