Main.c 19.3 KB
Newer Older
1
2
3
#include <stdio.h>
#include <stdlib.h>
#include <mpi.h>
iker_martin's avatar
iker_martin committed
4
#include <fcntl.h>
5
#include <unistd.h>
iker_martin's avatar
iker_martin committed
6
#include <sys/stat.h>
7
8
#include "process_stage.h"
#include "Main_datatypes.h"
9
#include "configuration.h"
10
#include "../IOcodes/results.h"
11
#include "../malleability/CommDist.h"
12
#include "../malleability/MAM.h"
13

14
15
#define DR_MAX_SIZE 1000000000

iker_martin's avatar
iker_martin committed
16
int work();
17
double iterate(int async_comm);
18
19
double iterate_relaxed(double *time, double *times_stages);
double iterate_rigid(double *time, double *times_stages);
20

21
void init_group_struct(char *argv[], int argc, int myId, int numP);
22
void init_application();
23
void obtain_op_times();
24
void free_application_data();
25
void free_zombie_process();
26

27
void print_general_info(int myId, int grp, int numP);
28
int print_local_results();
29
int print_final_results();
iker_martin's avatar
iker_martin committed
30
int create_out_file(char *nombre, int *ptr, int newstdout);
31

32
33
34

void init_originals();
void init_targets();
35
void update_targets();
36
void user_redistribution(void *args);
37

iker_martin's avatar
iker_martin committed
38
39
configuration *config_file;
group_data *group;
40
results_data *results;
41
MPI_Comm comm, new_comm;
42
int run_id = 0; // Utilizado para diferenciar más fácilmente ejecuciones en el análisis
43

44
int main(int argc, char *argv[]) {
45
    int numP, myId, res;
iker_martin's avatar
iker_martin committed
46
    int req;
47
    int im_child;
48
    int abort_needed = 0;
49

50
    MPI_Init_thread(&argc, &argv, MPI_THREAD_MULTIPLE, &req);
iker_martin's avatar
iker_martin committed
51
    MPI_Comm_rank(MPI_COMM_WORLD, &myId);
52
    MPI_Comm_size(MPI_COMM_WORLD, &numP);
53
    comm = MPI_COMM_WORLD;
54
    new_comm = MPI_COMM_NULL;
iker_martin's avatar
iker_martin committed
55

56
57
    if(req != MPI_THREAD_MULTIPLE) {
      printf("No se ha obtenido la configuración de hilos necesaria\nSolicitada %d -- Devuelta %d\n", req, MPI_THREAD_MULTIPLE);
58
59
      fflush(stdout);
      MPI_Abort(MPI_COMM_WORLD, -50);
60
61
    }

62
    init_group_struct(argv, argc, myId, numP);
63
    im_child = MAM_Init(ROOT, &comm, argv[0], user_redistribution, NULL);
64

65
66
67
    if(im_child) {
      update_targets();
    } else {
68
      init_application();
69
      init_originals();
70

71
      MPI_Barrier(comm);
72
      results->exec_start = MPI_Wtime();
73
74
    }

75
76
77
    //
    // EMPIEZA LA EJECUCION-------------------------------
    //
78
    do {
79
80
      MPI_Comm_size(comm, &(group->numP));
      MPI_Comm_rank(comm, &(group->myId));
81

82
      if(group->grp != 0) {
83
        obtain_op_times(0); //Obtener los nuevos valores de tiempo para el computo
84
        MAM_Retrieve_times(&results->spawn_time[group->grp - 1], &results->sync_time[group->grp - 1], &results->async_time[group->grp - 1], &results->malleability_time[group->grp - 1]);
85
      }
86

87
      if(config_file->n_groups != group->grp + 1) { //TODO Llevar a otra funcion
88
        MAM_Set_configuration(config_file->groups[group->grp+1].sm, config_file->groups[group->grp+1].ss, 
89
			config_file->groups[group->grp+1].phy_dist, config_file->groups[group->grp+1].rm, config_file->groups[group->grp+1].rs);
90
        MAM_Set_target_number(config_file->groups[group->grp+1].procs); // TODO TO BE DEPRECATED
91

92
        if(group->grp != 0) {
93
94
          malleability_modify_data(&(group->grp), 0, 1, MPI_INT, 1, 1);
          malleability_modify_data(&(group->iter_start), 0, 1, MPI_INT, 1, 0);
95
        }
96
      }
97
98

      res = work();
99

100
      if(res==1) { // Se ha llegado al final de la aplicacion
101
        MPI_Barrier(comm);
102
        results->exec_time = MPI_Wtime() - results->exec_start - results->wasted_time;
103
        print_local_results();
104
      }
105
      
106

107
      reset_results_index(results);
108

109
      group->grp = group->grp + 1;
110
    } while(config_file->n_groups > group->grp);
111

112
113
    //
    // TERMINA LA EJECUCION ----------------------------------------------------------
114
    // 
115
    print_final_results(); // Pasado este punto ya no pueden escribir los procesos
116

117
    MPI_Barrier(comm);
118
119
120
121
    if(comm != MPI_COMM_WORLD && comm != MPI_COMM_NULL) {
      MPI_Comm_free(&comm);
    }

122
123
    if(group->myId == ROOT && config_file->groups[group->grp-1].sm == MALL_SPAWN_MERGE) {
      abort_needed = 1;
124
    }
125
    free_application_data();
126

127
    if(abort_needed) { MPI_Abort(MPI_COMM_WORLD, -100); }
128
129
130
131
132
    MPI_Finalize();
    return 0;
}

