We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug After the Summit RHEL 8 upgrade, occa has been unable to run CUDA mode in both the master and next branches.
master
next
To Reproduce ssh <username>@summit.olcf.ornl.gov
ssh <username>@summit.olcf.ornl.gov
module load gcc cmake cuda
./makenrs
./nrsconfig && cmake --build ./build --target install -j8
echo "Y" | ./nrsqsub_summit ethier 1 00:05
Pre-compilation output:
__ ____ _____ ____ ___ / /__ / __ \/ ___/ / __ \ / _ \ / //_// /_/ /\__ \ / / / // __// ,< / _, _/___/ / /_/ /_/ \___//_/|_|/_/ |_|/____/ v21.1 (ffc02bca) COPYRIGHT (c) 2019-2021 UCHICAGO ARGONNE, LLC MPI tasks: 1 using NEKRS_HOME: /ccs/home/malachi/.local/nekrs using OCCA_CACHE_DIR: /gpfs/alpine/csc262/scratch/malachi/ethier/.cache/occa/ Initializing device [CUDA] mode is not enabled, defaulting to [Serial] mode active occa mode: Serial active occa mode does not match selected backend!
The text was updated successfully, but these errors were encountered:
An easier way to reproduce (master): cd nekrs/3rd_party/occa make -j Then it will show occa info and CUDA is not there as a backend.
cd nekrs/3rd_party/occa
make -j
Sorry, something went wrong.
Looks like this was fixed by OLCF.
I have the similar issue let me know the fix please?
MalachiTimothyPhillips
No branches or pull requests
Describe the bug
After the Summit RHEL 8 upgrade, occa has been unable to run CUDA mode in both the
master
andnext
branches.To Reproduce
ssh <username>@summit.olcf.ornl.gov
ssh <username>@summit.olcf.ornl.gov
module load gcc cmake cuda
./makenrs
formaster
, or./nrsconfig && cmake --build ./build --target install -j8
fornext
echo "Y" | ./nrsqsub_summit ethier 1 00:05
Pre-compilation output:
The text was updated successfully, but these errors were encountered: