raw
mpi-genesis             1 /* This file defines some basic constants for the MPI machinery.  We
mpi-genesis 2 * need to define the types on a per-CPU basis, so it is done with
mpi-genesis 3 * this file here. */
mpi-genesis 4 #define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG)
mpi-genesis 5
mpi-genesis 6
mpi-genesis 7
mpi-genesis 8
mpi-genesis 9
mpi-genesis 10