9354c82ee7
Merge branch 'master' of postpeta.pccluster.org:mckernel
2013-05-21 03:53:18 +09:00
0bdc047515
exchange the dcfa stuff init/exit order in mcexec
2013-05-20 13:52:17 -05:00
50927537ac
remove setting of warm reset vector (bug#11)
...
at least, in attached-mic and builtin-mic,
should not be necessary because it uses the SIPI.
2013-05-17 17:16:18 +09:00
da97e6af6b
move NULL check before use (bug#22)
2013-05-17 17:15:56 +09:00
31b83e0b41
stop early_alloc_page correctly (bug#17)
2013-05-17 17:15:14 +09:00
0fdf3d3411
set the PFL1_PCD, if PTATTR_UNCACHABLE is specified. (bug#14)
2013-05-17 17:14:19 +09:00
6c3607efe3
default prefix was invaild
2013-05-17 12:33:08 +09:00
d3764f0417
revert compile option of $(EXTRA_CFLAGS) and compiled objects of $(EXTRA_OBJS)
...
in executer/user/Makefile.in, which builds mcexec, because DCFA in
comm-ib repository passes these variables to combine additional binaries to
create custom mcexec
2013-05-14 10:20:09 +09:00
1d4babcd32
make kputs (write debug message onto kmsg_buf.str) truncate size of input string when it's greater than kmsg_buf.len.
...
http://postpeta.pccluster.org/bugzilla/show_bug.cgi?id=19
2013-05-10 17:06:46 +09:00
4ab5aaf8cf
SC12 OpenMP 実行環境の取り込み (/proc/cpuinfo, /proc/meminfo, /sys/devices/system/cpu/online)
2013-05-09 12:40:17 +09:00
e8f7fbc682
FIX Bug 1 - mckernel aborts due to out of memory access after several mcexec
2013-05-09 10:12:30 +09:00
c0824db8f1
FIX Bug 3 - Wrong results of sched_getaffinity (mask)
2013-05-08 13:27:36 +09:00
b56c090678
FIX Bug 1 - mckernel aborts due to out of memory access after several mcexec invocations
2013-05-02 11:00:30 +09:00
fcd5d65f65
remove configure generated files
2013-05-02 10:57:10 +09:00
e09160cce7
add generic system call forwarding
2013-04-17 20:32:33 +09:00
d55bc511ea
add a boot script for attached-mic.
2013-04-15 15:00:30 +09:00
af7ad56263
Merge branch 'master' of postpeta.pccluster.org:mckernel
2013-04-10 17:38:24 +09:00
93e1f112f8
structure format(both user/kernel mode of dcfa and dcfampi enabled)
2013-04-10 17:38:02 +09:00
ed305e096b
Merge branch 'master' of postpeta.pccluster.org:mckernel
2013-02-18 12:11:16 +09:00
161b3faefe
support configure/make
2013-02-18 12:07:32 +09:00
15b7256738
change dcfampi contents for aal->ihk
2013-02-15 19:58:03 +09:00
ff356b02cc
add mccmd init function in booting stage
2013-02-15 19:57:17 +09:00
68ee283fb0
Merge branch 'master' of postpeta.pccluster.org:mckernel
2013-02-04 11:53:28 +09:00
db830fa39e
support to load kernel to any phys addr
2013-02-04 11:39:09 +09:00
b6e21f2dab
add rbtree source
2013-01-16 16:13:17 +09:00
9818e199f6
support builtin-x86 and builtin-mic
2013-01-06 15:45:17 +09:00
884bd5db82
create doxygen and test directories
2012-12-17 16:17:25 +09:00
4693789608
change function names
2012-12-17 16:15:05 +09:00
0a808057eb
modify include lines and Makefiles
2012-12-17 16:10:56 +09:00
6ff27458f4
modify include lines and Makefiles
2012-12-17 15:39:40 +09:00
158903c7b6
modify file names and create directories
2012-12-17 15:39:24 +09:00
9849cf57b1
add free dma buffer function
2012-12-13 17:47:36 +09:00
84ade197f0
move mccmd cleanup into a sub-thread which receives the exit_group syscall
2012-12-04 15:48:42 +09:00
c08e60382d
merge mpi host assist process into mcexec,
...
use syscall instead of another ikc
Conflicts:
kernel/syscall.c
linux/executer/mcexec.c
2012-11-29 16:28:25 +09:00
9fd7f3ddf7
add func do_mod_exit
...
Conflicts:
kernel/syscall.c
2012-11-29 14:01:26 +09:00
092069fd80
spin-wait based kernel timer (for futex() timeout) implementation
2012-11-28 15:22:53 +09:00
b59e36e1a5
reset TIME_STAMP_COUNTER during boot
2012-11-28 15:05:10 +09:00
b79d20d7bf
modification for no_cache: extend_process_region(...,flag)
2012-11-27 16:38:05 +09:00
b902a245e4
add lock and error check in sys_brk
2012-11-27 16:17:08 +09:00
d4b186f1d8
align 1MB when performing mmap with MAP_FIXED == 0 and MAP_ANONYMOUS == 0 and MAP_PRIVATE == 1 to make it easy to match assembly code in memory and one in file
2012-11-27 15:37:57 +09:00
eaae0b4740
make aal dir in mcctrl could be user-defined
2012-11-27 15:06:21 +09:00
31098d3d75
add nocache for mmap. usage: void *va = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED | MAP_ANONYMOUS | 0x40, -1, 0);
2012-11-27 14:56:40 +09:00
06003ec2e2
set up IB connection in MCOS at start up (mc_cmd_client_init() in init.c)
2012-11-27 14:09:29 +09:00
7027845a4e
add mcos/kernel/{Makefile.mpiu,Makefile.build.mpiu}, which are used from dcfampi_u_make.sh. The difference from {Makefile,Makefile.build} is that it links DCFAMPI kernel functions in mccmd/client to mcos kernel
2012-11-27 13:37:11 +09:00
e76bf73403
make mcos/linux/executor/Makefile do not cause error when performing make clean
2012-11-27 13:31:18 +09:00
5e00aa5e19
increase stack size to 32MB
2012-11-27 13:28:55 +09:00
ad03d2dccd
fix the initial value of SMPT full/empty bitmap used by aal_mc_map_micpa
2012-11-27 13:24:33 +09:00
11599d4ce4
fix a function which frees SMPT full/empty bitmap, aal_mc_free_micpa
2012-11-26 19:36:03 +09:00
8dc38e13ef
fix a function which frees SMPT full/empty bitmap, aal_mc_free_micpa
2012-11-26 19:35:39 +09:00
7538937507
add a function which frees SMPT full/empty bitmap, aal_mc_free_micpa
2012-11-26 19:35:28 +09:00