- 09 May, 2011 3 commits
-
-
Kevin Harms authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@439 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Kevin Harms authored
Clean up code for processing metadata block. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@438 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Kevin Harms authored
darshan-convert --key X --annotate "key1=val1<tab>key2=val2" <oldlog> <newlog> git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@437 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 05 May, 2011 4 commits
-
-
Kevin Harms authored
./darshan-convert --obfuscate --key 42 infile outfile This will hash: jobid (if non-zero) uid exe name_suffix git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@436 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Kevin Harms authored
information that would likely be added after the log was generated. The idea is that this data should be in key=value\n format. darshan-convert was updated to put the previous version in the comment field and darshan-parser is updated to return the previous version field if it exists. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@435 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
- no reading or writing bz2 files yet; probably need to make some function pointers or wrappers so that all of the logutils routines that use I/O aren't littered with logic to switch compression formats. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@434 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@433 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 04 May, 2011 1 commit
-
-
Kevin Harms authored
Writes the current log format only. Update dashan-convert.c to use the new put interfaces. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@432 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 03 May, 2011 2 commits
-
-
Philip Carns authored
log file and write to another, with optional conversions along the way). This is just a place holder; it doesn't write any data to the output file yet. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@431 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
log data) git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@430 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 02 May, 2011 1 commit
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@429 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 07 Apr, 2011 1 commit
-
-
Philip Carns authored
- Allows the administrator, at configure time, to specify a list of environment variables to check at runtime to find the absolute path to place log files in, overriding the normal year/month/day hierarchy - Falls back to --with-logpath path (if specified) if there is no environment variable match - example: --with-logpath-by-env=FOO,HOME --with-logpath=/log will cause darshan to try (in order): - $FOO - $HOME - /log/<year>/<month>/<day> git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@428 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 01 Apr, 2011 1 commit
-
-
Philip Carns authored
the -v output of the input script and produce the same -v output in the output script. fixes #33 git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@427 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 24 Mar, 2011 2 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@426 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@425 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 01 Mar, 2011 4 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@424 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@421 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@420 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@419 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 25 Feb, 2011 5 commits
-
-
Kevin Harms authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@417 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Kevin Harms authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@416 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Kevin Harms authored
greater than the open timestamp. (occurs if file is never closed) Fix performance calculation so there's no divide by zero. Fix handling of --total for ACCESS and STRIDE counters. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@415 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@414 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Kevin Harms authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@413 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 24 Feb, 2011 1 commit
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@411 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 22 Feb, 2011 1 commit
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@409 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 21 Feb, 2011 5 commits
-
-
Kevin Harms authored
generating division by zero when using it. This change casts the pointers to integers first and then does the subtraction. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@408 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@407 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Kevin Harms authored
targets. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@406 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@405 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@404 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 18 Feb, 2011 2 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@402 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
autoconf checks) - overhaul configure test for MPIO_Request/MPI_Request - temporarily turn off -Wall git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@401 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 17 Feb, 2011 2 commits
-
-
Philip Carns authored
if a file is opened but not read or written then don't try to calculate the "lastio" metric for it. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@400 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
then don't count the cumulative time for a file when computing the slowest rank time git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@399 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 16 Feb, 2011 5 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@397 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@395 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@393 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@392 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@391 3b7491f3-a168-0410-bf4b-c445ed680a29
-