- Nov 27, 2018
- Aug 31, 2018
-
-
toshi authored
-
- Feb 08, 2018
-
-
Izuru Matsuura authored
-
Izuru Matsuura authored
-
Izuru Matsuura authored
-
- Sep 23, 2017
-
-
kamada authored
-
- Jun 01, 2017
- May 31, 2017
-
-
kamada authored
modified: x10.runtime/src-cpp/x10/xrx/Thread.h modified: x10.runtime/src-java/x10/core/Thread.java modified: x10.runtime/src-x10/x10/xrx/Thread.x10 modified: x10.runtime/src-x10/x10/xrx/Worker.x10
-
- May 19, 2017
-
-
kamada authored
-
kamada authored
-
fujishima authored
the default affiity of each thread is configurable by using X10RT_DEFAULT_CPUMAP environment variable (i.e. each thread will be bound to processor 0-3 where X10RT_DEFAULT_CPUMAP="0,1,2,3" : * only support comma separeted format) modified: x10.runtime/src-cpp/x10/xrx/Thread.cc modified: x10.runtime/src-cpp/x10/xrx/Thread.h
-
fujishima authored
barrier before native communication methods are disabled when the environment variable "X10_TEAM_WITHOUT_BARRIER" is set to "1"
-
- Apr 20, 2017
- Apr 07, 2017
-
-
fujishima authored
the default affiity of each thread is configurable by using X10RT_DEFAULT_CPUMAP environment variable (i.e. each thread will be bound to processor 0-3 where X10RT_DEFAULT_CPUMAP="0,1,2,3" : * only support comma separeted format) modified: x10.runtime/src-cpp/x10/xrx/Thread.cc modified: x10.runtime/src-cpp/x10/xrx/Thread.h
-
fujishima authored
-
- Jan 05, 2017
- Dec 28, 2016
-
-
fujishima authored
barrier before native communication methods are disabled when the environment variable "X10_TEAM_WITHOUT_BARRIER" is set to "1"
-
- Sep 09, 2016
-
-
kamada authored
-
- Sep 05, 2016
-
-
kamada authored
-
- Aug 18, 2016
-
-
kamada authored
-
- Jun 08, 2016
-
-
David Grove authored
-
- Jun 07, 2016
-
-
David Grove authored
-
- Jun 02, 2016
-
-
David P. Grove authored
-
- Jun 01, 2016
-
-
David Grove authored
-
- May 26, 2016
-
-
David Grove authored
-
- May 21, 2016
-
-
David Grove authored
-
- May 19, 2016
-
-
David Grove authored
The code was failing to properly propagate the parent finish to the full-blown HC finish. As a result, any full-blown HC finish that was created when an optimized HC finish 'went global' did not have a parent.
-
David Grove authored
-
- May 18, 2016
-
-
David Grove authored
-
David Grove authored
implement notifyActivityCreatedAndTerminated via a single coalesced operation on the resilient store.
-
David Grove authored
avoid promoting to full-blown remote finish when notifyRCC is called; all that is actually needed is disabling the call to join in waitForFinish.
-
David Grove authored
been created in put/get implementations to avoid scheduling bugs in waitForFinish. Will need to further optimize nRCC in the resilient finish implementations in subsequent commit to avoid losing performance on gets...
-