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
If hommexx is built with qsize>0, it does not run with a namelist with qsize=0:
preqx_kokkos: /global/homes/o/onguba/acme-master/components/homme/src/share/cxx/mpi/BoundaryExchange.hpp:326: void Homme::BoundaryExchange::register_field(Kokkos::View<KokkosKernels::Batched::Experimental::Vector<KokkosKernels::Batched::Experimental::VectorTag<KokkosKernels::Batched::Experimental::AVX<double, Kokkos::OpenMP>, 4>> *[OUTER_DIM][DIM][4][4][18], Kokkos::LayoutRight, Kokkos::HostSpace..., Properties...>, int, int, int) [with int OUTER_DIM = 2, int DIM = 40, Properties = Kokkos::MemoryTraits<8U>]: Assertion `num_dims>0 && start_dim>=0 && outer_dim>=0 && DIM>0 && OUTER_DIM>0' failed.
The text was updated successfully, but these errors were encountered:
oksanaguba
No branches or pull requests
If hommexx is built with qsize>0, it does not run with a namelist with qsize=0:
The text was updated successfully, but these errors were encountered: