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

This reverts commit 72af689e69.

Change-Id: I25bc56cd8ac9c877852fc1092c8349fe318fd25d
This commit is contained in:
Masamichi Takagi
2020-06-16 05:21:52 +09:00
parent 8022a2a8c0
commit 4cecde3fba
12 changed files with 35 additions and 457 deletions

View File

@ -92,7 +92,6 @@ 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;