/*
133
134
135
136
137
138
139
140
141
 * Función de trabajo principal.
 *
 * Incializa los datos para realizar el computo y a continuacion
 * pasa a realizar "maxiter" iteraciones de computo.
 *
 * Terminadas las iteraciones realiza el redimensionado de procesos.
 * Si el redimensionado se realiza de forma asincrona se 
 * siguen realizando iteraciones de computo hasta que termine la 
 * comunicacion asincrona y realizar entonces la sincrona.
142
143
144
145
 *
 * Si el grupo de procesos es el ultimo que va a ejecutar, se devuelve
 * el valor 1 para indicar que no se va a seguir trabajando con nuevos grupos
 * de procesos. En caso contrario se devuelve 0.
146
 */
iker_martin's avatar
iker_martin committed
147
int work() {
148
  int iter, maxiter, state, res;
149
  int wait_completed = MAM_CHECK_COMPLETION;
150

151
  maxiter = config_file->groups[group->grp].iters;
152
  state = MAM_NOT_STARTED;
153
  res = 0;
154

155
  for(iter=group->iter_start; iter < maxiter; iter++) {
156
    iterate(state);
157
  }
158

159
  if(config_file->n_groups != group->grp + 1)
160
    MAM_Checkpoint(&state, wait_completed, user_redistribution, NULL);
161

162
  iter = 0;
163
  while(state == MAM_PENDING || state == MAM_USER_PENDING) {
164
    if(group->grp+1 < config_file->n_groups && iter < config_file->groups[group->grp+1].iters) {
165
      iterate(state);
166
167
      iter++;
      group->iter_start = iter;
168
    } else { wait_completed = MAM_WAIT_COMPLETION; }
169
    MAM_Checkpoint(&state, wait_completed, user_redistribution, NULL);
170
  }
171

172
  if(config_file->n_groups == group->grp + 1) { res=1; }
173
  return res;
174
175
}

176
177
178
179
180
181
182
183
184
185

/////////////////////////////////////////
/////////////////////////////////////////
//COMPUTE FUNCTIONS
/////////////////////////////////////////
/////////////////////////////////////////


/*
 * Simula la ejecucción de una iteración de computo en la aplicación
186
187
 * que dura al menos un tiempo determinado por la suma de todas las
 * etapas definidas en la configuracion.
188
 */
