From 7260e3a2710296665dbceb427e447da38175513f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 16 Nov 2022 11:57:13 +0100 Subject: indexamajig: Add --cpu-pin Similar code was stripped out 3.5 years ago by 4f4e5d05269eee6b192c271f2f9730a1ad3a4fbd. However, it seems there are still systems where it improves performance a lot. --- src/im-sandbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/im-sandbox.h') diff --git a/src/im-sandbox.h b/src/im-sandbox.h index a6adddd5..4d8085ce 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -90,6 +90,6 @@ extern int create_sandbox(struct index_args *iargs, int n_proc, char *prefix, const char *tempdir, int serial_start, struct im_zmq_params *zmq_params, struct im_asapo_params *asapo_params, - int timeout, int profile); + int timeout, int profile, int cpu_pin); #endif /* IM_SANDBOX_H */ -- cgit v1.2.3