|
The FARGO_THORIN code developer's guide
|
Fake MPI functions library for sequential built. More...

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) |
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.
| void MPI_Allreduce | ( | void * | ptr, |
| void * | ptr2, | ||
| int | count, | ||
| int | type, | ||
| int | foo3, | ||
| int | foo4 | ||
| ) |
Definition at line 72 of file mpi_dummy.c.
References MPI_DOUBLE, and MPI_INT.
Referenced by AccreteOntoPlanets(), AccretePebblesOntoPlanets(), AlgoGas(), DampingTW04(), FillForcesArrays(), GasMomentum(), GasTotalEnergy(), GasTotalMass(), SuccessiveOverrelaxation(), and ThicknessSmoothing().

| void MPI_Barrier | ( | ) |
Definition at line 64 of file mpi_dummy.c.
Referenced by AdvanceSystemFromDisk(), Initialization(), mpi_make1Dprofile(), ReadfromAsciiFile(), ReadfromFile(), SendOutput(), and WriteDiskPolar().

| void MPI_Bcast | ( | ) |
Definition at line 44 of file mpi_dummy.c.
Referenced by GasMomentum(), GasTotalEnergy(), GasTotalMass(), and mpi_make1Dprofile().

| void MPI_Comm_rank | ( | int | a, |
| int * | b | ||
| ) |
Definition at line 13 of file mpi_dummy.c.
Referenced by main().

| void MPI_Comm_size | ( | int | a, |
| int * | b | ||
| ) |
Definition at line 20 of file mpi_dummy.c.
Referenced by main().

| void MPI_Finalize | ( | ) |
Definition at line 40 of file mpi_dummy.c.
Referenced by main(), and prs_exit().

| void MPI_Init | ( | int * | argc, |
| argv | |||
| ) |
Definition at line 27 of file mpi_dummy.c.
Referenced by main().

| void MPI_Irecv | ( | ) |
Definition at line 52 of file mpi_dummy.c.
Referenced by CommunicateBoundaries(), mpi_make1Dprofile(), and SynchronizeOverlapFields().

| void MPI_Isend | ( | ) |
Definition at line 48 of file mpi_dummy.c.
Referenced by CommunicateBoundaries(), mpi_make1Dprofile(), and SynchronizeOverlapFields().

| void MPI_Recv | ( | ) |
Definition at line 60 of file mpi_dummy.c.
Referenced by ChessBoardIndexing(), GasMomentum(), GasTotalEnergy(), GasTotalMass(), MakeDir(), ReadfromAsciiFile(), and ReadfromFile().

| void MPI_Send | ( | ) |
Definition at line 56 of file mpi_dummy.c.
Referenced by ChessBoardIndexing(), GasMomentum(), GasTotalEnergy(), GasTotalMass(), MakeDir(), ReadfromAsciiFile(), and ReadfromFile().

| void MPI_Wait | ( | ) |
Definition at line 68 of file mpi_dummy.c.
Referenced by CommunicateBoundaries(), mpi_make1Dprofile(), and SynchronizeOverlapFields().

1.8.7