#include <stdlib.h>
Go to the source code of this file.
|
void | Creshape (int context_in, int major_in, int *context_out, int major_out, int first_proc, int nprow_new, int npcol_new) |
|
void | reshape (int *context_in, int *major_in, int *context_out, int *major_out, int *first_proc, int *nprow_new, int *npcol_new) |
|
void | RESHAPE (int *context_in, int *major_in, int *context_out, int *major_out, int *first_proc, int *nprow_new, int *npcol_new) |
|
void | reshape_ (int *context_in, int *major_in, int *context_out, int *major_out, int *first_proc, int *nprow_new, int *npcol_new) |
|
void | proc_inc (int *myrow, int *mycol, int nprow, int npcol, int major) |
|
◆ Creshape()
void Creshape |
( |
int |
context_in, |
|
|
int |
major_in, |
|
|
int * |
context_out, |
|
|
int |
major_out, |
|
|
int |
first_proc, |
|
|
int |
nprow_new, |
|
|
int |
npcol_new |
|
) |
| |
called subprograms
variables
Definition at line 3 of file reshape.c.
◆ proc_inc()
void proc_inc |
( |
int * |
myrow, |
|
|
int * |
mycol, |
|
|
int |
nprow, |
|
|
int |
npcol, |
|
|
int |
major |
|
) |
| |
◆ reshape()
void reshape |
( |
int * |
context_in, |
|
|
int * |
major_in, |
|
|
int * |
context_out, |
|
|
int * |
major_out, |
|
|
int * |
first_proc, |
|
|
int * |
nprow_new, |
|
|
int * |
npcol_new |
|
) |
| |
◆ RESHAPE()
void RESHAPE |
( |
int * |
context_in, |
|
|
int * |
major_in, |
|
|
int * |
context_out, |
|
|
int * |
major_out, |
|
|
int * |
first_proc, |
|
|
int * |
nprow_new, |
|
|
int * |
npcol_new |
|
) |
| |
◆ reshape_()
void reshape_ |
( |
int * |
context_in, |
|
|
int * |
major_in, |
|
|
int * |
context_out, |
|
|
int * |
major_out, |
|
|
int * |
first_proc, |
|
|
int * |
nprow_new, |
|
|
int * |
npcol_new |
|
) |
| |