TABLE OF CONTENTS


ABINIT/m_mpi_scheduler [ Modules ]

[ Top ] [ Modules ]

NAME

 m_mpi_scheduler

FUNCTION

 This module contains the mpi scheduler for spin dynamics
 It provide the function to assign site to mpi nodes, and methods for scattering (TODO),
 and gathering data from nodes.

 Datatypes:

 * mpi_scheduler_t

 Subroutines:
 TODO: add this when F2003 doc style is determined.

COPYRIGHT

 Copyright (C) 2001-2024 ABINIT group (hexu)
 This file is distributed under the terms of the
 GNU General Public License, see ~abinit/COPYING
 or http://www.gnu.org/copyleft/gpl.txt .
 For the initials of contributors, see ~abinit/doc/developers/contributors.txt .

SOURCE

27 #if defined HAVE_CONFIG_H
28 #include "config.h"
29 #endif
30 #include "abi_common.h"
31 
32 
33 module m_mpi_scheduler
34   use defs_basis
35   use m_xmpi
36   use m_errors
37   use m_abicore
38 
39   implicit none