Updated configure so that the default thirdparty path is now 1.25.4 which is required.
287 lines of code changed in 2 files:
Configure will now respect the value of PETSC_ARCH set by the user. The default behavior is the same as before, but now if you install petsc in a new location, you can set
PETSC_ARCH before running configure, and it will be properly detected.
4 lines of code changed in 2 files:
Fixed a problem that was preventing compiling on SGIs.
3 lines of code changed in 1 file:
Cleaned up the top half of the UI. Also no hid the font selector, since this
option is not implemented.
38 lines of code changed in 1 file:
Changed the formatting of the date string so there won't be a newline in the
index.xml file.
5 lines of code changed in 1 file:
Added the SciMakeButtonPanel to the Uintah modules which did not have it yet.
73 lines of code changed in 14 files:
Added the endianess tag back to the main index file to not break the whole uintah toolchain.
1 lines of code changed in 1 file:
Now outputs endianess information per timestep.
9 lines of code changed in 1 file:
Added MPI, blas, and lapack libs to the dependencies so it builds on non-linux.
1 lines of code changed in 1 file:
Now propery handles underscores for fortran symbols on OS X.
2 lines of code changed in 2 files:
Updated the version to match the 3rd party it requires.
1 lines of code changed in 1 file:
Undoing changes to DataArchier that were unintenionally committed.
1 lines of code changed in 1 file:
Added the teem_defs.h header to a few files that checked for HAVE_TEEM.
4 lines of code changed in 2 files:
Cleaned up some of the Teem optional fixes
0 lines of code changed in 1 file:
Removed sus dependencies on teem.
59 lines of code changed in 4 files:
Added the OnTheFlyAnalysis modulue to the sus build file.
3 lines of code changed in 1 file:
Petsc check will now set archetecture for both ppc and intel macs.
10 lines of code changed in 2 files:
Included ctype.h, since toupper and tolower were not found, preventing scirun from building.
1 lines of code changed in 1 file:
Added setprecision(17) to the double to string converters when we store the current time in
the master index.xml file, since it was being truncated and irking the regression tester.
2 lines of code changed in 1 file:
Modifed how timesteps were being lazily loaded so that they will actually be loaded now when needed.
28 lines of code changed in 2 files:
(4 more)