Make clone system-call create a new thread on the next available physical core
and skip the physical core with a system process so that programs using Intel OpenMP bind threads to cores in that manner.
This commit is contained in:
parent
b59be07e9a
commit
4214441ac3
@@ -185,5 +185,6 @@ struct syscall_params {
|
||||
#define SYSCALL_FOOTER return do_syscall(&request, ctx)
|
||||
|
||||
extern int do_syscall(struct syscall_request *req, ihk_mc_user_context_t *ctx);
|
||||
extern int obtain_clone_cpuid();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user