Network

 
AuthorCommitMessageCommit Date
MikeMike
4f3da434afeModified runtime interface to remove old sending and receiving calls
MikeMike
db08c72776fMore work on versioning
MikeMike
cf1d1355488More work on versioning
MikeMike
cef76d60b52More work on the versioning branch
MikeMike
a9f18ed8d81More work on versioning
MikeMike
7de004d9966More work on new versioning implementation
MikeMike
e9bfbfb8c0eMMerge branch 'master' into versioning
MikeMike
0fd4ebb6e81Mostly complete implementation of logical version numbers
MikeMike
b2bfaa782dbBeginning work on versioning
Sean TreichlerSean Treichler
f3b33758893realm: remove warning pragmas - no way to satisfy both gcc and clang
Sean TreichlerSean Treichler
ca7603d5a2erealm: protect against crazy apps that set argc==0
Sean TreichlerSean Treichler
10dbe52b74frealm: dead code elimination
Sean TreichlerSean Treichler
2742aa4bcfarealm: let modules add proc/mem affinities themselves
Sean TreichlerSean Treichler
70d1fa18a4frealm: fix race condition during thread scheduler shutdown
Sean TreichlerSean Treichler
3adb933c18esharedllr: fix build for new cmdline parsing stuff
Sean TreichlerSean Treichler
aacf034d1acMMerge branch 'master' into modules
Sean TreichlerSean Treichler
9ba1733a208runtime: build liblegion.a and lib{realm,sharedllr}.a
Elliott SlaughterElliott Slaughter
316385ab7ddtravis: Move OS X over to the mirror as well.
MikeMike
f9ad293dc35Fixing an error message
Elliott SlaughterElliott Slaughter
4c664386128regent: Make application loggers private.
Elliott SlaughterElliott Slaughter
38fd6090e1eRevert "regent: Test without loggers in secondary shared objects." This reverts commit 9e38ba361dfc83de755470d1a1f1c8978900c2ad.
Sean TreichlerSean Treichler
a18a27b81a5cuda: add missing default for cfg_pin_sysmem
Sean TreichlerSean Treichler
fa2cd4a644ccircuit: try to be clang-friendly with cmath and std::isnan
Sean TreichlerSean Treichler
ebc849c2ce6realm: CUDA module mostly standalone - just affinities left to do
Sean TreichlerSean Treichler
300b625f543realm: more compiler warning fun
Sean TreichlerSean Treichler
e8775598eferuntime: monkey with realm link order
Sean TreichlerSean Treichler
e94395dbd3erealm: another checkpoint - still need to create procs/memories/dma
Sean TreichlerSean Treichler
91d70acd12drealm: eliminate compiler warnings
Sean TreichlerSean Treichler
6196b195729realm: checkpoint on gpu refactoring - does not compile right now
Sean TreichlerSean Treichler
800c7214d29realm: actually call Module::initialize
Sean TreichlerSean Treichler
4e09d4355b7realm: add Module::initialize before mem/proc creation
Sean TreichlerSean Treichler
0cefe26dc6frealm: namespace switch for cuda stuff, move cudart hijack code to separate file
Sean TreichlerSean Treichler
922af909b8crealm: move CUDA code to new location
Sean TreichlerSean Treichler
3e3f97ac1d5realm: reduce dma debug spewage
Sean TreichlerSean Treichler
cfaae532036realm: remove most entanglements between CUDA code and rest of Realm
Sean TreichlerSean Treichler
459444e3b5arealm: move GPU DMA code to lowlevel_gpu
Sean TreichlerSean Treichler
f48ec8a9acbrealm: runtime keeps list of dma channels
Sean TreichlerSean Treichler
ac0cad9aba0realm: unbreak pinning of system memory, at least for first GPU
Sean TreichlerSean Treichler
02fd6351dd7realm: apparently errno is uninitialized at startup
Sean TreichlerSean Treichler
60bdcb6a7f5realm: move DMA copier object prototypes to .h so they can be defined elsewhere
Sean TreichlerSean Treichler
feffecce5d5realm: fix typo
Sean TreichlerSean Treichler
2ca75fccb53realm: move logger init to new cmdline parsing
Sean TreichlerSean Treichler
0eabbb457e1realm: support arbitrary methods to parse command line args
Sean TreichlerSean Treichler
68b1445544brealm: simple command-line parsing
Sean TreichlerSean Treichler
a79776706fbrealm: remove debugging printf
Sean TreichlerSean Treichler
cf264fa0a79MMerge branch 'master' into modules
Elliott SlaughterElliott Slaughter
9e38ba361dfregent: Test without loggers in secondary shared objects.
Elliott SlaughterElliott Slaughter
b134f67da07regent: Propertly decode Unicode in tests.
Elliott SlaughterElliott Slaughter
1107ef22040regent: Delete checks for obsolete luabind installs.
Elliott SlaughterElliott Slaughter
03df0a59420bindings: Clean up some obsolete configuration options.