photon
1.1
|
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/queue.h>
#include "photon_backend.h"
#include "photon_buffer.h"
#include "photon_exchange.h"
#include "photon_pwc.h"
#include "photon_pwc_coll.h"
Go to the source code of this file.
Functions | |
int | photon_pwc_barrier_set_and_check (int proc, int *flag) |
photonRequest | photon_pwc_barrier_dequeue () |
Variables | |
photon_coll_interface | pwc_collectives |
photonRequest photon_pwc_barrier_dequeue | ( | ) |
Definition at line 307 of file photon_pwc_coll.c.
int photon_pwc_barrier_set_and_check | ( | int | proc, |
int * | flag | ||
) |
Definition at line 263 of file photon_pwc_coll.c.
photon_coll_interface pwc_collectives |
Definition at line 51 of file photon_pwc_coll.c.