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)
24
#include "
Message/CommOperatorsMPI.h
"
25
#else
26
#include "
Message/CommOperatorsSingle.h
"
27
#endif
28
#endif
OhmmsArray.h
CommOperatorsMPI.h
TinyVector.h
Tensor.h
OhmmsVector.h
Declaraton of Vector<T,Alloc> Manage memory through Alloc directly and allow referencing an existing ...
CommOperatorsSingle.h
Communicate.h
OhmmsMatrix.h
src
Message
CommOperators.h
Generated on Fri Jun 28 2024 10:45:14 for QMCPACK by
1.8.14