Data Structures | Typedefs | Functions

contrib/maloc/src/psh/maloc/vmpi.h File Reference

Class Vmpi: a Virtual MPI communication layer object. More...

#include <maloc/maloc_base.h>
#include <maloc/vsys.h>
Include dependency graph for vmpi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Vmpi
 Class Vmpi: Definition. More...

Typedefs

typedef struct Vmpi Vmpi
 Class Vmpi: Definition.

Functions

VEXTERNC int Vmpi_init (int *argc, char ***argv)
 Class Vmpi: Non-inlineable method (vmpi.c)
VEXTERNC int Vmpi_finalize (void)
 Class Vmpi: Non-inlineable method (vmpi.c)
VEXTERNC VmpiVmpi_ctor (void)
 Class Vmpi: Non-inlineable method (vmpi.c)
VEXTERNC void Vmpi_dtor (Vmpi **thee)
 Class Vmpi: Non-inlineable method (vmpi.c)
VEXTERNC int Vmpi_rank (Vmpi *thee)
 Class Vmpi: Non-inlineable method (vmpi.c)
VEXTERNC int Vmpi_size (Vmpi *thee)
 Class Vmpi: Non-inlineable method (vmpi.c)
VEXTERNC int Vmpi_barr (Vmpi *thee)
 Class Vmpi: Non-inlineable method (vmpi.c)
VEXTERNC int Vmpi_send (Vmpi *thee, int des, char *buf, int bufsize)
 Class Vmpi: Non-inlineable method (vmpi.c)
VEXTERNC int Vmpi_recv (Vmpi *thee, int src, char *buf, int bufsize)
 Class Vmpi: Non-inlineable method (vmpi.c)
VEXTERNC int Vmpi_bcast (Vmpi *thee, char *buf, int bufsize)
 Class Vmpi: Non-inlineable method (vmpi.c)
VEXTERNC int Vmpi_reduce (Vmpi *thee, char *sbuf, char *rbuf, int bufsize)
 Class Vmpi: Non-inlineable method (vmpi.c)
VEXTERNC int Vmpi_isend (Vmpi *thee, int des, char *buf, int bufsize)
 Class Vmpi: Non-inlineable method (vmpi.c)

Detailed Description

Class Vmpi: a Virtual MPI communication layer object.

Version:
Id:
vmpi.h,v 1.20 2008/02/05 00:10:01 fetk Exp
Author:
Michael Holst
Attention:
 *
 * 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 vmpi.h.