photon
1.1
|
#include <stdint.h>
#include <pthread.h>
#include "config.h"
#include "photon.h"
#include "photon_io.h"
Go to the source code of this file.
Typedefs | |
typedef struct photon_forwarder_t * | photonForwarder |
Variables | |
photonConfig | __photon_config |
photonBackend | __photon_shmem |
photonBackend | __photon_fabric |
photonForwarder | __photon_forwarder |
int | _LEDGER_SIZE |
int | _photon_myrank |
int | _photon_nproc |
int | _photon_nforw |
int | _photon_fproc |
int | _photon_ebsize |
int | _photon_pbsize |
int | _photon_smsize |
int | _photon_spsize |
int | _photon_upsize |
int | _photon_idsize |
int | _forwarder |
typedef struct photon_forwarder_t* photonForwarder |
Definition at line 29 of file libphoton.h.
photonConfig __photon_config |
Definition at line 48 of file libphoton.c.
photonBackend __photon_fabric |
Definition at line 50 of file libphoton.c.
photonForwarder __photon_forwarder |
Definition at line 51 of file libphoton.c.
photonBackend __photon_shmem |
Definition at line 49 of file libphoton.c.
int _forwarder |
Definition at line 64 of file libphoton.c.
int _LEDGER_SIZE |
Definition at line 53 of file libphoton.c.
int _photon_ebsize |
Definition at line 58 of file libphoton.c.
int _photon_fproc |
Definition at line 57 of file libphoton.c.
int _photon_idsize |
Definition at line 63 of file libphoton.c.
int _photon_myrank |
Definition at line 54 of file libphoton.c.
int _photon_nforw |
Definition at line 56 of file libphoton.c.
int _photon_nproc |
Definition at line 55 of file libphoton.c.
int _photon_pbsize |
Definition at line 59 of file libphoton.c.
int _photon_smsize |
Definition at line 60 of file libphoton.c.
int _photon_spsize |
Definition at line 62 of file libphoton.c.
int _photon_upsize |
Definition at line 61 of file libphoton.c.