-
Notifications
You must be signed in to change notification settings - Fork 35
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: LLNL/scr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bbapi_ctests
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 64 files changed
- 5 contributors
Commits on Aug 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 669b5aa - Browse repository at this point 8000
Copy the full SHA 669b5aaView commit details
Commits on Oct 5, 2018
-
* If not in start/complete pair, return copy of original filename * string error checking
Configuration menu - View commit details
-
Copy full SHA for 272b348 - Browse repository at this point
Copy the full SHA 272b348View commit details
Commits on Oct 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b2d557f - Browse repository at this point
Copy the full SHA b2d557fView commit details
Commits on Oct 15, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for e32a324 - Browse repository at this point
Copy the full SHA e32a324View commit details
Commits on Dec 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a40e752 - Browse repository at this point
Copy the full SHA a40e752View commit details
Commits on Mar 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 28bb42b - Browse repository at this point
Copy the full SHA 28bb42bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1721c90 - Browse repository at this point
Copy the full SHA 1721c90View commit details
Commits on Mar 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 38fafb2 - Browse repository at this point
Copy the full SHA 38fafb2View commit details
Commits on Apr 3, 2019
-
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.
Configuration menu - View commit details
-
Copy ful 10000 l SHA for 54f8f86 - Browse repository at this point
Copy the full SHA 54f8f86View commit details
Commits on Apr 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a8fe43f - Browse repository at this point
Copy the full SHA a8fe43fView commit details -
Configuration menu - View commit details
-
Copy full SHA for faad6c0 - Browse repository at this point
Copy the full SHA faad6c0View commit details
Commits on May 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ddfa459 - Browse repository at this point
Copy the full SHA ddfa459View commit details
Commits on Aug 14, 2019
-
* dev doc on testing a new system from confluence * bamboo testing documentation
Configuration menu - View commit details
-
Copy full SHA for e4e20f8 - Browse repository at this point
Copy the full SHA e4e20f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59566b9 - Browse repository at this point
Copy the full SHA 59566b9View commit details
Commits on Aug 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5989bc9 - Browse repository at this point
Copy the full SHA 5989bc9View commit details
Commits on Oct 10, 2019
-
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).
Configuration menu - View commit details
-
Copy full SHA for 6841492 - Browse repository at this point
Copy the full SHA 6841492View commit details
Commits on Oct 24, 2019
-
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 ```
Configuration menu - View commit details
-
Copy full SHA for 51badad - Browse repository at this point
Copy the full SHA 51badadView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop...bbapi_ctests