- 25 Mar, 2014 1 commit
-
-
fisaila authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions-addcounters-datatypes@843 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 18 Mar, 2014 3 commits
-
-
fisaila authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions-addcounters-datatypes@842 3b7491f3-a168-0410-bf4b-c445ed680a29
-
fisaila authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions-addcounters-datatypes@841 3b7491f3-a168-0410-bf4b-c445ed680a29
-
fisaila authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions-addcounters-datatypes@840 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 12 Mar, 2014 2 commits
-
-
fisaila authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions-addcounters-datatypes@839 3b7491f3-a168-0410-bf4b-c445ed680a29
-
fisaila authored
Solved bug in darshan_shutdown (introduced in the branch): darshan_global_job was non-NULL and the POSIX operations for writing the log were counted. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions-addcounters-datatypes@838 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 11 Mar, 2014 1 commit
-
-
fisaila authored
Added functionality for counters about the datatypes in memory and in file. Thus works only when an epoch is one MPI-IO operation. Epoches can be enabled desabled though the DARSHAN_EPOCH environment variable. Corrected a bug which prevented internal timing to work with epoches. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions-addcounters-datatypes@835 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 06 Mar, 2014 2 commits
-
-
fisaila authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions-addcounters-datatypes@828 3b7491f3-a168-0410-bf4b-c445ed680a29
-
fisaila authored
1. Added the counters in darshan-log-format.h 2. Added the names of the counters in darshan-util/darshan-logutils.c 3. Added the new profiled function declarations (e.g., PMPI_Sent) in darshan-runtime/darshan-dynamic.h - DARSHAN_EXTERN_DECL(...) 4. Added the new profiled function declarations (e.g., PMPI_Sent) in darshan-runtime/lib/darshan-mpi-init-finalize.c - DARSHAN_FORWARD_DECL(...) - MAP_OR_FAIL(...) 5. Updated the reducer in darshan-runtime/lib/darshan-mpi-io.c in the function: static void darshan_file_reduce(void* infile_v, void* inoutfile_v, int *len, MPI_Datatype *datatype); git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions-addcounters@827 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 27 Jan, 2014 1 commit
-
-
fisaila authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions-addcounters@819 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 24 Jan, 2014 1 commit
-
-
fisaila authored
Functionality: An epoch is enclosed by: darshan_start_epoch(); darshan_stop_epoch(); There is one log file per epoch and the epoch number appears in the file name. If epoches are not used the functionality should be the same as before. Implementation: I tried to minimally modify the code (only darshan-mpi-io.c was modified). 1) darshan_shutdown became: void darshan_shutdown_epoch(int timing_flag) 5 lines were commented and moved to the new darshan_shutdown 2) void darshan_shutdown(int timing_flag) If no epoch is used just calls darshan_shutdown_epoch else for each epoch restore the counters from the end of epoch and call darshan_shutdown_epoch 3) void darshan_start_epoch(void) just resets the counters from darshan_global_job 4) void darshan_end_epoch(void) saves the counters from darshan_global_job Test: One test has been added in darshan-test/epoch-testing/. I have not performed yet extensive testing. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions@818 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 14 Jan, 2014 1 commit
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions@812 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 13 Jan, 2014 1 commit
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/branches/darshan-florin-extensions@811 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 17 Dec, 2013 1 commit
-
-
Kevin Harms authored
fixes 120. fixes 121. This change prevents a crash in getopt on bad user arguments and prevents the add_annotation function from overrunning the job->metadata array if there is not enough space for the user provided string git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@808 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 25 Oct, 2013 2 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@796 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
anonymized and annotated darshan log git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@795 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 25 Sep, 2013 2 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@786 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@784 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 03 Sep, 2013 2 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@782 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@781 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 29 Aug, 2013 2 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@780 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
and related functionality git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@779 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 28 Aug, 2013 7 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@777 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@776 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@775 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@774 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@773 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@771 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
symbols git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@770 3b7491f3-a168-0410-bf4b-c445ed680a29
-
- 19 Aug, 2013 11 commits
-
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@768 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@767 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@766 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@765 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@764 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@763 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@762 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@761 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@760 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@759 3b7491f3-a168-0410-bf4b-c445ed680a29
-
Philip Carns authored
git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@758 3b7491f3-a168-0410-bf4b-c445ed680a29
-