189
double iterate(int async_comm) {
190
  double time, *times_stages_aux;
191
  size_t i;
192
193
  double aux = 0;

194
  times_stages_aux = malloc(config_file->n_stages * sizeof(double));
195

196
  if(config_file->rigid_times) {
197
    aux = iterate_rigid(&time, times_stages_aux);
198
  } else {
199
    aux = iterate_relaxed(&time, times_stages_aux);
200
201
  }

202
  // Se esta realizando una redistribucion de datos asincrona
203
  if(async_comm == MAM_PENDING) { 
204
    // TODO Que diferencie entre tipo de partes asincronas?
205
    results->iters_async += 1;
206
207
  }

208
  // TODO Pasar el resto de este código a results.c
209
  if(results->iter_index == results->iters_size) { // Aumentar tamaño de ambos vectores de resultados
210
    realloc_results_iters(results, config_file->n_stages, results->iters_size + 100);
211
  }
212
  results->iters_time[results->iter_index] = time;
213
  for(i=0; i < config_file->n_stages; i++) {
214
    results->stage_times[i][results->iter_index] = times_stages_aux[i];
215
  }
216
  results->iter_index = results->iter_index + 1;
217
  // TODO Pasar hasta aqui
218

219
  free(times_stages_aux);
220

221
  return aux;
222
223
}

224
225
226

/*
 * Performs an iteration. The gathered times for iterations
227
 * and stages could be IMPRECISE in order to ensure the 
228
229
230
231
232
 * global execution time is precise.
 */
double iterate_relaxed(double *time, double *times_stages) {
  size_t i;
  double start_time, start_time_stage, aux=0;
233
  start_time = MPI_Wtime(); // Imprecise timings
234
235

  for(i=0; i < config_file->n_stages; i++) {
236
    start_time_stage = MPI_Wtime(); 
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
    aux+= process_stage(*config_file, config_file->stages[i], *group, comm);
    times_stages[i] = MPI_Wtime() - start_time_stage;
  }

  *time = MPI_Wtime() - start_time; // Guardar tiempos
  return aux;
}

/*
 * Performs an iteration. The gathered times for iterations
 * and stages are ensured to be precise but the global 
 * execution time could be imprecise.
 */
double iterate_rigid(double *time, double *times_stages) {
  size_t i;
  double start_time, start_time_stage, aux=0;

  MPI_Barrier(comm);
  start_time = MPI_Wtime();

  for(i=0; i < config_file->n_stages; i++) {
    start_time_stage = MPI_Wtime();
    aux+= process_stage(*config_file, config_file->stages[i], *group, comm);
260
    MPI_Barrier(comm);
261
262
263
    times_stages[i] = MPI_Wtime() - start_time_stage;
  }

264
  MPI_Barrier(comm);
265
266
267
268
  *time = MPI_Wtime() - start_time; // Guardar tiempos
  return aux;
}

269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
//======================================================||
//======================================================||
//=============INIT/FREE/PRINT FUNCTIONS================||
//======================================================||
//======================================================||

/*
 * Muestra datos generales sobre los procesos, su grupo,
 * en que nodo residen y la version de MPI utilizada.
 */
void print_general_info(int myId, int grp, int numP) {
  int len;
  char *name = malloc(MPI_MAX_PROCESSOR_NAME * sizeof(char));
  char *version = malloc(MPI_MAX_LIBRARY_VERSION_STRING * sizeof(char));
  MPI_Get_processor_name(name, &len);
  MPI_Get_library_version(version, &len);
  printf("P%d Nuevo GRUPO %d de %d procs en nodo %s con %s\n", myId, grp, numP, name, version);

  free(name);
  free(version);
}

291

292
293
294
/*
 * Pide al proceso raiz imprimir los datos sobre las iteraciones realizadas por el grupo de procesos.
 */
