[root]/Packages/Uintah/scripts
LLNL_scripts
(9 files, 863 lines)
buildbot
(1 files, 31 lines)
doxygen
(3 files, 5 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 38 (100.0%) | 751 (100.0%) | 19.7 |
dav | 5 (13.2%) | 298 (39.7%) | 59.6 |
jas | 16 (42.1%) | 191 (25.4%) | 11.9 |
harman | 9 (23.7%) | 184 (24.5%) | 20.4 |
luitjens | 6 (15.8%) | 78 (10.4%) | 13.0 |
sbrown | 2 (5.3%) | 0 (0.0%) | 0.0 |
Check for missing RAID stripes. Print name of test before running it.
0 lines of code changed in 2 files:
script to create the inputs directory used by buildbot.
5 lines of code changed in 1 file:
Use the return value from compare_uda to determine success or failure.
0 lines of code changed in 2 files:
no longer used.
0 lines of code changed in 1 file:
updates to the stacktrace script on ranger
0 lines of code changed in 2 files:
Use the new name for the mpmarches pipe test, aka mpmpipe_test.ups.
3 lines of code changed in 1 file:
Add more Arches tests.
52 lines of code changed in 1 file:
Fix restarting so that it returns the proper return code for success or
failure.
11 lines of code changed in 1 file:
Remove test_corrug_plate test temporarily.
2 lines of code changed in 1 file:
Create new function run_case that eliminates the need for all of the
*_test functions.
Track when a set of tests actually fails and exit with a non-zero quantity.
Remove poisson2 from the example set of tests.
Always run the model tests with MPI.
67 lines of code changed in 1 file:
Fix for OSX
8 lines of code changed in 1 file:
Modified the output of getstacktrace
11 lines of code changed in 1 file:
A script to get stack traces from running jobs.
To run type execute this script with the following parameters
getstacktrace.ranger.sh <jobid> <executable name>
where <jobid> is the id of the job which can get obtained with the command 'qstat'.
and executable name is the name of the running executable.
For example
%getstacktrace.ranger.sh 181172 sus
The stack trace is set to stdout.
Similar scripts could be created for other servers with minimal effort.
65 lines of code changed in 1 file:
test that all p.xxxx.xml files have size > 0
10 lines of code changed in 1 file:
Add the -mpi option if we are are using mpirun.
3 lines of code changed in 1 file:
Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>
Tested on g++ 4.2 and 4.3 compilers.
8 lines of code changed in 1 file:
previous commit had error.
1 lines of code changed in 1 file:
ar -> arches
ma -> mpmarches
5 lines of code changed in 1 file:
Don't run stat command on missing file.
7 lines of code changed in 1 file:
# validateUda:
#
# usage: validateUda <udas>
#
# This scripts performs the following tests on a uda:
# 0) does index.xml exist
# 1) does each timestep listed in the index.xml file exist
# 2) Does timestep/timestep.xml file exist
# 3) Does a level directory for each level exist
# 4) for each level directory does a pxxxx.xml file exist
# 5) for each level directory does a pxxxx.data file exist and is size > 0
150 lines of code changed in 1 file:
(15 more)