mcexec: detect mismatch of mcexec -n and mpirun -ppn

Change-Id: I0c42e3119143da40ea2e69cd9ec99bde78a0ad2a
Refs: #929
This commit is contained in:
Ken Sato
2020-01-08 12:06:43 +09:00
committed by Masamichi Takagi
parent 1cfc5ca71f
commit 1d135492c3
12 changed files with 451 additions and 29 deletions

View File

@@ -92,6 +92,7 @@ struct program_image_section {
struct get_cpu_set_arg {
int nr_processes;
int *process_rank;
pid_t ppid;
void *cpu_set;
size_t cpu_set_size; // Size in bytes
int *target_core;