Skip to content
Snippets Groups Projects
Commit 95a7bcf9 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Tidyups

parent b23f83ce
Branches
No related tags found
1 merge request!6Version with faked data
swiftmpistepsim
swiftmpifakestepsim
*.o
*~
......@@ -291,14 +291,14 @@ static double gauss_rand_upper(void) {
* selection this is just a scale factor of the values.
* @param random whether to use random sizes.
* @param seed the random seed, use same for fixed sequences.
* @param uniform whether to use a uniform distribution other gaussian, unless
* @param uniform whether to use a uniform distribution or gaussian, unless
* cdf is defined, in which case this parameter is ignored.
* @param cdf text file containing a normalized CDF to use as a basis for
* inverse transform sampling of the randoms. NULL for no file.
* @param odata text file containing a values representing a occurences of the
* @param odata text file containing a values representing occurences of the
* expected distribution -- converted into a normalised CDF to
* use as a basis for inverse transform sampling of the
* randoms. NULL for no file. Not use if cdf is not NULL.
* randoms. NULL for no file. Not used if cdf is not NULL.
*/
void mpiuse_log_generate(int nr_nodes, int nr_logs, int size, int random,
long int seed, int uniform, const char *cdf,
......
......@@ -86,8 +86,8 @@ struct mpiuse_log_entry {
/* Flags for the types of request when generating fakes. */
#ifndef SEND_TYPE
#define SEND_TYPE 22
#define RECV_TYPE 23
#define SEND_TYPE 25
#define RECV_TYPE 26
#define NO_SUBTYPE 0
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment