- 27 Feb, 2014 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
- 26 Feb, 2014 3 commits
-
-
Misbah Mubarak authored
-
Misbah Mubarak authored
-
Misbah Mubarak authored
updates to i/o lang: modifying i/o lang-codes workload API to return correct offsets according to the ranks
-
- 21 Feb, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 20 Feb, 2014 2 commits
-
-
Jonathan Jenkins authored
-
Jonathan Jenkins authored
-
- 19 Feb, 2014 1 commit
-
-
Shane Snyder authored
-
- 18 Feb, 2014 3 commits
-
-
Jonathan Jenkins authored
-
Shane Snyder authored
-
Jonathan Jenkins authored
-
- 17 Feb, 2014 20 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
-
Shane Snyder authored
-
Shane Snyder authored
Add code sent to me from Babak @ UIUC for generating events from their I/O trace recorder.
-
Shane Snyder authored
Now, there is logic for generating collective/indpendent i/o events from darshan logs. There are a couple minor timing and i/o parameter bugs that still need to be worked out.
-
Shane Snyder authored
-
Shane Snyder authored
Update the darshan workload generator to use new collective open/close generation algorithm. Previously, generating these operations was done sequentially on one process, so the algorithm has to be updated to give consistent results in a distributed environment.
-
Shane Snyder authored
-
Shane Snyder authored
The codes-workload-test and codes-workload-mpi-replay both support the new paramters of the bgp-io language workload generator. Also, support has been added to the config file and codes-workload-mpi-replay program for loading the parameters of a darshan config file.
-
Shane Snyder authored
Now, the darshan generator can generate independent file events, as well as basic collective file events. Still working on rewriting collective events.
-
Shane Snyder authored
Pull all darshan workload generator logic into the workload generator API. Nondeterminism (i.e. using rand()) still needs to be removed from generating collective I/O events, since they will now be generated in a collective manner -- not independently as before. Also, still need to sort out collective timing issues.
-
Shane Snyder authored
Now, specify the darshan install directory with --with-darshan=/dir/ to build the darshan workload generator and link it with test applications.
-
Shane Snyder authored
Modifications to autotools to include necessary info for building the darshan workload API. This API compiles fine, but the mpi replay test is not linking properly with darshan library.
-
Shane Snyder authored
-
Shane Snyder authored
Pull all darshan workload generator logic into the workload generator API. Nondeterminism (i.e. using rand()) still needs to be removed from generating collective I/O events, since they will now be generated in a collective manner -- not independently as before. Also, still need to sort out collective timing issues.
-
Shane Snyder authored
Now, specify the darshan install directory with --with-darshan=/dir/ to build the darshan workload generator and link it with test applications.
-
Shane Snyder authored
Modifications to autotools to include necessary info for building the darshan workload API. This API compiles fine, but the mpi replay test is not linking properly with darshan library.
-
- 13 Feb, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 07 Feb, 2014 1 commit
-
-
Misbah Mubarak authored
-
- 06 Feb, 2014 1 commit
-
-
Misbah Mubarak authored
updates to codes workloads: switched to hash tables in the workload--i/o lang plug-in, removed codes_workload_get_info from i/o lang and darshan workloads as this is no longer needed in the bg/p model
-
- 05 Feb, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 30 Jan, 2014 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
Improve the performance of the darshan i/o workload by converting the linked list of per-rank contexts to a hash table.
-
- 29 Jan, 2014 1 commit
-
-
Jonathan Jenkins authored
-
- 28 Jan, 2014 1 commit
-
-
Shane Snyder authored
-