June 2008 Commit Log

Number of Commits:
52
Number of Active Developers:
8
harman 2008-06-30 16:29 Rev.: 41377

removed extra "s"

1 lines of code changed in 1 file:

harman 2008-06-30 16:24 Rev.: 41376

Should not change the answers:
tabs
2 space indentation
Consistent format

4305 lines of code changed in 53 files:

harman 2008-06-30 14:43 Rev.: 41375

previous commit had error.

1 lines of code changed in 1 file:

harman 2008-06-30 14:39 Rev.: 41374

exact comparisons on 8 patch test

1 lines of code changed in 1 file:

harman 2008-06-30 14:36 Rev.: 41372

ar -> arches
ma -> mpmarches

5 lines of code changed in 1 file:

guilkey 2008-06-26 15:52 Rev.: 41337

Small optimization to HypoEl and bulletproofing to
prevent HypoElasticImplicit from being used with
<do_grid_reset>false</do_grid_reset>


11 lines of code changed in 3 files:

luitjens 2008-06-25 08:59 Rev.: 41316

Removed include to syscall.h it isn't needed and is causing compiler
errors with some compilers.

1 lines of code changed in 1 file:

luitjens 2008-06-25 08:47 Rev.: 41315

Fix for compile error on OSX.

1 lines of code changed in 1 file:

luitjens 2008-06-25 08:38 Rev.: 41314

Added a copy constructor

40 lines of code changed in 1 file:

luitjens 2008-06-25 08:38 Rev.: 41313

Fixed some compile errors.


8 lines of code changed in 2 files:

harman 2008-06-24 16:32 Rev.: 41310

Removed code that isn't used.

4 lines of code changed in 3 files:

luitjens 2008-06-24 16:18 Rev.: 41309

Added begin() and end() as common methods to all iterators.


26 lines of code changed in 2 files:

luitjens 2008-06-24 16:07 Rev.: 41308

build the new iterators.

3 lines of code changed in 1 file:

luitjens 2008-06-24 16:07 Rev.: 41307

A generic handle for all iterators.

115 lines of code changed in 2 files:

luitjens 2008-06-24 16:06 Rev.: 41306

Inherit from the BaseIterator class.

Indented code.


254 lines of code changed in 4 files:

luitjens 2008-06-24 16:05 Rev.: 41305

An iterator for a list of cells. Cells can be added to the list and
later iterated through. Each cell is stored as an element within a
vector. In cases where rectangular regions can be specified a
CellIterator or a NodeIterator should be used to conserve memory usage.

124 lines of code changed in 2 files:

luitjens 2008-06-24 16:03 Rev.: 41304

A base class for a generic iterator. All iterators should inherit from
this.

94 lines of code changed in 1 file:

jas 2008-06-24 12:03 Rev.: 41303

Fix compiler build problems with gcc-4.3

159 lines of code changed in 113 files:

qymeng 2008-06-23 14:23 Rev.: 41294

Turned KEEP_CUTS off in Zoltan

1 lines of code changed in 1 file:

luitjens 2008-06-20 10:09 Rev.: 41283

Fixed a compile error when one does not have hyper.


1 lines of code changed in 1 file:

luitjens 2008-06-19 09:57 Rev.: 41280

Changed debug streams to default to cout instead of cerr. cerr can cause output to be jumbled when running in parallel.

5 lines of code changed in 1 file:

dav 2008-06-16 15:44 Rev.: 41274

Better error message when parsing .ups file. Fixed bad AMR syntax in ups_spec file.

13 lines of code changed in 1 file:

harman 2008-06-16 15:18 Rev.: 41272

Deleted function that reproduced Sutherland & Kennedy right hand rule mistake.

16 lines of code changed in 1 file:

dav 2008-06-13 16:52 Rev.: 41269

Fix parsing of args.

6 lines of code changed in 1 file:

dav 2008-06-13 16:50 Rev.: 41268

Bettero error message.

2 lines of code changed in 1 file:

dav 2008-06-13 16:50 Rev.: 41267

Added --with-ofed (for infiniband MPI) flag.

27 lines of code changed in 1 file:

harman 2008-06-13 16:32 Rev.: 41266

Should not change the answers:
-tabs
-2 space indentation
-{} around conditionals and iterators

47 lines of code changed in 3 files:

harman 2008-06-13 16:18 Rev.: 41264

Should not change the answers:
- tabs
- 2 space indentation
- {} around conditional and iterators

1576 lines of code changed in 7 files:

harman 2008-06-13 14:28 Rev.: 41260

Answers should not change
- tabs
- 2 space indentation
- added {} around some iterators/conditionals

527 lines of code changed in 13 files:

harman 2008-06-13 13:30 Rev.: 41259

Answers should not change.

- tabs
- added braces around conditional statements.
- 2 space indentation

192 lines of code changed in 12 files:

jthornoc 2008-06-13 12:10 Rev.: 41257

Fix a bug which was encountered when multiple intrusion source BC's were present in the input file.

2 lines of code changed in 1 file:

qymeng 2008-06-10 18:42 Rev.: 41245

Changed the way how data is passed to Zoltan.

8 lines of code changed in 1 file:

qymeng 2008-06-10 14:42 Rev.: 41242

Corrected a pointer cast problem which may cause an 64bit build issue.

5 lines of code changed in 1 file:

harman 2008-06-10 09:33 Rev.: 41241

Only compute the Li terms for ICE materials

10 lines of code changed in 1 file:

guilkey 2008-06-09 18:05 Rev.: 41239

Detabified

132 lines of code changed in 1 file:

sbrown 2008-06-07 21:38 Rev.: 41236

This fixes GLEW compile on ALC and Thunder.

3 lines of code changed in 3 files:

harman 2008-06-05 15:00 Rev.: 41232

Answers should not change.
-tabs
-minor reformatting.

4600 lines of code changed in 9 files:

harman 2008-06-05 14:08 Rev.: 41225


characteristic_source_terms()
fixed typo in Sutherland's paper.

11 lines of code changed in 1 file:

qymeng 2008-06-05 13:46 Rev.: 41222

Fix a bug on Zoltan nMyGids and nGids initialization

2 lines of code changed in 1 file:

harman 2008-06-04 15:00 Rev.: 41216

cleanup and update

113 lines of code changed in 1 file:

harman 2008-06-04 13:24 Rev.: 41215

Only write to the datawarehouse the Li terms during the advection task.

2 lines of code changed in 1 file:

qymeng 2008-06-04 13:14 Rev.: 41214

Remove an useless sanity check to reduce communications

0 lines of code changed in 1 file:

luitjens 2008-06-04 12:55 Rev.: 41213

Quieted some compile warnings

2 lines of code changed in 1 file:

harman 2008-06-04 10:05 Rev.: 41206

cleanup

110 lines of code changed in 2 files:

luitjens 2008-06-04 10:02 Rev.: 41205

Modified the way that Zoltan is turned on.

Zoltan is now turned on by adding the following to the LoadBalancer section of the input file

<dynamicAlgorithm>Zoltan</dynamicAlgorithm>
<zoltanAlgorithm>HSFC</zoltanAlgorithm>

zoltanAlgorithm can be HSFC, RCB, or any other coordinate based load balancing algorithm within Zoltan.


8 lines of code changed in 2 files:

harman 2008-06-03 15:40 Rev.: 41199

Added ability to save Li terms for the LODI BCs.

68 lines of code changed in 7 files:

dav 2008-06-03 11:48 Rev.: 41197

Pruned this package. See SCIRun version 3+ if you need it.

0 lines of code changed in 1 file:

dav 2008-06-03 11:43 Rev.: 41196

Pruning these Packages. If they are ever needed, they most likely
should be resurrected in the 3.x branch of SCIRun...


0 lines of code changed in 20 files:

dav 2008-06-03 11:21 Rev.: 41195

Pruning these Packages. If they are ever needed, they most likely
should be resurrected in the 3.x branch of SCIRun...

0 lines of code changed in 9 files:

jas 2008-06-03 03:06 Rev.: 41192

Back out revision 41033 and 41059 which modifed the boundary conditions.
Now the RT should pass, and I can try again to get a complete fix for the
boundary conditions.

180 lines of code changed in 10 files:

qymeng 2008-06-02 17:19 Rev.: 41190

Make Zoltan partition initial implemented and usable.
Only HSFC method in Zoltan is supported now.


Enable with tag:
<dynamicAlgorithm>ZoltanSFC</dynamicAlgorithm>

68 lines of code changed in 2 files:

dav 2008-06-02 11:38 Rev.: 41186

Reduce informational output to only one proc.

3 lines of code changed in 1 file:

May 2008 »

Generated by StatSVN 0.4.0