Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
directoryTest_Kokkos.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Zoltan2: A package of combinatorial algorithms for scientific computing
4 //
5 // Copyright 2012 NTESS and the Zoltan2 contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #include "directoryTest_Impl.hpp"
11 
12 int main(int narg, char **arg)
13 {
14  return Zoltan2::runDirectoryTests(narg, arg);
15 }
int main(int narg, char **arg)
Definition: coloring1.cpp:164
int runDirectoryTests(int narg, char **arg)