[root]/scripts
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 24 (100.0%) | 7 (100.0%) | 0.2 |
luitjens | 3 (12.5%) | 7 (100.0%) | 2.3 |
dav | 21 (87.5%) | 0 (0.0%) | 0.0 |
Make archive (.a) creation output quieter... also fixed (I think) redirection to /dev/null... Seems to also fix the problem (on uP) of 'make sus' seeming to recreate the .a files multiple times.
0 lines of code changed in 2 files:
M configure.ac
M configure
M configVars.mk.in
M include/sci_defs/blas_testdefs.h.in
M Makefile.in
M aclocal.m4
* Added --with-mkl (mkl is a blas/lapack alternative) - for use on Ranger (and other places).
* Added --with-atlas help info (--with-atlas arg was already supported, but didn't show up on 'configure --help'.)
* Updated blas stuff to #include the correct cblas.h from include/sci_defs/blas_testdefs.h.in.
* Removed A LOT OF CRUFT that is nolonger used/supported in 1.25.4 (BioPSE, Insight, GDCM, etc.)
M include/sci_defs/mpi_testdefs.h.in
Use indentation... ;) ...it's your friend (or at least mine).
M include/sci_defs/teem_testdefs.h.in
Deprecated GDCM stuff.
D include/sci_defs/insight_testdefs.h.in
D scripts/mdk90.SCIRun.spec
D scripts/mdk90.Fusion.spec
D scripts/mdk92.Fusion.spec
D scripts/mdk92.SCIRun.spec
D scripts/babel_component_generic.mk
D scripts/babel_component.mk
D scripts/BioTensor
D scripts/BioImage
D scripts/rh90.SCIRun.spec
D scripts/rh90.Fusion.spec
D scripts/commit.py
D scripts/babel_component_f77.mk
D scripts/babel_component_c.mk
D scripts/BioFEM
D scripts/make-globus
D scripts/scijump
D scripts/rh80.Fusion.spec
D scripts/rh80.SCIRun.spec
D scripts/maintoin
Deleted files that are no longer supported/used in Uintah tree. The
*.spec files are for release RPMs that we won't be doing. BioTensor,
etc, are apps that, if you need them, should be found in the SCIRun
3.x. Other files are just not used.
M Core/Datatypes/DenseColMajMatrix.cc
M Core/Datatypes/DenseMatrix.cc
cblas.h (or it's equivalent) comes from include/sci_defs/blas_defs.h now.
0 lines of code changed in 19 files:
Added MallocTrace support to Uintah, cleaned up mpi includes, removed SCI_MALLOC_TRACE functionality.
Currently building with MallocTrace is only supported within Uintah.
7 lines of code changed in 3 files: