Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
hit_save.h
Go to the documentation of this file.
1 
2 
3 /*
4  * This software is provided to enhance knowledge and encourage progress
5  * in the scientific community and are to be used only for research and
6  * educational purposes. Any reproduction or use for commercial purpose
7  * is prohibited without the prior express written permission.
8  *
9  * This software is provided "as is" and without any express or implied
10  * warranties, including, without limitation, the implied warranties of
11  * merchantability and fitness for a particular purpose.
12  *
13  * Copyright (c) 2007-2011, Arturo Gonzalez Escribano
14  * Javier Fresno Bausela
15  * Carlos de Blas Carton
16  * Yuri Torres de la Sierra
17  * All Rights Reserved.
18  */
19 
20 #ifndef _HitSave_
21 #define _HitSave_
22 
23 #include <hit_topology.h>
24 #include <hit_mpi.h>
25 
26 #define hit_topCommit( topo ) hit_comTopologyCommitInternal( &(topo), *hit_Comm );
27 void hit_comTopologyCommitInternal( HitTopology *topo, MPI_Comm oldComm );
28 
29 #endif
void hit_comTopologyCommitInternal(HitTopology *topo, MPI_Comm oldComm)