Yutaka Ishikawa
236a072311
Add qlmpi and swap to mckernel (This is rebase commit for merging to development)
2017-08-29 15:04:58 +09:00
Tomoki Shirasawa
b39fec1104
uti: remove unused functions
2017-07-26 13:14:30 +09:00
Tomoki Shirasawa
effde241b9
support uti_attr for utility thread offloading
2017-07-25 13:03:48 +09:00
Tomoki Shirasawa
101cab5b0a
remove debug print
2017-07-25 13:02:17 +09:00
Balazs Gerofi
bc423255d9
mcctrl/mcexec: limit thread pool size when too many threads exist on Linux
2017-07-21 15:33:19 +09:00
Masamichi Takagi
38961fca78
Revert "do_fork(): RLIMIT_NPROC check"
...
This reverts commit 035e7913d8 .
2017-07-13 04:13:41 +09:00
Masamichi Takagi
035e7913d8
do_fork(): RLIMIT_NPROC check
...
1. mcexec sets RLIMIT_NPROC to the number of mcexec threads.
2. do_fork() gets the current number of threads by calling rusage function.
3. do_fork() returns -EAGAIN when the limit is exceeded.
2017-07-12 20:42:38 +09:00
Masamichi Takagi
6afea4af48
mcexec: Fix debug/error messages
2017-07-12 14:30:21 +09:00
Masamichi Takagi
6415dcfdcc
mcexec: Disable address space layout randomization
...
Move the code from mcreboot.sh to mcexec.c.
2017-07-12 14:17:38 +09:00
Tomoki Shirasawa
090937a5a3
fix out of tree build
2017-06-30 09:57:50 +09:00
Tomoki Shirasawa
2082acdf0d
add executer/user/arch/x86_64/Makefile.in
2017-06-28 09:36:31 +09:00
Tomoki Shirasawa
a8f11634e6
remove debug print for uti tracer
2017-06-27 14:42:04 +09:00
Tomoki Shirasawa
07efb3ab9a
support to utility thread offloading
2017-06-27 13:27:09 +09:00
Balazs Gerofi
52bc052e1a
mcexec: recursively bind mount $prefix/rootfs/ on /
2017-06-16 18:01:25 +09:00
Balazs Gerofi
f84415c310
mcexec: use atobytes() for MCKERNEL_RLIMIT_STACK
2017-06-15 16:50:34 +09:00
Balazs Gerofi
200fe9aec4
mcctrl/mcexec: fix per-process data reference counting
2017-06-07 17:21:55 +09:00
Masamichi Takagi
6bdafbd33b
Fix rusage
2017-06-07 09:30:42 +09:00
Balazs Gerofi
0c3b705f98
brk(): make aggressive heap extension optional
2017-05-24 01:41:54 +09:00
Balazs Gerofi
9f55263528
mcexec: atobytes() to convert size string to # of bytes
2017-05-24 01:41:54 +09:00
Balazs Gerofi
9b5ccb5a33
Pre-map file mappings from /dev/shm (--mpol-shm-premap mcexec argument)
2017-05-23 20:00:06 +09:00
Balazs Gerofi
e901d42fb6
mcexec: --extend-heap-by: argument to specify heap extension size
2017-05-23 19:58:49 +09:00
Balazs Gerofi
e554f4e2f9
mcexec: --disable-sched-yield: avoid kernel/user switch
2017-05-23 19:57:08 +09:00
Balazs Gerofi
e3e0f6a174
mcexec: introduction of --profile
2017-05-23 02:42:06 +09:00
Balazs Gerofi
9c25d47d9b
mcexec: transfer job information to LWK
2017-05-23 02:42:06 +09:00
Balazs Gerofi
989af7e045
mcexec: RLIMIT_STACK handling
2017-05-23 02:39:42 +09:00
Balazs Gerofi
721cee05a2
MPOL default threshold to 0
2017-05-23 02:39:42 +09:00
Balazs Gerofi
ab113658f1
mcexec: --no-bind-ikc-map for optionally disabling binding
2017-05-23 02:39:42 +09:00
Balazs Gerofi
2d72042021
mcexec: bind to CPus according to ikc_map
2017-05-23 02:39:42 +09:00
Balazs Gerofi
26b9484bae
mcexec: --mpol-threshold to control MPOL_BIND/MPOL_PREFERRED
2017-05-23 02:39:42 +09:00
Balazs Gerofi
182202523e
mcexec/mm: user memory policy control for heap, stack, etc.
2017-05-23 02:39:42 +09:00
Balazs Gerofi
e01f6dd6ea
eclair: obtain kernel_base from dump_mem_chunks_t
2017-05-12 13:23:23 +09:00
Balazs Gerofi
2f2f04d5a1
mcexec: ENABLE_MCOVERLAYFS on CentOS for up to version 7.3
2017-04-29 05:10:21 +09:00
Yoichi Umezawa
c38d536aaa
xpmem: porting xpmem v2.6.3
...
implement xpmem_get, xpmem_release, xpmem_attach, xpmem_detach
2017-03-29 18:20:53 +09:00
Balazs Gerofi
1bc3218fc1
partitioned execution: bind mcexec to corresponding NUMA node
2017-01-30 07:24:09 +09:00
Balazs Gerofi
7a0c204dc1
eclair: report PID for all threads
2017-01-08 14:15:44 +09:00
Balazs Gerofi
32462dfb2d
eclair: fix CPU number display for non-active threads
2016-12-25 17:28:31 +09:00
Balazs Gerofi
829aae7b8d
mcexec: PATH_MAX buffer lenght in do_generic_syscall()
2016-12-25 17:20:14 +09:00
Balazs Gerofi
3565959af7
eclair: fix compiler warnings
2016-12-23 09:57:50 +09:00
Balazs Gerofi
e90eef8910
eclair: support for direct memory inspection
2016-12-21 21:55:32 +09:00
Yoichi Umezawa
f410af1cfc
xpmem: porting xpmem v2.6.3
...
implement xpmem_make, xpmem_remove
2016-12-16 17:00:09 +09:00
Balazs Gerofi
aa15e5eea8
mcexec: -t option and OMP_NUM_THREADS for thread pool size
2016-12-14 18:56:30 +09:00
Balazs Gerofi
052b3f44ca
mcexec: -n: topology aware partitioned execution
2016-12-10 16:27:57 +09:00
Balazs Gerofi
c99e36235b
execve(): disable debug warnings
2016-12-08 16:33:24 +09:00
Balazs Gerofi
5a1ce99d87
mcexec: fix number of threads not to exceed thread_data array
2016-11-27 07:31:52 +09:00
Balazs Gerofi
d07a196c8e
mcexec: enable the same number of threads as CPU cores
2016-11-24 16:40:52 +09:00
Balazs Gerofi
ae618a0c68
mcexec: remount /proc in mcexec's file NS after exec()
2016-11-22 13:22:59 +09:00
Yoichi Umezawa
f480376153
mcoverlayfs: supported Linux kernel 4.6
...
add mcoverlayfs(linux-4.6.7 base)
2016-11-17 18:09:27 +09:00
Balazs Gerofi
69a5c53074
NUMA: hide non-existing nodes from /sys/devices/system/node listing
2016-11-05 16:12:08 +09:00
Balazs Gerofi
e46f027894
mcexec/mcctrl: unmount cgroups (privately) which expose invalid NUMA info
2016-11-04 17:02:48 +09:00
Balazs Gerofi
24d8697cef
mcexec: workaround for overlayed /sys FS directory lseek() bug
...
lseek() on directories under /sys filesystem that are part of an
overlayed filesystem behave differently than in the original /sys.
This causes segfault in libnuma when discovering topology
information. The patch fakes return value as it is supposed to be,
which also fixes the Intel MPI 2017 MPI_Init() crash.
2016-11-03 13:41:25 +09:00