COPASI API  4.40.278
CContext.h File Reference
#include <string>
#include "copasi/config.h"

Classes

class  CContext< Data >
 
struct  omp_info
 

Macros

#define MPI_Comm_rank(comm, rank)   (*rank = 0)
 
#define MPI_Comm_size(comm, processes)   (*processes = 1)
 
#define MPI_COMM_WORLD   1
 
#define MPI_ERR_LASTCODE   100
 
#define MPI_ERR_UNKNOWN   2
 
#define MPI_SUCCESS   0
 
#define omp_get_max_threads()   (1)
 
#define omp_get_num_threads()   (1)
 
#define omp_get_thread_num()   (0)
 

Typedefs

typedef int MPI_Comm
 
typedef int MPI_Status
 
typedef int MPI_Win
 

Macro Definition Documentation

◆ MPI_Comm_rank

#define MPI_Comm_rank (   comm,
  rank 
)    (*rank = 0)

◆ MPI_Comm_size

#define MPI_Comm_size (   comm,
  processes 
)    (*processes = 1)

◆ MPI_COMM_WORLD

#define MPI_COMM_WORLD   1

◆ MPI_ERR_LASTCODE

#define MPI_ERR_LASTCODE   100

◆ MPI_ERR_UNKNOWN

#define MPI_ERR_UNKNOWN   2

◆ MPI_SUCCESS

#define MPI_SUCCESS   0

◆ omp_get_max_threads

#define omp_get_max_threads ( )    (1)

◆ omp_get_num_threads

#define omp_get_num_threads ( )    (1)

◆ omp_get_thread_num

#define omp_get_thread_num ( )    (0)

Typedef Documentation

◆ MPI_Comm

typedef int MPI_Comm

◆ MPI_Status

typedef int MPI_Status

◆ MPI_Win

typedef int MPI_Win