Directory Packages/Uintah/Core/DataArchive/

Total Files:
3
Deleted Files:
1
Lines of Code:
1916

[root]/Packages/Uintah/Core/DataArchive

Lines of Code

Packages/Uintah/Core/DataArchive/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 42 (100.0%) 910 (100.0%) 21.6
worthen 29 (69.0%) 819 (90.0%) 28.2
kuzimmer 6 (14.3%) 51 (5.6%) 8.5
dav 3 (7.1%) 24 (2.6%) 8.0
luitjens 3 (7.1%) 15 (1.6%) 5.0
harman 1 (2.4%) 1 (0.1%) 1.0

Most Recent Commits

worthen 2007-11-06 13:48 Rev.: 39285

move SCISHARE to UINTAHSHARE. Also disable the share flags if building static

13 lines of code changed in 4 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.h (new), share.h (del), uintahshare.h (new 11)
worthen 2007-11-05 15:49 Rev.: 39273

Correct Restart fix for new Gridvars

1 lines of code changed in 2 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (new)
worthen 2007-11-05 15:31 Rev.: 39271

Restart fix for new Gridvars

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+1 -1)
worthen 2007-11-05 14:07 Rev.: 39268

GridVariable reorganization: Add extra class layer GridVariable to Grid hierarchy - reduces much of the common code to one place. Changes nothing functionally. Also move DataWarehouse::getCopy and copyOut to OnDemandDatawarehouse. Other changes are to make sure changes compile - with reordering for templates and not including mpicxx.h

2 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+2 -2)
worthen 2007-10-24 13:44 Rev.: 39138

Make the toplevel ProblemSpec responsible for deleting its xml tree when deleted. Comment out calls to releaseDocument

2 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+2 -2)
worthen 2007-10-24 10:40 Rev.: 39133

Leverage the new proc-per-patch info saved in timestep.xml to assign procs in the LB faster and with less memory

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+1 -1)
worthen 2007-10-04 00:15 Rev.: 38891

Remove ParticleSet for variety of reasons, which basically sums up to:
it was just an overglorified wrapper around an int that wasn't always updated and posed a maintenance nightmare.

Change interface to ParticleSubset creation: remove the 'fill' and 'hint' parameters. IMO, they were confusing as to what size the PS ended up being.

2 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+2 -3)
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.

15 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+15)
harman 2007-08-27 10:58 Rev.: 38503

Deleted couts

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+1 -2)
worthen 2007-08-24 18:40 Rev.: 38500

Make the DataArchive more virtual-patch savvy

15 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+15 -7)
dav 2007-07-03 16:58 Rev.: 37972


Mostly (C-SAFE Sandia) Redstorm (RS) fixes...

M include/sci_algorithm.h

Apparently RS already has is_sorted...

M Core/OS/sub.mk

No sock support on RS.

M Core/Exceptions/Exception.cc
M Core/Thread/Thread.cc

No terminal support on the compute nodes, so can't drop into a debugger...
(Not sure why we have what looks like the same code in two different places...)

M Core/Util/sub.mk

No support for these things on RS:

- DynamicLoader.cc
- DynamicCompilation.cc
- soloader.cc
- Socket.cc

so don't build them.

M Core/Util/sci_system.cc

Can't call 'system' on RS.
Indent/whitespace.

M Core/Util/TypeDescription.cc
M Core/Util/TypeDescription.h

Compiler can't resolve fill_compile_info() function (can't find
it?)... we don't use it (it is for SCIRun) on RS anyway, so turn it
off.

M Packages/Uintah/sub.mk

Don't need to set libs/etc... 'cause nothing is built in this dir.

M Packages/Uintah/CCA/Components/MPM/MPMCommon.cc
M Packages/Uintah/CCA/Components/ICE/ICE.cc

Check to see if stringstream worked... (RS handles it differently then
the c++ spec... go figure.)
Indent.

M Packages/Uintah/CCA/Components/DataArchiver/DataArchiver.cc

Better file open failure error message.
Indent.

M Packages/Uintah/CCA/Components/Schedulers/MPIScheduler.cc

Fix #include to use full path.
Indent.

M Packages/Uintah/CCA/Components/Schedulers/SchedulerCommon.cc

Indent. RS needs time.h.

M Packages/Uintah/Core/Grid/Variables/Variable.cc

Indent. Coding standard return type. Use {}.
Better write failure error msg.
No gzip on RS.
- Though putting this in might not be too hard. I think we have the library on RS.

M Packages/Uintah/Core/Grid/SimulationState.cc

Whitespace.

M Packages/Uintah/Core/DataArchive/DataArchive.cc
M Packages/Uintah/Core/ProblemSpec/ProblemSpec.cc

Robustness check (for istringstream).

M Packages/Uintah/Core/Disclosure/TypeUtils.cc
M Packages/Uintah/Core/Disclosure/TypeUtils.h

RS compiler has problem with resolving templated find_type_name() function.
It isn't used anyway as we don't build SCIRun.
Indent.

M Packages/Uintah/StandAlone/sus.cc

RS:
- requires time.h
- doesn't support disallow_sgi_OpenGL_page0_sillyness(0
- can't run diff command
- can't do initial sleep for debugger attachment

Goodbye to endls. :)

M Packages/Uintah/StandAlone/sub.mk

RS needs to link statically so all libs must be listed on the compile
line... this is the same as on AIX, so we use the AIX syntax. (There
is a small possiblity that this is going to cause a problem on
uP... FS, can you please check?)

4 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+4)
luitjens 2007-06-11 12:13 Rev.: 37755

Fix a few scirun things --bryan

2 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+2 -2)
kuzimmer 2007-05-08 18:46 Rev.: 37518

Put mutex locks around the calls to getTimeData() in the query functions to hopefully eliminate the race conditions in multi-threaded code

15 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+15 -4)
worthen 2007-05-04 10:35 Rev.: 37489

Fix uninitialized VarInfo when querying by region, and fix warnings

35 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+35 -29)
worthen 2007-05-03 17:25 Rev.: 37488

Add DataArchive query with ghost cells and queryRegion

80 lines of code changed in 2 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+73), DataArchive.h (+7)
kuzimmer 2007-05-01 09:30 Rev.: 37460

Temporary fix for the crashes that were occurring when trying to graph a particle over time. Temporary, because we need to confirm that a particular particle cannot change levels over time. If it can, then this fix will break.

10 lines of code changed in 2 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+6 -5), DataArchive.h (+4 -3)
kuzimmer 2007-04-27 00:11 Rev.: 37441

Add the ability to color patches according to processor number.

23 lines of code changed in 2 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+16 -1), DataArchive.h (+7 -1)
luitjens 2007-04-26 14:00 Rev.: 37429

Added getNumProcs to DataArchive

13 lines of code changed in 2 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+11), DataArchive.h (+2)
worthen 2007-04-25 16:40 Rev.: 37416

Query the grid inside the timestep loop when querying multiple timesteps.

3 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.h (+3 -2)
worthen 2007-04-11 20:14 Rev.: 37272

Get DataArchiver to output Stretch Grid coordinates, and the DataArchive to read them into the grid. compare_uda succesfully passes between a run with stretched grids and its restart.

Poisson: Fix a crash with a null grid (advance the DW before compiling the subscheduler).

56 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+56 -4)

(10 more)

Generated by StatSVN 0.4.0