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

This reverts commit 1d135492c3.

Conflicts:
	executer/kernel/mcctrl/control.c

Change-Id: I224cced408aa4b77691a153c5e1d2fdf8043fa04
This commit is contained in:
Masamichi Takagi
2020-07-21 13:08:04 +09:00
parent 63ed4e7af0
commit 0b66bab992
12 changed files with 28 additions and 447 deletions

View File

@@ -94,7 +94,6 @@ struct get_cpu_set_arg {
char *req_cpu_list; // Requested by user-space
int req_cpu_list_len; // Lenght of request string
int *process_rank;
pid_t ppid;
void *cpu_set;
size_t cpu_set_size; // Size in bytes
int *target_core;