8000 Comparing develop...bbapi_ctests · LLNL/scr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LLNL/scr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: LLNL/scr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bbapi_ctests
Choose a head ref
  • 17 commits
  • 64 files changed
  • 5 contributors

Commits on Aug 9, 2018

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

Commits on Oct 5, 2018

  1. Always Route File (#134)

    * If not in start/complete pair, return copy of original filename
    * string error checking
    gonsie authored Oct 5, 2018
    Configuration menu
    Copy the full SHA
    272b348 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

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

Commits on Oct 15, 2018

  1. update to docs for new SCR Route file behavior

    as of v1.2.2, if route file is called outside of a start/complete pair the original file path is returned.
    gonsie authored Oct 15, 2018
    Configuration menu
    Copy the full SHA
    e32a324 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Change sprintf to printf

    white238 authored and adammoody committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    a40e752 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    28bb42b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1721c90 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

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

Commits on Apr 3, 2019

  1. Add developer documentation

    This adds a second set of documentation for developers. It
    keeps them in a separate folder to allow for a different
    url and thus a different pdf to be generated so that the
    developer docs are not distrubuted to users.
    
    Also adds the doc build status badges to the README.
    CamStan authored and adammoody committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    54f8f86 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

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

Commits on May 18, 2019

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

Commits on Aug 14, 2019

  1. Dev test docs (#145)

    * dev doc on testing a new system from confluence
    
    * bamboo testing documentation
    gonsie authored Aug 14, 2019
    Configuration menu
    Copy the full SHA
    e4e20f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59566b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. whitespace matters?

    gonsie authored Aug 19, 2019
    Configuration menu
    Copy the full SHA
    5989bc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Fix compile error when using BBAPI

    This updates some out-of-date scr function names that get called
    when using BBAPI, as well as updating the the call to BBAPI's
    GetLastErrorDetails function.
    
    Also adds the hints to where the the BBAPI Libraries might be found
    to avoid needing to provide the -DWITH_BBAPI_PREFIX option (as was
    done in AXL).
    CamStan authored and adammoody committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    6841492 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Changes needed to use ctests with BBAPI

    This branch contains changes needed to get SCR's ctests to work on a
    system with LSF and IBM's BBAPI. However, in the end, running these
    tests fails as it turns out SCR's BBAPI integration is currently not
    working.
    
    Changes in this commit:
    
    - Added LSF and `jsrun` to `cmake/SCR_ADD_TEST.cmake`
    - Changed default `CNTL_BASE` and `CACHE_BASE` configs to `/dev/shm`
    - Added new `examples/bb_test.conf` file for ctest configs. Save old
      `examples/test.conf` file and rename this file to `test.conf`
    
    When building SCR to use with BBAPI, the `cmake` line needs to state
    the resource manager and the `CNTL_BASE` and `CACHE_BASE` defaults
    need to be changed:
    
    ```
    cmake -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_BUILD_TYPE=Debug -DSCR_ASYNC_API=IBM_BBAPI -DSCR_RESOURCE_MANAGER=LSF -DSCR_CACHE_BASE=/dev/shm -DSCR_CNTL_BASE=/dev/shm ../scr
    ```
    CamStan committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    51badad View commit details
    Browse the repository at this point in the history
Loading
0