Network

 
AuthorCommitMessageCommit Date
Sean TreichlerSean Treichler
8b1e8abfb8cremove warning when helpful optimization is applied alternatives are to disable the optimization (-fno-strict-aliasing) or leave the warning spew but make it nonfatal (-Wno-error=strict-aliasing), neither of which is good
Sean TreichlerSean Treichler
4dfd829b7a3provide a completion message and better error message when -ll:cpu is too low
Sean TreichlerSean Treichler
980b9f9c150count profiling response to make sure we get the right number
Sean TreichlerSean Treichler
027ccb82825correctly determine estimated sleep test time and check it
Sean TreichlerSean Treichler
2de3a4d3e0badd -ll:concurrent_io to allow concurrent threads on IO processors - default is 1 to keep HLR happy
Sean TreichlerSean Treichler
100e05f91d3allow immediate thread wakeup when the active worker count is not at max
Sean TreichlerSean Treichler
fde89516419profiling responses are always sent
Sean TreichlerSean Treichler
5f407ac5b5dnew local CPU core allocator that understands datapath contention
Sean TreichlerSean Treichler
badffd207f5added CoreMap to describe local cpu cores
Sean TreichlerSean Treichler
142dad53bfbremove spin-waiting in task schedulers for now (will return as an option soon)
Sean TreichlerSean Treichler
b37e2e9833cadd Local{CPU,Utility,IO}Processor
Sean TreichlerSean Treichler
dff69b3495bbreak tasks/scheduler out into separate file
Sean TreichlerSean Treichler
f66faf52992MMerge branch 'master' into threads
Elliott SlaughterElliott Slaughter
25b8502a061regent: Make it possible to run bounds checks all the time.
Elliott SlaughterElliott Slaughter
ccd3009e9d8regent: Test multiple region pointer bounds.
Elliott SlaughterElliott Slaughter
2567e38e17bregent: Add bounds checks for Terra arrays.
Elliott SlaughterElliott Slaughter
e2e1f94d3bcregent: Add test for bounds check.
Elliott SlaughterElliott Slaughter
ed8ec0847dfregent: Edit comment.
Elliott SlaughterElliott Slaughter
be49f6f1d9eruntime: Add C API for projection functors.
Sean TreichlerSean Treichler
1dccad1dd38added ifdef to enable/disable all user threading
Sean TreichlerSean Treichler
075c441dd8asuppress maybe-unitialized warning when printing deserialization output
Sean TreichlerSean Treichler
89e95fa76a5set a minimum user thread stack size
Sean TreichlerSean Treichler
5604df7094emore focused removal of ucontext deprecation warnings on MacOS
Sean TreichlerSean Treichler
9350d047bf1Darwin fixes
Sean TreichlerSean Treichler
4c95eb9f8f6add a "sleep" test for overlapping (or not) of active threads
Sean TreichlerSean Treichler
9bf754b76cdreorder things so we get CC_FLAGS goodness from runtime.mk
Sean TreichlerSean Treichler
048a6b5b503add UserThreadTaskScheduler
Sean TreichlerSean Treichler
a8521eae6c4added user-space threads
Sean TreichlerSean Treichler
b7ef3910078checkpoint: new thread scheduler looking good functionally
Sean TreichlerSean Treichler
6eade84d07ffix polarity
Sean TreichlerSean Treichler
bf7e8be419dremove debug printf
Sean TreichlerSean Treichler
9aa8b5d7d9dtemplated priority queue for tasks, threads, whatever
Sean TreichlerSean Treichler
bccf222cee5MMerge branch 'master' into threads
MikeMike
fd508583768MMerge branch 'master' of https://github.com/StanfordLegion/legion
Sean TreichlerSean Treichler
21f417f2536complain (and die) if there are no processors (or no memories) in machine
MikeMike
e02d37cfb03Putting in a macro for assuming deprecated partitioning calls create unallocable index spaces
Sean TreichlerSean Treichler
d528f94ae90increase timeout to 20s - Travis' MacOS machines appear to be slower
Sean TreichlerSean Treichler
b8bb9cc34e2ctxswitch: new Realm test for switching of tasks on a processor
Sean TreichlerSean Treichler
3f942ae69f3make "gasnet" and "registered" memory work with USE_GASNET=0
Elliott SlaughterElliott Slaughter
dc3fab185daregent: Turn off bad tests for now.
Sean TreichlerSean Treichler
f69cf5d0d47preserve identity of original requestor when forwarding a lock request
Elliott SlaughterElliott Slaughter
7f6da311c7dregent: Add compiler bounds checks with the -fbounds-checks 1 flag.
Sean TreichlerSean Treichler
71de4e261d8(untested) attempt at using new thread wait api
Sean TreichlerSean Treichler
dd07703f0a6first thread moved over to new api
Sean TreichlerSean Treichler
d073d309d7einitial (partial, rough) version of threading stuff
Galen ShipmanGalen Shipman
4bbf1d32410Add copyright ..
Galen ShipmanGalen Shipman
9b6866f4acaChoose the right kind of HDF memory
Elliott SlaughterElliott Slaughter
a08fbe0bca0regent: Add a max function.
Elliott SlaughterElliott Slaughter
cc85ddc16b2regent: Remove a redundant case.
Elliott SlaughterElliott Slaughter
4d584fbe14dregent: Try another workaround for memory corruption.