-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
nalu-wind spack "+tests" variant isn't working #1362
Comments
Hi, thanks for reaching out.
|
I did it after "spack install nalu-wind+tests ...", but no ctest configuration files created in the building folder. So can't execute ctest. I did the same things on exawind and amr-wind, they are both working as expected. |
This is another "spack install nalu-wind+tests" but no ctest configuration created case:
|
@jrood-nrel do you know what might be going on here? I can't reproduce locally. |
I provide some more detail information:
I resolved this by add below into "trilinos-master-***/lib/external_packages/MPI/MPIConfig.cmake"
Then repeat that long command above again to finish the installation. Another machine is ubuntu 24.04 with nvidia gtx 4060ti, gcc 9.5.0, the command only removed the "+fsi" variant and changed cuda_arch=86 relative to previous case, has a similar symptom. Please tell me if need more information. |
My host is ubuntu 20.04, spack command is "
spack install --keep-stage nalu-wind@master%gcc@9.4.0~boost~catalyst+cuda~fftw+fsi~gpu-aware-mpi+hypre~ipo+openfast+pic~rocm~shared+tests+tioga~trilinos-solvers~umpire~wind-utils cuda_arch=61 build_type=Release ^cuda@12.5 ^openfast@master ^trilinos@master
". But when I enter into its building folder execute "ctest
", it reports no ctest configuration.I edit CMakeCache.txt, changed to "ENABLE_TESTS:BOOL=ON", then execute "
cmake .
", only 4 of 11 tests passed show below. I want ask:1, Is the tests of nalu-wind broking currently?
2, how to verify my nalu-wind installation is ok or not?
Thanks.
The text was updated successfully, but these errors were encountered: