Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Macros
Zoltan2_Directory_Comm.cpp File Reference
#include "Zoltan2_Directory_Comm.hpp"
#include <stdexcept>
#include <memory>
Include dependency graph for Zoltan2_Directory_Comm.cpp:

Go to the source code of this file.

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

Macros

#define PRINT_VECTOR(v)
 
#define PRINT_VAL(val)   std::cout << " " << #val << ": " << val << std::endl;
 

Macro Definition Documentation

#define PRINT_VECTOR (   v)
Value:
if(v != Teuchos::null) { \
std::cout << " " << #v << " "; \
for(Teuchos::ArrayRCP<int>::size_type n = 0; n < v.size(); ++n) { \
std::cout << v[n] << " "; \
} \
std::cout << std::endl; \
}
#define PRINT_VAL (   val)    std::cout << " " << #val << ": " << val << std::endl;