295
296
int print_local_results() {
  int ptr_local, ptr_out, err;
297
298
  char *file_name;

299
300
  // This function causes an overhead in the recorded time for last group
  compute_results_iter(results, group->myId, group->numP, ROOT, config_file->n_stages, config_file->capture_method, comm);
301
  if(group->myId == ROOT) {
302
303
    ptr_out = dup(1);

304
305
306
307
308
309
310
311
    file_name = NULL;
    file_name = malloc(40 * sizeof(char));
    if(file_name == NULL) return -1; // No ha sido posible alojar la memoria
    err = snprintf(file_name, 40, "R%d_G%dNP%dID%d.out", run_id, group->grp, group->numP, group->myId);
    if(err < 0) return -2; // No ha sido posible obtener el nombre de fichero
    create_out_file(file_name, &ptr_local, 1);
  
    print_config_group(config_file, group->grp);
312
    print_iter_results(*results);
313
    print_stage_results(*results, config_file->n_stages);
314
315
    free(file_name);

316
    fflush(stdout);
317
318
    close(1);
    dup(ptr_out);
319
    close(ptr_out);
320
321
322
323
324
325
326
327
328
  }
  return 0;
}

/*
 * Si es el ultimo grupo de procesos, pide al proceso raiz mostrar los datos obtenidos de tiempo de ejecucion, creacion de procesos
 * y las comunicaciones.
 */
int print_final_results() {
329
  int ptr_global, err, ptr_out;
330
331
332
333
  char *file_name;

  if(group->myId == ROOT) {

334
    if(config_file->n_groups == group->grp) {
335
336
337
338
339
340
      file_name = NULL;
      file_name = malloc(20 * sizeof(char));
      if(file_name == NULL) return -1; // No ha sido posible alojar la memoria
      err = snprintf(file_name, 20, "R%d_Global.out", run_id);
      if(err < 0) return -2; // No ha sido posible obtener el nombre de fichero

341
      ptr_out = dup(1);
342
      create_out_file(file_name, &ptr_global, 1);
343
344
      print_config(config_file);
      print_global_results(*results, config_file->n_resizes);
345
      fflush(stdout);
346
      free(file_name);
347
348
349

      close(1);
      dup(ptr_out);
350
351
352
353
354
355
356
357
358
    }
  }
  return 0;
}

/*
 * Inicializa la estructura group
 */
void init_group_struct(char *argv[], int argc, int myId, int numP) {
359
  group = malloc(sizeof(group_data));
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
  group->myId        = myId;
  group->numP        = numP;
  group->grp         = 0;
  group->iter_start  = 0;
  group->argc        = argc;
  group->argv        = argv;
}

/*
 * Inicializa los datos para este grupo de procesos.
 *
 * En caso de ser el primer grupo de procesos, lee el fichero de configuracion
 * e inicializa los vectores de comunicacion.
 *
 * En caso de ser otro grupo de procesos entra a la funcion "Sons_init()" donde
 * se comunican con los padres para inicializar sus datos.
 */
void init_application() {
378
379
  int i, last_index;

380
381
382
383
384
385
386
387
  if(group->argc < 2) {
    printf("Falta el fichero de configuracion. Uso:\n./programa config.ini id\nEl argumento numerico id es opcional\n");
    MPI_Abort(MPI_COMM_WORLD, -1);
  }
  if(group->argc > 2) {
    run_id = atoi(group->argv[2]);
  }

388
  init_config(group->argv[1], &config_file);
389
  results = malloc(sizeof(results_data));
390
  init_results_data(results, config_file->n_resizes, config_file->n_stages, config_file->groups[group->grp].iters);
391
  if(config_file->sdr) {
392
393
394
395
396
397
398
399
400
401
    group->sync_data_groups = config_file->sdr % DR_MAX_SIZE ? config_file->sdr/DR_MAX_SIZE+1 : config_file->sdr/DR_MAX_SIZE;
    group->sync_qty = (int *) malloc(group->sync_data_groups * sizeof(int));
    group->sync_array = (char **) malloc(group->sync_data_groups * sizeof(char *));
    last_index = group->sync_data_groups-1; 
    for(i=0; i<last_index; i++) {
      group->sync_qty[i] = DR_MAX_SIZE;
      malloc_comm_array(&(group->sync_array[i]), group->sync_qty[i], group->myId, group->numP);
    }
    group->sync_qty[last_index] = config_file->sdr % DR_MAX_SIZE ? config_file->sdr % DR_MAX_SIZE : DR_MAX_SIZE;
    malloc_comm_array(&(group->sync_array[last_index]), group->sync_qty[last_index], group->myId, group->numP);
402
  }
403

404
  if(config_file->adr) {
405
406
407
408
409
410
411
412
413
414
    group->async_data_groups = config_file->adr % DR_MAX_SIZE ? config_file->adr/DR_MAX_SIZE+1 : config_file->adr/DR_MAX_SIZE;
    group->async_qty = (int *) malloc(group->async_data_groups * sizeof(int));
    group->async_array = (char **) malloc(group->async_data_groups * sizeof(char *));
    last_index = group->async_data_groups-1; 
    for(i=0; i<last_index; i++) {
      group->async_qty[i] = DR_MAX_SIZE;
      malloc_comm_array(&(group->async_array[i]), group->async_qty[i], group->myId, group->numP);
    }
    group->async_qty[last_index] = config_file->adr % DR_MAX_SIZE ? config_file->adr % DR_MAX_SIZE : DR_MAX_SIZE;
    malloc_comm_array(&(group->async_array[last_index]), group->async_qty[last_index], group->myId, group->numP);
415
  }
416
417

  obtain_op_times(1);
418
419
420
421
}

