Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 81 (100.0%) | 4.7 |
harman | 16 (94.1%) | 78 (96.3%) | 4.8 |
dav | 1 (5.9%) | 3 (3.7%) | 3.0 |
try a different method for resetting the environmental variable
0 lines of code changed in 2 files:
changed $USER -> $LOGNAME
- The environmental variable $USER is not defined in a cron job, $LOGNAME is. Silly!!!
0 lines of code changed in 2 files:
merge changes from arl_dev branch
7 lines of code changed in 1 file:
Added configuration for albion + alr-rt user
12 lines of code changed in 1 file:
2nd attempt at grepping sus output for run completion
13 lines of code changed in 1 file:
Check if sus ran to completion before running memory & performance tests. Thanks Tony.
12 lines of code changed in 1 file:
display time after code has compiled
2 lines of code changed in 1 file:
Added <SRC> to rsync command which moves results to the webpage.
2 lines of code changed in 1 file:
fixed command to copy results to web page.
2 lines of code changed in 1 file:
cleaner way to copy results to html directory.
2 lines of code changed in 1 file:
Deleted GPU.py. Those a managed by each component.
runSusTests.py: reset SCI_DEBUG on each test.
startTester: removed GPU.py tests from albion and cyrus.
6 lines of code changed in 1 file:
If a test is using a GPU set the environmental flag
SCI_DEBUG SingleDevice:+
and for it to run on 1 gpu.
3 lines of code changed in 1 file:
Now running GPU nightly regression testing on cyrus.mech
11 lines of code changed in 1 file:
Use albion.sci for GPU:RMCRT tests
6 lines of code changed in 1 file:
M runSusTests.py
- Better test for an exception in the output file. This avoids false
negative when the "exception message" that is being grepped for is in
the "svn diff" output.
3 lines of code changed in 1 file: