The FARGO_THORIN code developer's guide
 All Data Structures Files Functions Variables Typedefs Macros
Functions
mpi_dummy.c File Reference

Fake MPI functions library for sequential built. More...

#include <stdio.h>
#include "mpi_dummy.h"
Include dependency graph for mpi_dummy.c:

Go to the source code of this file.

Functions

void MPI_Comm_rank (int a, int *b)
 
void MPI_Comm_size (int a, int *b)
 
void MPI_Init (int *argc, argv)
 
void MPI_Finalize ()
 
void MPI_Bcast ()
 
void MPI_Isend ()
 
void MPI_Irecv ()
 
void MPI_Send ()
 
void MPI_Recv ()
 
void MPI_Barrier ()
 
void MPI_Wait ()
 
void MPI_Allreduce (void *ptr, void *ptr2, int count, int type, int foo3, int foo4)
 

Detailed Description

Fake MPI functions library for sequential built.

It is used instead of the true MPI library in the case of a sequential built (see makefile).

Definition in file mpi_dummy.c.

Function Documentation

void MPI_Allreduce ( void *  ptr,
void *  ptr2,
int  count,
int  type,
int  foo3,
int  foo4 
)
void MPI_Barrier ( )

Definition at line 64 of file mpi_dummy.c.

Referenced by AdvanceSystemFromDisk(), Initialization(), mpi_make1Dprofile(), ReadfromAsciiFile(), ReadfromFile(), SendOutput(), and WriteDiskPolar().

Here is the caller graph for this function:

void MPI_Bcast ( )

Definition at line 44 of file mpi_dummy.c.

Referenced by GasMomentum(), GasTotalEnergy(), GasTotalMass(), and mpi_make1Dprofile().

Here is the caller graph for this function:

void MPI_Comm_rank ( int  a,
int *  b 
)

Definition at line 13 of file mpi_dummy.c.

Referenced by main().

Here is the caller graph for this function:

void MPI_Comm_size ( int  a,
int *  b 
)

Definition at line 20 of file mpi_dummy.c.

Referenced by main().

Here is the caller graph for this function:

void MPI_Finalize ( )

Definition at line 40 of file mpi_dummy.c.

Referenced by main(), and prs_exit().

Here is the caller graph for this function:

void MPI_Init ( int *  argc,
argv   
)

Definition at line 27 of file mpi_dummy.c.

Referenced by main().

Here is the caller graph for this function:

void MPI_Irecv ( )

Definition at line 52 of file mpi_dummy.c.

Referenced by CommunicateBoundaries(), mpi_make1Dprofile(), and SynchronizeOverlapFields().

Here is the caller graph for this function:

void MPI_Isend ( )

Definition at line 48 of file mpi_dummy.c.

Referenced by CommunicateBoundaries(), mpi_make1Dprofile(), and SynchronizeOverlapFields().

Here is the caller graph for this function:

void MPI_Recv ( )

Definition at line 60 of file mpi_dummy.c.

Referenced by ChessBoardIndexing(), GasMomentum(), GasTotalEnergy(), GasTotalMass(), MakeDir(), ReadfromAsciiFile(), and ReadfromFile().

Here is the caller graph for this function:

void MPI_Send ( )

Definition at line 56 of file mpi_dummy.c.

Referenced by ChessBoardIndexing(), GasMomentum(), GasTotalEnergy(), GasTotalMass(), MakeDir(), ReadfromAsciiFile(), and ReadfromFile().

Here is the caller graph for this function:

void MPI_Wait ( )

Definition at line 68 of file mpi_dummy.c.

Referenced by CommunicateBoundaries(), mpi_make1Dprofile(), and SynchronizeOverlapFields().

Here is the caller graph for this function: