![]() |
Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
|
#include <gtest/gtest.h>#include <limits>#include <stk_util/parallel/Parallel.hpp>#include <Kokkos_Core.hpp>Functions | |
| TEST (BasicKokkos, discover_execution_space) | |
| TEST (BasicKokkos, simple_views_1D) | |
| TEST (BasicKokkos, simple_views_2D) | |
| void | run_parallel_for_test () |
| TEST (BasicKokkos, parallel_for) | |
| void | run_nested_parallel_for_thread_teams_test () |
| TEST (BasicKokkos, nested_parallel_for_thread_teams) | |
| void run_nested_parallel_for_thread_teams_test | ( | ) |
Referenced by TEST().
| void run_parallel_for_test | ( | ) |
Referenced by TEST().
| TEST | ( | BasicKokkos | , |
| discover_execution_space | |||
| ) |
| TEST | ( | BasicKokkos | , |
| simple_views_1D | |||
| ) |
| TEST | ( | BasicKokkos | , |
| simple_views_2D | |||
| ) |
| TEST | ( | BasicKokkos | , |
| parallel_for | |||
| ) |
References run_parallel_for_test().
| TEST | ( | BasicKokkos | , |
| nested_parallel_for_thread_teams | |||
| ) |
References run_nested_parallel_for_thread_teams_test().
1.8.11