Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pr from fork/137 #254

Closed
wants to merge 220 commits into from
Closed

Pr from fork/137 #254

wants to merge 220 commits into from

Commits on Mar 12, 2021

  1. Initial link against spack built caliper; ATOMIC_PI:BASE_OpenMP instr…

    …umented; needs CALI_CONFIG env variable for output
    jonesholger committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    c64db24 View commit details
    Browse the repository at this point in the history
  2. suppress dirty blt

    jonesholger committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    2db7cb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    d7ba2ad View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    940a07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    513455d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    e30a1b7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    c6e4771 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    90be795 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    fc1b920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d681a64 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    516507d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Configuration menu
    Copy the full SHA
    7914e24 View commit details
    Browse the repository at this point in the history
  2. add some notes on how to pickup python caliperreader; remove default_…

    …metric to work with older Hatchet
    jonesholger committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    8e08cd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    01d79b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. add compiler version via cmake and compiler path version via regex of…

    … exiting full path to executable
    jonesholger committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    dc55482 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. changed example perf notebook to use new compiler key and rename note…

    …book with ipynb file type
    jonesholger committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    af35eee View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Add ExtractCommonSubtree to perf.py to support comparing trees which …

    …vary in number of kernels
    jonesholger committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    130dfb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    b5ad2e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1275b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e89f97d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    e7577d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b19a19f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    76aff45 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. import of adiak works for adiak and adiak::adiak library exports; cle…

    …anup of caliper includes
    jonesholger committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    64d5219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e9a90e View commit details
    Browse the repository at this point in the history
  3. remove hatchet based scripts until next hatchet/spot release; this wi…

    …ll bring in Caliper native reader and adiak, removing our reliance on caliper.py
    jonesholger committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    61dae2a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    398ba56 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Make sweep_size script more flexible

    It can now take strings with spaces as executables.
    This allows you to treat things like "srun -n8 ./bin/raja_perf.exe"
    as an executable.
    MrBurmark committed May 9, 2022
    Configuration menu
    Copy the full SHA
    c617652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2933af1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b63fe2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ce8c63 View commit details
    Browse the repository at this point in the history
  5. Add names to sweep_size script

    This helps with graphing as they are used in naming graphs
    MrBurmark committed May 9, 2022
    Configuration menu
    Copy the full SHA
    eb54c42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8afe7d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    29a3873 View commit details
    Browse the repository at this point in the history
  2. Fix typos in sweep_size

    MrBurmark committed May 10, 2022
    Configuration menu
    Copy the full SHA
    93faac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55ed8be View commit details
    Browse the repository at this point in the history
  4. Add more formatting to graphs

    This helps differentiate different tunings and sweeps
    MrBurmark committed May 10, 2022
    Configuration menu
    Copy the full SHA
    699ff16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b8b5ce View commit details
    Browse the repository at this point in the history
  6. Avoid recounting run sizes

    MrBurmark committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c256961 View commit details
    Browse the repository at this point in the history
  7. fixup graph naming

    MrBurmark committed May 10, 2022
    Configuration menu
    Copy the full SHA
    85b3d2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41983b1 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    074c208 View commit details
    Browse the repository at this point in the history
  2. Add print of sweeps

    MrBurmark committed May 11, 2022
    Configuration menu
    Copy the full SHA
    63e1ffd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    ced724c View commit details
    Browse the repository at this point in the history
  2. Add templated data computation

    This allows you to make new kinds of data from other kinds
    without having to write every kind out beforehand, like
    avg<time(s)> and avg<FLOPS>.
    MrBurmark committed May 20, 2022
    Configuration menu
    Copy the full SHA
    71a9451 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. plot on same graph, add linear regression

    Now plotting multiple kinds of data will appear on the same graph
    Added support for linear regression and segmented linear regression
    MrBurmark committed May 23, 2022
    Configuration menu
    Copy the full SHA
    dd1bd5c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    5dd7d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59cc13c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1e172e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c488212 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    2098f85 View commit details
    Browse the repository at this point in the history
  2. remove use test tuning

    MrBurmark committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1e3824c View commit details
    Browse the repository at this point in the history
  3. rename some variables

    MrBurmark committed May 25, 2022
    Configuration menu
    Copy the full SHA
    0d3e5be View commit details
    Browse the repository at this point in the history
  4. Switched to more flexible copmute scheme

    Now you can reduce over arbitrary axes
    for example min<time(s)>[tuning_index]
    will yield the min time across all tunings.
    MrBurmark committed May 25, 2022
    Configuration menu
    Copy the full SHA
    e2eb0bf View commit details
    Browse the repository at this point in the history
  5. Generalize graphing implementation

    Only finished bar graphs so far
    MrBurmark committed May 25, 2022
    Configuration menu
    Copy the full SHA
    059e4df View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Fix division by 0 error

    Add tiny amount
    MrBurmark committed May 26, 2022
    Configuration menu
    Copy the full SHA
    4a176b6 View commit details
    Browse the repository at this point in the history
  2. fix split line plotting

    MrBurmark committed May 26, 2022
    Configuration menu
    Copy the full SHA
    a26f65f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Add more color utilities

    MrBurmark committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    0f2709f View commit details
    Browse the repository at this point in the history
  2. fixup arg handling

    MrBurmark committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8cde548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5beb2b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f7a00f View commit details
    Browse the repository at this point in the history
  5. Add histogram plotting

    MrBurmark committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    ed0621f View commit details
    Browse the repository at this point in the history
  6. Add option to move legend

    MrBurmark committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    187e7d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    700be35 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Merge branch 'develop' into pr-from-fork/137

    Resolve merge conflicts
    rhornung67 committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    19ac08a View commit details
    Browse the repository at this point in the history
  2. Code formatting

    rhornung67 committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    16b8340 View commit details
    Browse the repository at this point in the history
  3. Fix merge errors

    rhornung67 committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9295555 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    a40b276 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Update CMakeLists.txt

    Fix indentation formating
    
    Co-authored-by: Jason Burmark <[email protected]>
    rhornung67 and MrBurmark authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    bc0573a View commit details
    Browse the repository at this point in the history
  2. Update src/basic/PI_ATOMIC-OMP.cpp

    fix white space
    
    Co-authored-by: Jason Burmark <[email protected]>
    rhornung67 and MrBurmark authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    2a761bb View commit details
    Browse the repository at this point in the history
  3. Update src/basic/PI_ATOMIC-OMP.cpp

    fix whitespace
    
    Co-authored-by: Jason Burmark <[email protected]>
    rhornung67 and MrBurmark authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    e79cf13 View commit details
    Browse the repository at this point in the history
  4. Update .gitmodules

    fix whitespace
    
    Co-authored-by: Jason Burmark <[email protected]>
    rhornung67 and MrBurmark authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    81e29e4 View commit details
    Browse the repository at this point in the history
  5. Update src/basic/PI_ATOMIC-OMP.cpp

    fix whitespace
    
    Co-authored-by: Jason Burmark <[email protected]>
    rhornung67 and MrBurmark authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    53671b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Merge branch 'develop' into use_caliper

    Add annotation layer for Kernel Tuning
    Modified Cmake/Definition to RAJA_PERFSUITE_USE_CALIPER
    Uncomment section in rajaperf_config.hpp.in and added config info for
    HIP. Modified Adiak keys to match
    jonesholger committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    a4c12a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88d98ed View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    14f0a39 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. change set_target_properties for adiak target to for +cuda spec; we d…

    …o this to be independent of adiak vs adiak::adiak target depending on spack version; eventually target should be set to adiak::adiak for versions of adiak 0.2.2+ introduced in newer versions of spack
    jonesholger committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    3b2de08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39fde9b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    52ac292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4aec2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84aedca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    248ffd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. fixup cmake define to pickup caliper/adiak includes in src/CMakeLists…

    ….txt; remove redundant includes in top level cmake
    jonesholger committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8f32df7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    763c358 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    7ec27ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b73caaa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    08ea0f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. per kernel column metadata; currently exported as strings since some …

    …of the fields can have very large values
    jonesholger committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    052ca63 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    b8041e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    1950e27 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    ef58b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fffe3e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. modify adiak runinfo metadata so it can be used in python scripts as …

    …a dict; edit sweep_graph.py to use eval to bring in runinfo meatadata
    jonesholger committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    4ad948f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    ba525df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775701c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. add legend order routine - currently developer centric as order is fi…

    …xed but easily modified
    jonesholger committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    b59755e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    f5f6a35 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    f444177 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    38bc905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc8860 View commit details
    Browse the repository at this point in the history
  3. adiak runinfo metadata is wrapped in dict so we can use eval in pytho…

    …n scripts; fix column metadata entries so it is applied to all tunings
    jonesholger committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    0a9bef0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. split off data classes into separate module data_classes_sweep_graph;…

    … fix bug in caliper processing when we purposefully ignore specific variants or tunings
    jonesholger committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e512b0d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. change column attribute data such as ProblemSize so aggregation is mo…

    …re normal, i.e. doesn't include repeat |- artifacts
    jonesholger committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    57f50c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. cmake Caliper/Adiak includes back in main so it's in one section, and…

    … easily propagates to test directory
    jonesholger committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    bf45a79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a616fe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c118ff View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    5941881 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Empty commit to force CI

    rhornung67 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    505cc95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3002f99 View commit details
    Browse the repository at this point in the history
  3. add caliper based prescan

    jonesholger committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    10c5480 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    b19939e View commit details
    Browse the repository at this point in the history
  2. fix some namespace bugs wrt Data class; add kinds closeness check in …

    …an argparse action for several arguments
    jonesholger committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f91cd21 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. move several free functions back into Data class - reorg not apropo y…

    …et; kind action check now strips whitespace before closeness match; for test if we're using caliper use hasattr vs getattr
    jonesholger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f57e3c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cc3f4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d590132 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4800c32 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    334bd37 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Caliper column metadata Aggregatable attributes need to be initialize…

    …d before Manager start - now these are init'ed in KernelBase ctor
    jonesholger committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    2e03612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a353d4f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    0171719 View commit details
    Browse the repository at this point in the history
  2. Caliper column metadata Aggregatable attributes need to be initialize…

    …d before Manager start - now these are init'ed in KernelBase ctor
    jonesholger committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    7c6f110 View commit details
    Browse the repository at this point in the history
  3. Spot config add via command line argument implemented, e.g. you can s…

    …pecify on the command line -atsc topdown.all
    jonesholger committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    9ad36ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62341ea View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    1d2e427 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    93dee34 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    8985613 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. use cmp0048 for project version, and propagate to original version va…

    …riables; sweep_graph now supports column metadata; new map entry for _OPENMP at 5.2
    jonesholger committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    dfbdcb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. remove dirty git ignore for BLT in .gitmodules; add README.md documen…

    …tation for Using Caliper in RAJAPerf
    jonesholger committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a742ebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef804d4 View commit details
    Browse the repository at this point in the history
  3. adjust for github render

    jonesholger committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    752f643 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    ccdfc0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec65b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    d5dbda0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72eb5e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    3ae59ac View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. setup new adiak key ProblemSizeRunParam to reflect command line arg -…

    …-size or --sizefact; cleanup some unused code
    jonesholger committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    22c8f5b View commit details
    Browse the repository at this point in the history
  2. fix _OPENMP version detect, including out-of-range for map version en…

    …tries with try/catch, map 201611 to 4.5 (Intel)
    jonesholger committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    449a705 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    ed43d87 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    592c854 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jonesholger authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    dfb6ad3 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    jonesholger authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ca71f90 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jonesholger authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e8ade72 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    3b08adc View commit details
    Browse the repository at this point in the history
  2. update uberenv config file for Spack v0.19.0; add Caliper and Adiak p…

    …refixes to Spack package.py
    jonesholger committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    fc5e6d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Merge branch 'develop' into pr-from-fork/137

    and resolve merge conflicts
    rhornung67 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5499c7d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    a2708a1 View commit details
    Browse the repository at this point in the history
  2. Update shared CI

    adrienbernede committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e68710e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a31768e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97edc52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03d2562 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    49659db View commit details
    Browse the repository at this point in the history
  2. Fix caliper CI job name

    adrienbernede committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e5bdd6c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #280 from LLNL/woptim/caliper-integration

    Fix CI for Caliper integration branch
    adrienbernede authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    401e069 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    54919cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b300358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc2981a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c6503e View commit details
    Browse the repository at this point in the history
  5. Minor

    adrienbernede committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    7731dc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    256fc52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70b6cff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3fc7d7 View commit details
    Browse the repository at this point in the history
  9. Fix script call path

    adrienbernede committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ed6033a View commit details
    Browse the repository at this point in the history
  10. Fix python script

    adrienbernede committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    dbe10a4 View commit details
    Browse the repository at this point in the history
  11. Add missing extension

    adrienbernede committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    aaa3361 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Fix baseline dir

    adrienbernede committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    cb3742e View commit details
    Browse the repository at this point in the history
  2. Fix use existing field

    adrienbernede committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    42f9619 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Revert "TEMP: de-activate unneeded part of the CI"

    This reverts commit e3fc7d7.
    adrienbernede committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e5ed98b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    5fa11bc View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    c46858e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    09292db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b134ad6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    8fd43bd View commit details
    Browse the repository at this point in the history
  2. Fix typo

    adrienbernede committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    609549e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6490c18 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    adrienbernede committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    bd90e75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f010820 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    adrienbernede committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    6671991 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Fix boolean use

    adrienbernede committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    82c0423 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    5969bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9b1ba0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #298 from LLNL/hatchet-analysis-crossvariant

    Hatchet analysis crossvariant
    adrienbernede authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    3993588 View commit details
    Browse the repository at this point in the history
  4. Add some comments

    adrienbernede committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b2ec163 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaba7f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb52164 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    6b03dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4ca868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ce8bc View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    74a4f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2dd795 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    489c9a5 View commit details
    Browse the repository at this point in the history
  4. Fix upstream path

    adrienbernede committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    29dbcdb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    b826e28 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    c3a88ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb65f40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a1f7b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    bd0d585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e699d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7306808 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2eac54f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7fbc8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    110d578 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #291 from LLNL/woptim/caliper-integration

    Woptim/caliper integration
    adrienbernede authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b29d567 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    edaa2e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    202635e View commit details
    Browse the repository at this point in the history
  2. more generic MPI Init

    jonesholger committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    548b42a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    b831e47 View commit details
    Browse the repository at this point in the history
  2. sync tpl/RAJA

    jonesholger committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9ed8761 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. remove example script to build with Caliper; which also was outdated …

    …since we need [email protected]; we can spack dev-build or uberenv against Caliper now
    jonesholger committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    eb96294 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    203e9ba View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    5c04627 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    70371c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa34389 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    dc9ca71 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    835a7cb View commit details
    Browse the repository at this point in the history
  2. Cleanup and formatting

    rhornung67 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    ddc0a04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db6db7b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    1954dd8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    6d2e1fd View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. finesse docs wrt to several python script examples, either by removin…

    …g from doc and referring to file with function, or note indicating dependency version
    jonesholger committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c5bc688 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    18500fb View commit details
    Browse the repository at this point in the history