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

@ -2486,7 +2486,6 @@ int main(int argc, char **argv)
cpu_set_arg.cpu_set = (void *)&desc->cpu_set;
cpu_set_arg.cpu_set_size = sizeof(desc->cpu_set);
cpu_set_arg.nr_processes = nr_processes;
cpu_set_arg.ppid = getppid();
cpu_set_arg.target_core = &target_core;
cpu_set_arg.process_rank = &process_rank;
cpu_set_arg.mcexec_linux_numa = &mcexec_linux_numa;