Initialze a few variables so that the regression tester will run with
MALLOC_STRICT.
Bryan says it is his fault and will be performing seppuku in the SCI kitchen
tomarrow at noon. Bring cameras.
5 lines of code changed in 1 file:
Added a -nsigs flag to the mpirun command on Linux to prevent signals from killing of LAM on the node where it failed.
1 lines of code changed in 1 file:
Fixed the autoPatch feature so that it will distribute patches correctly for any given resolution.
152 lines of code changed in 3 files:
Changed the way configure finds petsc on aix platforms.
==This line, and those below, will be ignored--
M configure
M configure.ac
4 lines of code changed in 2 files:
Changes to make Uintah build on purple. Added function declarations for functions that were previous delcared only as friends. Added a configure variable IS_AIX instead of checking against the compiler for aix specific configure options.
132 lines of code changed in 15 files:
Added the g2c library to the SCI_TRY_LINK macro for checking for blas
and lapack libraries. This library is necessary for the SCIRun configure
to find blas and lapack correctly on linux itanium systems, specifically
Thunder.
10 lines of code changed in 2 files:
Info messages now only print out on processor of rank 0.
Added a few double casts to be sure all aritmatic is correct.
45 lines of code changed in 1 file:
Fixed ambiguous call to pow().
3 lines of code changed in 1 file:
Added an option to the ups file that will force sus to automatically compute
an optimal patch distribution for the number of processors in use instead
of having to manually change them every run. To enable this option, add the
line
<autoPatch>true</autoPatch> someplace in your box tag. The
<patches>...</patches> tag will be ignored.
If autoPatch is not specified, then everything will function as before.
128 lines of code changed in 2 files:
Added a function declaration for void scheduleLockstepTimeAdvance which is
defined in impAMRICE.cc.
3 lines of code changed in 1 file:
Added TEEM to the lib path for libDataflow_Modules_Fields.
1 lines of code changed in 1 file:
File name and line number are now always prepended to the exception message.
0 lines of code changed in 2 files:
Changed cout to std::cout so it would be defined.
0 lines of code changed in 2 files:
Now the filename and line number will be prepended to the message for all
exceptions, even where exceptions are not crashing on a platform.
44 lines of code changed in 14 files:
Now the filename and line number will be prepended to the message for all
exceptions, even if exceptions are not crashing on that platform.
40 lines of code changed in 12 files:
libDataflow_Modules_Math is now calling nrrdAlloc, so added Teem to it's
list of libraries.
1 lines of code changed in 1 file:
Will not use the -m64 flag when icc is specified, this eliminated a
comipler warning on thunder.
12 lines of code changed in 2 files:
Removed debug output from the configure file.
4 lines of code changed in 2 files:
Added another check for MPI libraries on OSX, which uses the newer version
of LAM but does not need to have pthread included. This will prevent
having to manually edit configVars.mk after configuring on OSX.
529 lines of code changed in 2 files:
Commented out the calls to flush, since this function is not implemented in the intel fortran compilers, and looks as if it is only needed for certain error messages to print out. This change was made to get Arches running on thunder.
0 lines of code changed in 2 files:
(38 more)