#include "simri3d.h"
#include "experience.h"
#include "sequence.h"
Go to the source code of this file.
Typedefs | |
typedef void(* | task_cb )(SEQPARAM *, EXPERIENCE3D *) |
Functions | |
void | mpi_job (SEQPARAM *seqparam, EXPERIENCE3D *expr, task_cb task) |
|
|
|
Definition at line 615 of file seq-mpi.c. Referenced by SeqFreeInduction1D(), SeqGradientEcho1D(), SeqGradientEcho2D(), SeqGradientEcho3D(), SeqInversionRecuperation1D(), SeqInversionRecuperation2D(), SeqInversionRecuperation3D(), SeqSpinEcho1D(), SeqSpinEcho2D(), SeqSpinEcho3D(), SeqTrueFisp1D(), SeqTrueFisp2D(), SeqTrueFisp3D(), and SeqTurboSpinEcho2D(). |