UoB-HPC / BabelStream

STREAM, for lots of devices written in many programming models
Other
313 stars 109 forks source link

RAJA 2023.6.01 build issues #174

Open tomdeakin opened 7 months ago

tomdeakin commented 7 months ago

The CI currently skips RAJA checking (Skipping RAJA models due to CMake version requirement), but on building manually it seems with RAJA 2023.6.01 the code failed to build because of a missing forall_impl.

tom91136 commented 7 months ago

RAJA does not support CMake older than 3.20. We have a successful build in the CI for 3.20 and 3.24 for both OpenMP and CUDA: https://github.com/UoB-HPC/BabelStream/actions/runs/6763920213/job/18381602393#step:39:495

tom91136 commented 7 months ago

For reference: https://github.com/UoB-HPC/BabelStream/blob/8389fc43a327e23e72611957cc92d4586e85352c/src/ci-test-compile.sh#L190-L198