CrayLabs / SmartRedis

SmartSim Infrastructure Library Clients.
BSD 2-Clause "Simplified" License
54 stars 25 forks source link

Update CI for Intel #475

Closed ashao closed 7 months ago

ashao commented 7 months ago

The Github Actions CI was failing because the Intel OneAPI C-compiler, icx, could not be found. This issue was tracked down to the fact that if the versions are not consistent between all the packages, the Intel-provided script that sets up the environment misses some components. This updates the CI to install the entirety of the base and HPC kits for Intel OneAPI. While this takes a significant amount of storage, this is "safest" option for now.