-
# Description
Looks like the MKL linking issue is still happening.
```
CMake Error at /home/users/USERNAME/miniconda3/envs/venv/lib/python3.11/site-packages/smartsim/_core/build/RedisAI/package/l…
-
## Description
`packaging` is not listed as a build dependency, but it is imported via the `setup.py` script via `smartsim._core._install.buildenv`. This is leading to errors when attempting to make …
-
## Description
When a user specifies a `first_device` parameter, we do not use it to format the enumerated devices IFF the `num_devices_per_node != 1`. This can lead to some unexpected formatting of …
-
I would like to be able to pick the version of raspbian to one I have downloaded previously. Is it possible to specify the version somehow?
Thank you - great tool!
-
## Description
With the latest changes to the build system in #669, we no longer ship any binaries with our SmartSim wheel meaning it is a pure python wheel. This is overall very preferable as SmartS…
-
## Description
SmartSim has non-traditional installation process compared to most python projects. It is a twofold process involving:
```sh
# A pip install step
pip install smartsim[ml]
# A…
-
The following problem occurs when scanning a QR-code or entering it manually certain eSim profiles from KeepGo and Firsty are not accepted when scanning and are incorrectly accepted when entering it m…
cfegg updated
2 months ago
-
# Description
For many of simulation models with a large userbase, we could think about organizing a set of SmartRedis extensions that aggregates the operations that are both necessary and common for…
ashao updated
2 years ago
-
We're not planning to build the simulator for a while but I wanted to start this feature request so we can keep notes about the simulator.
Some specific feature ideas:
- Test the effect of:
- chang…
-
# Description
Add SGE integration to SmartSim.
# Justification
Sun Grid Engine (SGE) is a workload manager (WLM) used on clusters and supercomputers. Integrating SGE, we would allow its users to …