MPQC  3.0.0-alpha
mpi.hpp
1 #ifndef MPQC_MPI_HPP
2 #define MPQC_MPI_HPP
3 
4 #include "mpqc_config.h"
5 
6 #ifndef HAVE_MPI
7 #warning MPQC will use serial MPI stub
8 #endif // HAVE_MPI
9 
10 #include "mpqc/mpi/base.hpp"
11 #include "mpqc/mpi/comm.hpp"
12 
13 // N.B. may require ARMCI
14 //#include "mpqc/mpi/task.hpp"
15 
16 #endif // MPQC_MPI_HPP

Generated at Sun Jan 26 2020 23:24:01 for MPQC 3.0.0-alpha using the documentation package Doxygen 1.8.16.