September 2007 Commit Log

Number of Commits:
52
Number of Active Developers:
9
kuzimmer 2007-09-30 11:49 Rev.: 38851

Tweaked the clipping plane interface. No more expscale, Yes! Now only positive normals are specified. Added a reverse normal button. The bounding box of geom objects is used to determine the scale and extent of plane movement.

77 lines of code changed in 3 files:

bigler 2007-09-28 14:32 Rev.: 38841

Thread/Time_altix.cc

secondsPerTick wasn't calling initialize(), which could result in
bad values if called first.

0 lines of code changed in 2 files:

dav 2007-09-27 15:01 Rev.: 38838

M Grid/Variables/Variable.cc

Fix the reading (or not reading as the case may be) of 0 sized data.

M DataArchive/DataArchive.cc

Fix a problem with detecting compression being turned on in the .xml file.
Put in a comment as to why this is necessary... Bryan, feel free to expand
on the comment if I didn't get it quite right.

53 lines of code changed in 3 files:

luitjens 2007-09-27 11:40 Rev.: 38836

Fixed redstorm compile errors

0 lines of code changed in 2 files:

luitjens 2007-09-25 23:18 Rev.: 38824

Merge from 38823

3 lines of code changed in 1 file:

luitjens 2007-09-25 01:07 Rev.: 38813

A fix for one of the major memory leaks. There is still at least one in the code which should be fixed soon.

1 lines of code changed in 1 file:

dav 2007-09-24 17:42 Rev.: 38812

Only attempt to read data if the data size is > 0. Seems like this is the right fix, but am not certain.

8 lines of code changed in 1 file:

dav 2007-09-24 17:41 Rev.: 38811

Added handling of long64 particles... haven't tested...

0 lines of code changed in 2 files:

luitjens 2007-09-24 15:18 Rev.: 38809

Use isSimilar instead of == on the grid comparison

1 lines of code changed in 1 file:

luitjens 2007-09-24 15:14 Rev.: 38808

Undo 38807. I forgot that I made a isSimilar function which did this a while ago. Also modify the isSimilar function to use the list based difference since it is more efficient.

12 lines of code changed in 1 file:

luitjens 2007-09-24 15:06 Rev.: 38807

Determine grid equality by comparing regions instead of exact patches. This defines a grid as the same when the cover the same region of the domain. This is preferable as the BNRRegridder can produce the same patch set but have a different order or even produce two different patch sets that cover the same region.

25 lines of code changed in 1 file:

worthen 2007-09-24 13:30 Rev.: 38806

remove debug print

0 lines of code changed in 1 file:

worthen 2007-09-24 13:28 Rev.: 38805

Put some more diagnostic info in: which finalizeTimestep is running, and which cells have a bad rho when that exception is thrown

13 lines of code changed in 1 file:

worthen 2007-09-24 11:11 Rev.: 38801

only run the task queue if NOT on a copy data timestep, I'll work on that, but otherwise it should be working

3 lines of code changed in 4 files:

dav 2007-09-21 15:39 Rev.: 38797

Allow for the use of SSH env var. Updated comments. Fixed hardcoded reference to dav's path.

19 lines of code changed in 3 files:

dav 2007-09-21 15:03 Rev.: 38796

Fixed the pscp pull script

132 lines of code changed in 2 files:

harman 2007-09-21 09:33 Rev.: 38787

only dump viscosity warning on 1 processor

1 lines of code changed in 1 file:

worthen 2007-09-20 22:11 Rev.: 38786

Replace the 'Extra Communication' spew with a single line warning with a statistic of how much you're overcommunicating (this does NOT include the inter-level comm we want to reduce)

11 lines of code changed in 3 files:

kuzimmer 2007-09-20 16:12 Rev.: 38782

Bug fix: if no particles existed for a particular material on a particular patch, the code would fail to check the remaining materials.

10 lines of code changed in 1 file:

guilkey 2007-09-20 16:00 Rev.: 38781

Fix reading of matl # when -matl is specified.

1 lines of code changed in 1 file:

luitjens 2007-09-20 10:41 Rev.: 38768

Modifications to the tau profiling (mostly new timers). Also only call performConsistencyCheck when the assertion level is greater than 0.

64 lines of code changed in 3 files:

worthen 2007-09-20 09:59 Rev.: 38767

un-commit bad file

1 lines of code changed in 1 file:

worthen 2007-09-19 17:13 Rev.: 38765

Clean up output (add a DebugStream for InternalDep handling), and fix hang for AMR Task queue. However, something is still off, since I get a bunch of influx/outflux errors

45 lines of code changed in 4 files:

luitjens 2007-09-19 11:28 Rev.: 38755

Catch individual exceptions and print out more verbose messages.

25 lines of code changed in 1 file:

luitjens 2007-09-19 11:14 Rev.: 38753

catch major std errors seperatly and output a more descriptive message.

30 lines of code changed in 1 file:

luitjens 2007-09-19 10:38 Rev.: 38751

Reverting 38661, there seems to be a problem with this, either a double free or an access after deletion. This will causes the regression tester to yell at us until we find a better way to handle the solver parameters.

0 lines of code changed in 1 file:

bigler 2007-09-18 14:06 Rev.: 38736

new.cc

The DISABLE_SCI_MALLOC version of AllocatorSetDefaultTagLineNumber
should return a value.

1 lines of code changed in 1 file:

sbrown 2007-09-12 14:27 Rev.: 38665

Debug templates.

135 lines of code changed in 2 files:

sbrown 2007-09-12 14:24 Rev.: 38664

Weekday scripts.

139 lines of code changed in 2 files:

sbrown 2007-09-12 14:19 Rev.: 38663

PSUB scripts for ALC and UP.

141 lines of code changed in 2 files:

jas 2007-09-12 11:22 Rev.: 38661

Fix memory leak for SolverParameters.

3 lines of code changed in 1 file:

sbrown 2007-09-11 10:49 Rev.: 38655

Speling.

16 lines of code changed in 1 file:

sbrown 2007-09-11 10:24 Rev.: 38653

Read in and compute twenty sulfur species from table.

559 lines of code changed in 11 files:

worthen 2007-09-10 22:46 Rev.: 38651

Means to leverage the line-number malloc tag to track iterations, and use it to match tags with the current timestep in sus

29 lines of code changed in 5 files:

luitjens 2007-09-10 15:07 Rev.: 38649

Merge from r38647 and r38648

73 lines of code changed in 11 files:

luitjens 2007-09-10 09:52 Rev.: 38643

Fixed a couple minor memory leaks in Arches and one major memory leak in MPM.


0 lines of code changed in 6 files:

harman 2007-09-06 17:30 Rev.: 38633

added compare_mms and compare_scalar to the tools convience macro

6 lines of code changed in 1 file:

luitjens 2007-09-06 12:25 Rev.: 38623

Output the processor that is the max in addition to the max. This could be useful in tracking down our memory issues.

35 lines of code changed in 1 file:

luitjens 2007-09-06 12:20 Rev.: 38622

Fixed the memory leaks in Patch.cc and Level.cc

(rt shouldn't report anymore memory leak errors for now)

10 lines of code changed in 2 files:

luitjens 2007-09-05 15:43 Rev.: 38609

Fixed a memory leak in Stead_Burn.

3 lines of code changed in 1 file:

luitjens 2007-09-05 15:28 Rev.: 38608

Fixed a memory leak in Steady_Burn. SetMPMLabel causes a memory leak by clobbering a pointer.

1 lines of code changed in 5 files:

luitjens 2007-09-05 10:16 Rev.: 38600

new->scinew

24 lines of code changed in 19 files:

luitjens 2007-09-05 09:51 Rev.: 38599

Fixed another memory leak

3 lines of code changed in 1 file:

luitjens 2007-09-05 09:44 Rev.: 38598

Fixed a memory leak

0 lines of code changed in 2 files:

luitjens 2007-09-05 09:32 Rev.: 38597

new->scinew

124 lines of code changed in 55 files:

luitjens 2007-09-05 08:59 Rev.: 38596

new->scinew

10 lines of code changed in 8 files:

luitjens 2007-09-05 08:53 Rev.: 38595

new->scinew

49 lines of code changed in 26 files:

luitjens 2007-09-05 08:42 Rev.: 38594

new->scinew

18 lines of code changed in 18 files:

luitjens 2007-09-05 08:33 Rev.: 38593

More new->scinew

27 lines of code changed in 6 files:

luitjens 2007-09-04 16:25 Rev.: 38584

new->scinew (more coming tomorrow)

63 lines of code changed in 57 files:

luitjens 2007-09-04 15:40 Rev.: 38582

The first of many commits that change new to scinew

6 lines of code changed in 3 files:

luitjens 2007-09-04 15:04 Rev.: 38579

Fixed some memory leaks.

58 lines of code changed in 6 files:

August 2007 »

Generated by StatSVN 0.4.0