Class Vcom: virtual (currently just MPI) communications layer. More...
#include <maloc/maloc_base.h>
#include <maloc/vsys.h>
Go to the source code of this file.
Data Structures | |
struct | Vcom |
Class Vcom: Definition. More... | |
Defines | |
#define | VCOM_MPI_TAG 111 |
A base value for MPI tags. | |
Typedefs | |
typedef struct Vcom | Vcom |
Class Vcom: Definition. | |
Functions | |
VEXTERNC int | Vcom_init (int *argc, char ***argv) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC int | Vcom_finalize (void) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC Vcom * | Vcom_ctor (int commtype) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC int | Vcom_ctor2 (Vcom *thee, int commtype) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC void | Vcom_dtor (Vcom **thee) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC void | Vcom_dtor2 (Vcom *thee) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC int | Vcom_send (Vcom *thee, int des, void *buf, int len, int type, int block) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC int | Vcom_recv (Vcom *thee, int src, void *buf, int len, int type, int block) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC int | Vcom_getCount (Vcom *thee, int src, int *length, int type) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC int | Vcom_reduce (Vcom *thee, void *sendbuf, void *recvbuf, int length, int type, int op) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC int | Vcom_size (Vcom *thee) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC int | Vcom_resize (Vcom *thee, int newsize) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC int | Vcom_rank (Vcom *thee) |
Class Vcom: Non-Inlineable methods (vcom.c) | |
VEXTERNC int | Vcom_barr (Vcom *thee) |
Class Vcom: Non-Inlineable methods (vcom.c) |
Class Vcom: virtual (currently just MPI) communications layer.
* * MALOC = < Minimal Abstraction Layer for Object-oriented C > * Copyright (C) 1994--2008 Michael Holst * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *
Definition in file vcom.h.