Octopus
comm.F90
Go to the documentation of this file.
1!! Copyright (C) 2010 X. Andrade
2!!
3!! This program is free software; you can redistribute it and/or modify
4!! it under the terms of the GNU General Public License as published by
5!! the Free Software Foundation; either version 2, or (at your option)
6!! any later version.
7!!
8!! This program is distributed in the hope that it will be useful,
9!! but WITHOUT ANY WARRANTY; without even the implied warranty of
10!! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11!! GNU General Public License for more details.
12!!
13!! You should have received a copy of the GNU General Public License
14!! along with this program; if not, write to the Free Software
15!! Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16!! 02110-1301, USA.
17!!
18
19#include "global.h"
20
21module comm_oct_m
22 use debug_oct_m
23 use global_oct_m
25 use mpi_oct_m
27 use utils_oct_m
28
29 implicit none
30
31 private
32
33 public :: &
35
36 interface comm_allreduce
43 end interface
44
45contains
46
47#include "undef.F90"
48#include "real.F90"
49#include "comm_allreduce_inc.F90"
50
51#include "undef.F90"
52#include "complex.F90"
53#include "comm_allreduce_inc.F90"
54
55#include "undef.F90"
56#include "integer.F90"
57#include "comm_allreduce_inc.F90"
58
59#include "undef.F90"
60#include "integer8.F90"
61#include "comm_allreduce_inc.F90"
62
63end module comm_oct_m
64
65!! Local Variables:
66!! mode: f90
67!! coding: utf-8
68!! End:
subroutine zcomm_allreduce_5(grp, aa)
Definition: comm.F90:624
subroutine icomm_allreduce_4(grp, aa)
Definition: comm.F90:855
subroutine zcomm_allreduce_0(grp, aa)
Definition: comm.F90:465
subroutine zcomm_allreduce_1(grp, aa, dim)
Definition: comm.F90:485
subroutine icomm_allreduce_3(grp, aa, dim)
Definition: comm.F90:811
subroutine dcomm_allreduce_0(grp, aa)
Definition: comm.F90:210
subroutine zcomm_allreduce_4(grp, aa)
Definition: comm.F90:600
subroutine lcomm_allreduce_4(grp, aa)
Definition: comm.F90:1111
subroutine icomm_allreduce_5(grp, aa)
Definition: comm.F90:879
subroutine dcomm_allreduce_1(grp, aa, dim)
Definition: comm.F90:230
subroutine dcomm_allreduce_2(grp, aa, dim)
Definition: comm.F90:257
subroutine lcomm_allreduce_1(grp, aa, dim)
Definition: comm.F90:996
subroutine icomm_allreduce_0(grp, aa)
Definition: comm.F90:720
subroutine lcomm_allreduce_2(grp, aa, dim)
Definition: comm.F90:1023
subroutine zcomm_allreduce_2(grp, aa, dim)
Definition: comm.F90:512
subroutine dcomm_allreduce_4(grp, aa)
Definition: comm.F90:345
subroutine dcomm_allreduce_5(grp, aa)
Definition: comm.F90:369
subroutine icomm_allreduce_2(grp, aa, dim)
Definition: comm.F90:767
subroutine icomm_allreduce_1(grp, aa, dim)
Definition: comm.F90:740
subroutine lcomm_allreduce_0(grp, aa)
Definition: comm.F90:976
subroutine zcomm_allreduce_3(grp, aa, dim)
Definition: comm.F90:556
subroutine dcomm_allreduce_3(grp, aa, dim)
Definition: comm.F90:301
subroutine lcomm_allreduce_3(grp, aa, dim)
Definition: comm.F90:1067
subroutine lcomm_allreduce_5(grp, aa)
Definition: comm.F90:1135
This module is intended to contain simple general-purpose utility functions and procedures.
Definition: utils.F90:118