Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 31 (100.0%) | 5636 (100.0%) | 181.8 |
Packages/Uintah/Core/Parallel/ | 7 (22.6%) | 4591 (81.5%) | 655.8 |
/ | 4 (12.9%) | 801 (14.2%) | 200.2 |
Packages/Uintah/StandAlone/ | 4 (12.9%) | 135 (2.4%) | 33.7 |
Packages/Uintah/CCA/Components/DataArchiver/ | 5 (16.1%) | 60 (1.1%) | 12.0 |
Packages/Uintah/Test/toplevel/ | 3 (9.7%) | 21 (0.4%) | 7.0 |
Core/Thread/ | 1 (3.2%) | 10 (0.2%) | 10.0 |
Core/Volume/ | 1 (3.2%) | 6 (0.1%) | 6.0 |
Packages/Uintah/Core/DataArchive/ | 1 (3.2%) | 4 (0.1%) | 4.0 |
Core/Geom/ | 1 (3.2%) | 4 (0.1%) | 4.0 |
Packages/Uintah/Test/helpers/ | 3 (9.7%) | 3 (0.1%) | 1.0 |
Packages/Uintah/Test/ | 1 (3.2%) | 1 (0.0%) | 1.0 |
code to use a seperate thread for mpi communication.
it is #ifdef'd to compile when lam-mpi is being used (ie inferno)
it doesn't actually turn on unless you pass -threadmpi to sus
4724 lines of code changed in 10 files:
revert last commit
1 lines of code changed in 1 file:
fix compile error
1 lines of code changed in 1 file:
restart an amr ice problem (need to set the level's extra cells)
6 lines of code changed in 2 files:
change website from www.sci.utah.edu/~worthen to www.csafe.utah.edu/tester
21 lines of code changed in 3 files:
update website permissions after every test group instead of after all of them
3 lines of code changed in 3 files:
Print the system error message when the DataArchiver is
unable to open an output file.
14 lines of code changed in 1 file:
Force output files and directories to be readable by the csafe group.
sus.cc:
set the umask to 022
CCA/Components/DataArchiver/DataArchiver.cc
find csafe/uintah gid and use that for creating dirs.
44 lines of code changed in 2 files:
re-enable 4disks opt test
1 lines of code changed in 1 file:
the code that determines the amount of RAM on the SGI Prism
can crash SCIRun. For now, just return 256MB, which is the amount
of memory on the firegl graphics cards used in the prism.
6 lines of code changed in 1 file:
sgi ia64 rendering freetype fonts gives a SIGBUS.
4 lines of code changed in 1 file:
don't use cblas on SGI altix (only blas)
48 lines of code changed in 2 files:
use SGI's Scientific Computing Software Library (SCSL) routines
for blas and lapack on the prism (sgi ia64).
for more info, see prism.sci.utah.edu:/usr/share/doc/sgi-scsl-1.5.1.1/README.relnotes
and the sgi-scsl rpm.
753 lines of code changed in 2 files:
Currently the ia64 atomic operations only compile with icc.
This commit changes the atomic operations so that they can be
compiled with either icc or gcc.
10 lines of code changed in 1 file: