August 2007 Commit Log

Number of Commits:
47
Number of Active Developers:
10
ramanuja 2007-08-30 21:03 Rev.: 38560

Included a new profile for the passive scalar. Triangular Profile.

The invoke it is:

<triangularInitialize> true </triangularInitialize>
<slope> [1,0,0] </slope>

Currently this will only work in x-direction.

14 lines of code changed in 3 files:

dav 2007-08-30 16:05 Rev.: 38558

Need Core/Containers to link (at least on Mac)

1 lines of code changed in 1 file:

ramanuja 2007-08-30 15:23 Rev.: 38556

Added new profile for a 2D exponential function.
Changed the name of the existing 1D exponential function.

use:

<exponentialInitialize_1D>...</exponentialInitialize_1D>

or

<exponentialInitialize_2D>..</exponentialInitialize_2D>

56 lines of code changed in 2 files:

ramanuja 2007-08-29 20:57 Rev.: 38549

Made the cout precision to 16.

5 lines of code changed in 1 file:

harman 2007-08-28 17:51 Rev.: 38540

added input option

-svnStat : runs svn stat -u & svn info <src/...../Packages/Uintah

Useful when you want to know which version of the code you
were running.

16 lines of code changed in 1 file:

worthen 2007-08-28 14:35 Rev.: 38526

Don't have lineextract query virtual data (and clean up sub.mk)

2 lines of code changed in 2 files:

harman 2007-08-27 13:09 Rev.: 38505

increased cout precision to 16 when dumping out the timestep. We need that
many significant figures for order-of-accuracy studies.

7 lines of code changed in 1 file:

harman 2007-08-27 10:58 Rev.: 38503

Deleted couts

1 lines of code changed in 1 file:

worthen 2007-08-24 18:40 Rev.: 38500

Make the DataArchive more virtual-patch savvy

15 lines of code changed in 1 file:

harman 2007-08-24 12:55 Rev.: 38491

In previous commit I accidentally committed some debugging code.
Reversed

1 lines of code changed in 1 file:

harman 2007-08-24 10:45 Rev.: 38486

added stability constraint due to viscous diffusion to the calculation
of the aggressive timestep scheme.

37 lines of code changed in 1 file:

worthen 2007-08-23 18:53 Rev.: 38482

Re-implement the way carry-over vars are scheduled. This requires a list of the original material set (kept in SimulationState) and for non-default levels and materials to be in the input file

68 lines of code changed in 4 files:

guilkey 2007-08-22 13:52 Rev.: 38474

Add rudimentary ability to use pts files with MPMICE. Currently this
is restricted to one file geometry piece, one ice material and one mpm
material.

0 lines of code changed in 2 files:

luitjens 2007-08-22 12:17 Rev.: 38471

Merge from 38467

34 lines of code changed in 1 file:

luitjens 2007-08-21 15:56 Rev.: 38454

Merge from 38452

3 lines of code changed in 1 file:

luitjens 2007-08-21 09:53 Rev.: 38445

Remove BNRStats and instead have the grid stats always output per Todd's
request.

3 lines of code changed in 1 file:

worthen 2007-08-20 21:22 Rev.: 38444

Remove the addReference to d_perprocPatches causing the memory leak. Adding the reference in scheduleInitialize isn't good because scheduleInitialize doesn't happen on a restart, and if you remove the reference in the destructor, on a restart it will cause problems.

0 lines of code changed in 1 file:

jas 2007-08-18 19:32 Rev.: 38432

Revert change to memory leak for d_perproc_patches.

2 lines of code changed in 1 file:

worthen 2007-08-18 10:54 Rev.: 38427

Remove main components from extractors' sub.mk

1 lines of code changed in 1 file:

dav 2007-08-16 15:20 Rev.: 38416

Fix compilation under AIX... not sure why this compilation problem wasn't noticed before...

16 lines of code changed in 1 file:

dav 2007-08-16 15:18 Rev.: 38415

Provide info on how to use under AIX...

9 lines of code changed in 1 file:

sbrown 2007-08-16 13:04 Rev.: 38412

Restore r38401.

0 lines of code changed in 2 files:

sbrown 2007-08-16 12:14 Rev.: 38411

Reverting r38401 until I can get this to build on lots of platforms.

