uti: util_indicate_clone: check --enable-uti mcexec option

Change-Id: Ic7474d01c18acd1edbc07844d7a7b010b2175f71
This commit is contained in:
Masamichi Takagi
2021-02-22 11:21:36 +09:00
parent 90895cfb1f
commit 19cb302d5f
7 changed files with 12 additions and 0 deletions

View File

@@ -565,6 +565,7 @@ struct process {
unsigned long mpol_bind_mask;
int mpol_mode;
int enable_uti;
int uti_thread_rank; /* Spawn on Linux CPU when clone_count reaches this */
int uti_use_last_cpu; /* Work-around not to share CPU with OpenMP thread */
int clone_count;

View File

@@ -235,6 +235,7 @@ struct program_load_desc {
(sizeof(unsigned long) * 8)];
int thp_disable;
int enable_uti;
int uti_thread_rank; /* N-th clone() spawns a thread on Linux CPU */
int uti_use_last_cpu; /* Work-around not to share CPU with OpenMP thread */
int straight_map;