Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAJA 2023.6.01 build issues #174

Open
tomdeakin opened this issue Nov 9, 2023 · 2 comments
Open

RAJA 2023.6.01 build issues #174

tomdeakin opened this issue Nov 9, 2023 · 2 comments

Comments

@tomdeakin
Copy link
Contributor

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
Copy link
Member

tom91136 commented Nov 9, 2023

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
Copy link
Member

tom91136 commented Nov 9, 2023

For reference:

if check_cmake_ver "3.20.0"; then
run_build "cuda_$name" "${GCC_CXX:?}" raja "$cxx -DRAJA_IN_TREE=${RAJA_SRC:?} \
-DENABLE_CUDA=ON \
-DTARGET=NVIDIA \
-DCUDA_TOOLKIT_ROOT_DIR=${NVHPC_CUDA_DIR:?} \
-DCUDA_ARCH=$NV_ARCH"
else
echo "Skipping RAJA models due to CMake version requirement"
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants