- 21 May, 2011 2 commits
-
-
Philip Carns authored
darshan log file git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@449 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@448 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 17 May, 2011 1 commit
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@444 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
-
- 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
-
- 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 1 commit
-
-
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
-
- 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
-
- 16 Feb, 2011 2 commits
-
-
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@391 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 10 Feb, 2011 2 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@390 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@389 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 02 Feb, 2011 1 commit
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@382 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 07 Jan, 2011 3 commits
-
-
Philip Carns authored
some versions of mpich because malloc() is intercepted in a way that indirectly makes an open() call before initialization is complete. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@376 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@375 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
these) git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@374 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 20 Dec, 2010 1 commit
-
-
Kevin Harms authored
see if the function is resolved and if not, resolves it at that time. The other method failed when constructors were called for libraries that were not linked in so the dlsym lookup failed. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@369 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 09 Dec, 2010 1 commit
-
-
Kevin Harms authored
DARSHAN_JOBID: name of environment variable that holds the job's Id DARSHAN_LOGPATH: og path to write darshan logs to (still needs year/month/day subdirs) DARSHAN_MEMALIGN: value for determining if accesses are aligned in memory git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@367 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 02 Nov, 2010 1 commit
-
-
Kevin Harms authored
value is the 64bit hash of the hostname that rank 0 is running on. This allows multiple MPI jobs running under the same job number to produce unique logs. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@347 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 01 Oct, 2010 1 commit
-
-
Rob Ross authored
added check for mntent.h, mount.h (probable replacement), conditional include of mntent.h. this cleans a couple of things up, but reported bug still remains. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@336 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 06 Aug, 2010 1 commit
-
-
Philip Carns authored
run time git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@322 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 03 Aug, 2010 1 commit
-
-
Kevin Harms authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@321 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 19 Jul, 2010 1 commit
-
-
Kevin Harms authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@302 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 16 Jul, 2010 1 commit
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@300 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 15 Jul, 2010 1 commit
-
-
Kevin Harms authored
Add min, max and variance to the darshan log that is relevant for shared files only. This is to aid in performance calculations. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@291 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 13 Jul, 2010 1 commit
-
-
Philip Carns authored
name space collisions in other libraries git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@290 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 30 Jun, 2010 1 commit
-
-
Kevin Harms authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@276 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 28 Jun, 2010 1 commit
-
-
Kevin Harms authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@270 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 21 May, 2010 1 commit
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@255 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 12 May, 2010 1 commit
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@243 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 02 Mar, 2010 2 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@197 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@196 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 08 Jan, 2010 1 commit
-
-
Philip Carns authored
corruption if the same output name is used twice for some reason git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@152 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 14 Dec, 2009 1 commit
-
-
Philip Carns authored
- moved sync cost to cumulative write time rather than metadata time - fixed more bugs in access size table in summary - added sync to counter graph in summary git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@144 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 11 Dec, 2009 3 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@137 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@128 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
information somewhere git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@127 3b7491f3-a168-0410-bf4b-c445ed680a29
-