
at Inria Bordeaux. This allows us to take advantage of the remap capability of MPI to rearrange the ranks beased on the weights povided by the application. Fix the indentation and protect with __DEBUG__ one fprintf. Add the Cecill-B license to the imported library. Fix a compiler warning. Restrict the TreeMatch dependencies. The TreeMatch software is released under BSD3 (as indicated by their copyright information @ https://gforge.inria.fr/scm/viewvc.php/COPYING?view=markup&root=treematch). Update the README.
12 строки
336 B
C
12 строки
336 B
C
void init_genrand(unsigned long s);
|
|
void init_by_array(unsigned long init_key[], int key_length);
|
|
|
|
/* generates a random number on the interval [0,0x7fffffff] */
|
|
unsigned long genrand_int32(void);
|
|
|
|
long genrand_int31(void);
|
|
double genrand_real1(void);
|
|
double genrand_real2(void);
|
|
double genrand_real3(void);
|
|
double genrand_res53(void);
|