Go to the source code of this file.
|
| #define | my_pe aml_my_pe |
| |
| #define | num_pes aml_n_pes |
| |
| #define | aml_time() MPI_Wtime() |
| |
| #define | aml_long_allsum(p) MPI_Allreduce(MPI_IN_PLACE,p,1,MPI_LONG_LONG,MPI_SUM,MPI_COMM_WORLD) |
| |
| #define | aml_long_allmin(p) MPI_Allreduce(MPI_IN_PLACE,p,1,MPI_LONG_LONG,MPI_MIN,MPI_COMM_WORLD) |
| |
| #define | aml_long_allmax(p) MPI_Allreduce(MPI_IN_PLACE,p,1,MPI_LONG_LONG,MPI_MAX,MPI_COMM_WORLD) |
| |
◆ aml_long_allmax
◆ aml_long_allmin
◆ aml_long_allsum
◆ aml_time
◆ my_pe
◆ num_pes
◆ aml_barrier()
| void aml_barrier |
( |
void |
| ) |
|
|
extern |
◆ aml_finalize()
| void aml_finalize |
( |
void |
| ) |
|
|
extern |
◆ aml_init()
| int aml_init |
( |
int * |
, |
|
|
char *** |
|
|
) |
| |
|
extern |
◆ aml_my_pe()
◆ aml_n_pes()
◆ aml_register_handler()
| void aml_register_handler |
( |
void(*)(int, void *, int) |
f, |
|
|
int |
n |
|
) |
| |
|
extern |
◆ aml_send()
| void aml_send |
( |
void * |
srcaddr, |
|
|
int |
type, |
|
|
int |
length, |
|
|
int |
node |
|
) |
| |
|
extern |