QMCPACK
CommOperators.h
Go to the documentation of this file.
1 //////////////////////////////////////////////////////////////////////////////////////
2 // This file is distributed under the University of Illinois/NCSA Open Source License.
3 // See LICENSE file in top directory for details.
4 //
5 // Copyright (c) 2016 Jeongnim Kim and QMCPACK developers.
6 //
7 // File developed by: Ken Esler, kpesler@gmail.com, University of Illinois at Urbana-Champaign
8 // Jeongnim Kim, jeongnim.kim@gmail.com, University of Illinois at Urbana-Champaign
9 // Jeremy McMinnis, jmcminis@gmail.com, University of Illinois at Urbana-Champaign
10 //
11 // File created by: Jeongnim Kim, jeongnim.kim@gmail.com, University of Illinois at Urbana-Champaign
12 //////////////////////////////////////////////////////////////////////////////////////
13 
14 
15 #ifndef OHMMS_COMMUNICATION_OPERATORS_H
16 #define OHMMS_COMMUNICATION_OPERATORS_H
17 #include "Message/Communicate.h"
18 #include "OhmmsPETE/TinyVector.h"
19 #include "OhmmsPETE/Tensor.h"
20 #include "OhmmsPETE/OhmmsVector.h"
21 #include "OhmmsPETE/OhmmsMatrix.h"
22 #include "OhmmsPETE/OhmmsArray.h"
23 #if defined(HAVE_MPI)
25 #else
27 #endif
28 #endif
Declaraton of Vector<T,Alloc> Manage memory through Alloc directly and allow referencing an existing ...