You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* This file defines some basic constants for the MPI machinery. We
|
|
* need to define the types on a per-CPU basis, so it is done with
|
|
* this file here. */
|
|
#define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG)
|
|
|