/*
 * Obtiene cuanto tiempo es necesario para realizar una operacion de PI
422
423
424
425
426
427
428
429
 *
 * Si compute esta a 1 se considera que se esta inicializando el entorno
 * y realizará trabajo extra.
 *
 * Si compute esta a 0 se considera un entorno inicializado y solo hay que
 * realizar algunos cambios de reserva de memoria. Si es necesario recalcular
 * algo se obtiene el total de tiempo utilizado en dichas tareas y se resta
 * al tiempo total de ejecucion.
430
 */
431
void obtain_op_times(int compute) {
432
  size_t i;
433
  double time = 0;
434
  for(i=0; i<config_file->n_stages; i++) {
435
    time+=init_stage(config_file, i, *group, comm, compute);
436
  }
437
  if(!compute) {results->wasted_time += time;}
438
439
440
441
442
443
}

/*
 * Libera toda la memoria asociada con la aplicacion
 */
void free_application_data() {
444
445
446
447
448
449
450
451
452
  size_t i;

  if(config_file->sdr && group->sync_array != NULL) {
    for(i=0; i<group->sync_data_groups; i++) {
      free(group->sync_array[i]);
      group->sync_array[i] = NULL;
    }
    free(group->sync_qty);
    group->sync_qty = NULL;
453
    free(group->sync_array);
454
455
    group->sync_array = NULL;

456
  }
457
458
459
460
461
462
463
  if(config_file->adr && group->async_array != NULL) {
    for(i=0; i<group->async_data_groups; i++) {
      free(group->async_array[i]);
      group->async_array[i] = NULL;
    }
    free(group->async_qty);
    group->async_qty = NULL;
464
    free(group->async_array);
465
    group->async_array = NULL;
466
  }
467
  MAM_Finalize();
468
469
  free_zombie_process();
}
470

471
472
473
474
475

/*
 * Libera la memoria asociada a un proceso Zombie
 */
void free_zombie_process() {
476
477
478
  free_results_data(results, config_file->n_stages);
  free(results);

479
  free_config(config_file);
480
  
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
  free(group);
}


/* 
 * Función para crear un fichero con el nombre pasado como argumento.
 * Si el nombre ya existe, se escribe la informacion a continuacion.
 *
 * El proceso que llama a la función pasa a tener como salida estandar
 * dicho fichero si el valor "newstdout" es verdadero.
 *
 */
int create_out_file(char *nombre, int *ptr, int newstdout) {
  int err;

  *ptr = open(nombre, O_WRONLY | O_CREAT | O_APPEND, 0644);
  if(*ptr < 0) return -1; // No ha sido posible crear el fichero

  if(newstdout) {
    err = close(1);
    if(err < 0) return -2; // No es posible modificar la salida estandar
    err = dup(*ptr);
    if(err < 0) return -3; // No es posible modificar la salida estandar
  }

  return 0;
}
508
509
510
511
512
513
514
515
516
517
518
519


//======================================================||
//======================================================||
//================ INIT MALLEABILITY ===================||
//======================================================||
//======================================================||

void init_originals() {
  size_t i;

  if(config_file->n_groups > 1) {
520
521
    malleability_add_data(&(group->grp), 1, MPI_INT, 1, 1);
    malleability_add_data(&run_id, 1, MPI_INT, 1, 1);
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
    malleability_add_data(&(group->iter_start), 1, MPI_INT, 1, 0);

    if(config_file->sdr) {
      for(i=0; i<group->sync_data_groups; i++) {
        malleability_add_data(group->sync_array[i], group->sync_qty[i], MPI_CHAR, 0, 0);
      }
    }
    if(config_file->adr) {
      for(i=0; i<group->async_data_groups; i++) {
        malleability_add_data(group->async_array[i], group->async_qty[i], MPI_CHAR, 0, 1);
      }
    }
  }
}

void init_targets() {
538
539
  size_t i, entries;
  void *value = NULL;
540

541
  malleability_get_data(&value, 0, 1, 1);
542
543
544
  group->grp = *((int *)value);
  group->grp = group->grp + 1;

545
  recv_config_file(ROOT, new_comm, &config_file);
546
547
548
  results = malloc(sizeof(results_data));
  init_results_data(results, config_file->n_resizes, config_file->n_stages, config_file->groups[group->grp].iters);
  results_comm(results, ROOT, config_file->n_resizes, new_comm);
549

550
  malleability_get_data(&value, 1, 1, 1);
551
552
  run_id = *((int *)value);
      
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
  if(config_file->adr) {
    malleability_get_entries(&entries, 0, 1);
    group->async_qty = (int *) malloc(entries * sizeof(int));
    group->async_array = (char **) malloc(entries * sizeof(char *));
    for(i=0; i<entries; i++) {
      malleability_get_data(&value, i, 0, 1);
      group->async_array[i] = (char *)value;
      group->async_qty[i] = DR_MAX_SIZE;
    }
    group->async_qty[entries-1] = config_file->adr % DR_MAX_SIZE ? config_file->adr % DR_MAX_SIZE : DR_MAX_SIZE;
    group->async_data_groups = entries;
  }
}

void update_targets() { //FIXME Should not be needed after redist -- Declarar antes
  size_t i, entries;
  void *value = NULL;

  malleability_get_data(&value, 0, 1, 0);
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
  group->iter_start = *((int *)value);

  if(config_file->sdr) {
    malleability_get_entries(&entries, 0, 0);
    group->sync_qty = (int *) malloc(entries * sizeof(int));
    group->sync_array = (char **) malloc(entries * sizeof(char *));
    for(i=0; i<entries; i++) {
      malleability_get_data(&value, i, 0, 0);
      group->sync_array[i] = (char *)value;
      group->sync_qty[i] = DR_MAX_SIZE;
    }
    group->sync_qty[entries-1] = config_file->sdr % DR_MAX_SIZE ? config_file->sdr % DR_MAX_SIZE : DR_MAX_SIZE;
    group->sync_data_groups = entries;
  }
}
587
588
589
590
591
592
593

void user_redistribution(void *args) {
  int commited;
  mam_user_reconf_t user_reconf;

  MAM_Get_Reconf_Info(&user_reconf);
  new_comm = user_reconf.comm;
594
  if(user_reconf.rank_state == MAM_PROC_NEW_RANK) {
595
596
597
598
599
600
    init_targets();
  } else {
    send_config_file(config_file, ROOT, new_comm);
    results_comm(results, ROOT, config_file->n_resizes, new_comm);

    print_local_results();
601
602
603
    if(user_reconf.rank_state == MAM_PROC_ZOMBIE) {
      free_zombie_process();
    }
604
605
  }

606
  MAM_Resume_redistribution(&commited);
607
}