2 lines of code changed in 1 file:

jas 2007-08-15 21:34 Rev.: 38409

Use (DL_LIBRARY) instead of -ldl.

0 lines of code changed in 2 files:

jas 2007-08-15 20:12 Rev.: 38408

Remove the d_perproc_patches which seems to fix the memory leaks for impm runs.

3 lines of code changed in 1 file:

jas 2007-08-15 18:05 Rev.: 38407

Add -ldl for opening shared libraries.

1 lines of code changed in 1 file:

dav 2007-08-15 16:33 Rev.: 38404

Don't try to uncompress 0 sized data... I assume that just returning from this function is ok, but Bryan is going to verify it for me. :)

15 lines of code changed in 1 file:

sbrown 2007-08-15 12:21 Rev.: 38401

Add C++ symbol demangler. This should make crash logs slightly more intelligible.

27 lines of code changed in 1 file:

worthen 2007-08-15 01:20 Rev.: 38399

Use time index to query DataArchive, instead of time

19 lines of code changed in 3 files:

luitjens 2007-08-13 13:40 Rev.: 38389

Changed the load balancing assignment algorithm to a top down divide and conqure approach. This method should produce better assignments than the previous method. This method is O(P) in parallel.

125 lines of code changed in 1 file:

boulos 2007-08-13 09:09 Rev.: 38387

Under Darwin, SEM_LOCK isn't used because the
semaphore implementation is done separately. So
we ifdef it out to avoid "defined but not used"
warnings.

Additionally, the pthread_t under Darwin is opaque
and shouldn't be printed out directly. Now it's
being forcefully casted to a long unsigned int for
the print_threads function to avoid a warning.

49 lines of code changed in 1 file:

boulos 2007-08-13 09:07 Rev.: 38386

Under Darwin UCONV needs to print out the 64-bit
friendly version regardless of build type.

24 lines of code changed in 1 file:

boulos 2007-08-13 09:06 Rev.: 38385

MAXSTACK only needs to be defined when used.

Removing tabs as well.

31 lines of code changed in 1 file:

luitjens 2007-08-10 16:50 Rev.: 38373

Merge from 38351 and 38357

26 lines of code changed in 1 file:

luitjens 2007-08-10 16:32 Rev.: 38370

Merge from 38367

0 lines of code changed in 2 files:

worthen 2007-08-09 17:57 Rev.: 38341

Change gac-1 to gan-1, so particle communication happens properly

12 lines of code changed in 2 files:

ramanuja 2007-08-08 22:55 Rev.: 38332

Undoing the change made in the last commit.

The number cells in the output is redundant.

4 lines of code changed in 1 file:

ramanuja 2007-08-08 20:26 Rev.: 38329

Modified the output to include number of cells touched.

11 lines of code changed in 1 file:

dav 2007-08-08 14:36 Rev.: 38328

class Parallel has to be pre-declared before it can be used as a friend. Some (less strict) compilers treat the 'friend' statement as a pre-declaration, but then, some don't.

2 lines of code changed in 1 file:

luitjens 2007-08-08 11:56 Rev.: 38327

Merge from 38326

0 lines of code changed in 2 files:

luitjens 2007-08-07 14:01 Rev.: 38320

Redstorm gnu compiler fix

0 lines of code changed in 2 files:

luitjens 2007-08-03 13:23 Rev.: 38285

Merge from csafe_parametric_study of patches 38283, 38384, and 38277

7 lines of code changed in 1 file:

worthen 2007-08-03 00:01 Rev.: 38269

Fix for particles-error-flags not dilating enough for kiddie-corner patches who want to use them

4 lines of code changed in 1 file:

borodai 2007-08-01 15:29 Rev.: 38252

Make only creation method in factory static.

7 lines of code changed in 5 files:

borodai 2007-08-01 15:10 Rev.: 38249

Made factory for extra scalar sources.

85 lines of code changed in 13 files:

luitjens 2007-08-01 12:20 Rev.: 38244

Do not use the petsc signal handler

1 lines of code changed in 1 file:

borodai 2007-08-01 11:43 Rev.: 38242

Added sources computation for extra scalars.
Provided zero source as an example.

317 lines of code changed in 7 files:

July 2007 »

Generated by StatSVN 0.4.0