July 2010 Commit Log

Number of Commits:
123
Number of Active Developers:
11
harman 2010-07-30 10:09 Rev.: 45950

added patch ID to debugstreams

7 lines of code changed in 1 file:

harman 2010-07-30 09:50 Rev.: 45949

pulled cout weed

0 lines of code changed in 2 files:

harman 2010-07-29 16:57 Rev.: 45945

Updated environmental flags

ICE.h:
- Added 2 structs that store debugging info about the iteration process
in computeEquilibration Pressure.

ICE.cc MPMICE.cc
ComputeEquilibrationPressure()
- if the environmental variable:
SCI_DEBUG DBG_EqPress:+
is set, output iteration information when an exception is thrown.

135 lines of code changed in 5 files:

harman 2010-07-29 12:36 Rev.: 45940

octave script that plots the pressure vs rhoMicro for the Murnahan EOS

46 lines of code changed in 1 file:

jthornoc 2010-07-28 07:06 Rev.: 45934

Added a new source term for injecting constant sources at specified regions in the flow via geom_objects.
Removed the case specific statement in SourceTermBase. This will break the coal gas momentum source term
until we can get a fix.

259 lines of code changed in 5 files:

guilkey 2010-07-27 17:39 Rev.: 45933

Add code (written by KC of Rebecca Brannon's group) to parse the array of
ISV names, rather than use the hard coded system that I was using previously.

31 lines of code changed in 1 file:

jpeterson 2010-07-27 11:17 Rev.: 45930

Readded the 20% criteria that was removed somewhere in the fray.

7 lines of code changed in 3 files:

guilkey 2010-07-26 14:59 Rev.: 45929

Add InsertParticles flags to outputProblemSpec

4 lines of code changed in 1 file:

jas 2010-07-26 14:20 Rev.: 45927


Delete the boundary condition geometry object if the iterator limits
are empty.

10 lines of code changed in 1 file:

harman 2010-07-26 09:51 Rev.: 45926

Added bulletproofing. Crash with a message if octave or gnuplot isn't installed.

Only attach the montage.jpg of results if they exist.


9 lines of code changed in 2 files:

guilkey 2010-07-22 11:07 Rev.: 45924

Move pressure calculation in failure model inside of a conditional to reduce the
number of evaluations

2 lines of code changed in 1 file:

jas 2010-07-21 17:04 Rev.: 45923

Replace PetscObjectExists with PetscGetCookie for petsc 3.1 library.

23 lines of code changed in 1 file:

harman 2010-07-21 15:51 Rev.: 45922

Dust off LightTime burn model. Here's the input spec:

<Model type = "LightTime">
<LightTime>
<fromMaterial> reactant </fromMaterial>
<toMaterial> product </toMaterial>
<D> 1000 </D>
<E0> 1.0e5 </E0>
<starting_location> [0.,0.,0.] </starting_location>
<direction_if_plane> [0.,0.,0.] </direction_if_plane>
<react_mixed_cells> false </react_mixed_cells>
<!-- <AMR_Refinement_Criteria> 1e100 </AMR_Refinement_Criteria> -->
</LightTime>
</Model>

Added example input file.

23 lines of code changed in 1 file:

jpeterson 2010-07-21 15:50 Rev.: 45921

Added Murnaghan equation of state to options for ViscoSCRAM

50 lines of code changed in 2 files:

dav 2010-07-21 15:21 Rev.: 45920

Updated configure to handle petsc version check (so that it works for both v2.x and v3.x). Added in a check for boost, and stubs for checks for James Sutherlands libs coming soon.

134 lines of code changed in 2 files:

jpeterson 2010-07-21 13:59 Rev.: 45918

Didn't mean to commit the ViscoSCRAM changes. Rolled back to older version

5 lines of code changed in 2 files:

jpeterson 2010-07-21 13:51 Rev.: 45917

Merged a number of if statements. This commit will break gold standards due to roundoff errors, they will be replaced tomorrow morning

116 lines of code changed in 3 files:

harman 2010-07-21 10:59 Rev.: 45916

added missing bound_prt.reset() in BC_DBG statement.

1 lines of code changed in 1 file:

jthornoc 2010-07-21 10:53 Rev.: 45915

Setting boleans to false in the constructor and adding warnings if certain booleans are turned on for TabProps (and resetting them to false until these models are made consistent with TabProps).

18 lines of code changed in 1 file:

harman 2010-07-21 10:38 Rev.: 45914

global:
output information about the iterator in debugstreams BC_dbg

BoundaryCond.h
getIteratorBCValueBCKind()
- throw an exception if no iterator is found.

35 lines of code changed in 2 files:

harman 2010-07-21 10:15 Rev.: 45913

output more information about the listOfCell Iterator in the << operator.

4 lines of code changed in 1 file:

harman 2010-07-21 09:14 Rev.: 45912

added patch face name to the debugging output, currently turned off.

4 lines of code changed in 4 files:

jsutherland 2010-07-21 07:58 Rev.: 45911

Fix a doxygen typo

1 lines of code changed in 1 file:

jpedel 2010-07-20 18:03 Rev.: 45910

Adding some labels to the dummy solve (necessary for mpmarches)

18 lines of code changed in 1 file:

jpedel 2010-07-20 18:02 Rev.: 45909

Setting some booleans values to false when using Tabprops

7 lines of code changed in 1 file:

jmschrei 2010-07-20 15:57 Rev.: 45908

Moving extra cells option into visit database options rather than a constant in the code, so loading extra cells or not can be controlled without recompiling. Extra cells are not loaded by default, for efficiency reasons.

161 lines of code changed in 8 files:

luitjens 2010-07-20 11:25 Rev.: 45903

Moved movie scripts in StadAlone/inputs/ICE/Scritps/... to scripts/

262 lines of code changed in 2 files:

jthornoc 2010-07-20 11:21 Rev.: 45902

Fixed a Latex error.

1 lines of code changed in 1 file:

luitjens 2010-07-20 09:41 Rev.: 45901

Use 2 processors on this test

1 lines of code changed in 1 file:

jthornoc 2010-07-20 09:22 Rev.: 45900

MomentumSolver.cc:
Added a scheduler for source term calculation if extra sources are added to the momentum equation.

ScalarSolver.cc:
Fixed a typo (factor=factory).

22 lines of code changed in 3 files:

harman 2010-07-20 08:47 Rev.: 45899

Defined d_press_matlSet in ICE.h and
deleted the other instances.

19 lines of code changed in 6 files:

harman 2010-07-19 17:12 Rev.: 45896

-changed name of DebugStream to ICE_BC_CC
-formatting on DebugStream output

Temperature_BC()
**** added missing ! inside of boundary_ptr iterator******

7 lines of code changed in 1 file:

jpeterson 2010-07-19 15:21 Rev.: 45894

Prevent crack burning next to a detonating cell.

8 lines of code changed in 1 file:

luitjens 2010-07-19 14:21 Rev.: 45893

only output constant values if ProfileStats:+ is on.

1 lines of code changed in 1 file:

guilkey 2010-07-19 13:37 Rev.: 45892

Move scheduling of dispNew inside of conditional on ScheduleParent. Thanks
Justin for helping me find this.

0 lines of code changed in 2 files:

harman 2010-07-19 13:24 Rev.: 45891

global: turn back on setting BCs in the corners and edges cells. The equilibration
pressure task requires valid values in those cells

MPMICE: Turn on setting LODI BCs in computeEquilibration Pressure. Previously,
it was turned off.

LODI2:
is_LODI_face()
- using the correct matl index (0) for pressure in haveBC().

17 lines of code changed in 2 files:

harman 2010-07-19 12:43 Rev.: 45890

Broke up the refine coarse fine interface task so each variable is scheduled as a
separate task. This will reduce the MPI wait times.


86 lines of code changed in 2 files:

harman 2010-07-19 12:36 Rev.: 45889

Register the transported variable MaterialSet instead of the Material subset.
You can always get the matl subset from the set.

25 lines of code changed in 20 files:

luitjens 2010-07-19 09:20 Rev.: 45886

Schedule OncePerProc tasks if they are in the neighborhood of current rank processor. This is required because those tasks must exist in order to produce the ghost variables.

10 lines of code changed in 1 file:

jas 2010-07-19 09:10 Rev.: 45885

Use a debug stream when printing out the boundary condition debug output.

32 lines of code changed in 6 files:

guilkey 2010-07-16 17:18 Rev.: 45884

Use current value of F to compute J.

1 lines of code changed in 1 file:

harman 2010-07-16 12:27 Rev.: 45883

removed
using namespace SCIRun

3 lines of code changed in 233 files:

guilkey 2010-07-16 11:00 Rev.: 45882

Use the RMB version of the polarDecomposition.

8 lines of code changed in 1 file:

luitjens 2010-07-16 10:39 Rev.: 45881

A possible fix for the segfault in explode2D_amr.

The logic for setting a variable to null wasn't quite right.

1 lines of code changed in 1 file:

luitjens 2010-07-16 10:38 Rev.: 45880

Actually remove the debugging code... sorry for the spam.

0 lines of code changed in 4 files:

luitjens 2010-07-16 10:30 Rev.: 45879

Removed debugging code.

4 lines of code changed in 2 files:

luitjens 2010-07-16 09:57 Rev.: 45878

Fixed compiler warning.

0 lines of code changed in 2 files:

jas 2010-07-16 09:51 Rev.: 45877

Fix g++ warning.

1 lines of code changed in 1 file:

jas 2010-07-16 09:30 Rev.: 45876

Use distcc pump if on inferno.

0 lines of code changed in 2 files:

jthornoc 2010-07-16 07:30 Rev.: 45875

Missed a #ifdef. This is required if Uintah is configured without TabProps.

0 lines of code changed in 2 files:

jthornoc 2010-07-16 06:48 Rev.: 45874

Added functionality for setting additional table look-up variables. This will come in handy for models, algorithms, etc that require very specific chemical species.

22 lines of code changed in 3 files:

jthornoc 2010-07-16 06:06 Rev.: 45873

Removed misleading comment.

2 lines of code changed in 1 file:

jthornoc 2010-07-16 06:00 Rev.: 45872

Reverting the base class to remove coal specific requirements.

11 lines of code changed in 2 files:

luitjens 2010-07-15 19:39 Rev.: 45871

Some more debugging stuff

5 lines of code changed in 1 file:

luitjens 2010-07-15 19:31 Rev.: 45870

Added some sanity/debug checking to try and isolate random segfaults with explode2d_amr

4 lines of code changed in 1 file:

jpedel 2010-07-15 17:47 Rev.: 45869

Source term for unweighted abscissas didn't use areaFraction and was not compatible with walls. The source term should now be correct with walls and mpm walls

10 lines of code changed in 1 file:

luitjens 2010-07-15 17:44 Rev.: 45868

Undid Todd's SCIRun rampage until the explode2D segfault is figured out.

137 lines of code changed in 139 files:

jthornoc 2010-07-15 17:42 Rev.: 45867

Getting changes back in the were lost in the merge.

15 lines of code changed in 1 file:

charlesreid 2010-07-15 17:37 Rev.: 45866

Removing two booleans

0 lines of code changed in 1 file:

luitjens 2010-07-15 16:51 Rev.: 45865

Initialize a bunch of variables (make Todd happy)

0 lines of code changed in 2 files:

charlesreid 2010-07-15 16:45 Rev.: 45864

Fixing compile errors caused by accidentally reversing a few changes

6 lines of code changed in 2 files:

charlesreid 2010-07-15 16:37 Rev.: 45863

Adding doxygen comments, and getting a few additional labels from the table by default (H2, O2, CO for gasification)

108 lines of code changed in 4 files:

jthornoc 2010-07-15 16:13 Rev.: 45862

TabPropsInterface -
Formatted output. Added a debug stream for diagnosing UPS vs. Table issues. Removed some unused functions.

MixingRxnModel -
Formatted output. Removed unused function.

30 lines of code changed in 4 files:

harman 2010-07-15 16:03 Rev.: 45861

removed
using namespace SCIRun;

0 lines of code changed in 40 files:

harman 2010-07-15 15:52 Rev.: 45860

removed
using namespace Uintah;

4 lines of code changed in 97 files:

harman 2010-07-15 15:03 Rev.: 45859

added missing file

124 lines of code changed in 1 file:

harman 2010-07-15 14:58 Rev.: 45858

Improved code segregation by added new component impAMRICE, in an effort to make
Justin happy.

ComponentFactory.cc
- added logic for calling impAMRICE

ICE.h
- added friend class impAMRICE

ICE.cc
- removed previous mechanism for calling impAMRICE

impAMRICE.cc
global ICE:: -> impARMICE::

impAMRICE.h
added prototypes for all the functions

AMRICE.cc
reflux_BP_check_CFI_cells()
- clearingFaceMarks for each fine patch.

85 lines of code changed in 7 files:

harman 2010-07-15 13:05 Rev.: 45857


Patch.h
- removed getFaceMark(), setFaceMark() and faceMarks. This functionality is
now handled in AMRICE.h

AMRICE.h
- added Justin's setFaceMark(), getFaceMark() and faceMarks

AMRICE.cc
- now using AMRICE::setFaceMark(), AMRICE::getFaceMark()

ICE.h
- moved protoype declaration of
refluxOperator_computeCorrectionFluxe()
refluxCoarseLevelIterator()
refluxOperator_applyCorrectionFluxes()
to AMRICE.h

impAMRICE.cc
comment out calls to
refluxOperator_computeCorrectionFluxes()
refluxOperator_applyCorrectionFluxes()

until we get the ICE/AMRICE & impAMRICE classes sorted out.

101 lines of code changed in 5 files:

harman 2010-07-15 10:48 Rev.: 45855

reflux_applyCorrectionFluxes()
- removed extra variable that was pulled from DW but never used.

0 lines of code changed in 1 file:

harman 2010-07-15 09:15 Rev.: 45854

getIteratorBCValueBCKind()
plugged a memory leak.

4 lines of code changed in 1 file:

jas 2010-07-14 18:35 Rev.: 45853

Do not delete the CheckPoints directory on the initial rsync.

0 lines of code changed in 2 files:

harman 2010-07-14 17:37 Rev.: 45852

ImplicitMatrixBC()
- added bullet proofing to catch if a face BC hasn't been set or has been set
more than once.

21 lines of code changed in 1 file:

harman 2010-07-14 17:15 Rev.: 45851

global:
changed variable name bc_kind symmetric -> symmetry

getIteratorBCValueBCKind()
- rewrote it.
- only get the iterator once if the BC has been found.

50 lines of code changed in 2 files:

jthornoc 2010-07-14 12:47 Rev.: 45850

EqnBase.cc
More info on print statement
DQMOMEqn.cc
Performing a copy for dummyInit to ensure initial conditions aren't lost.
TabProps.*
Cleanup. Also, all IV that are transported are now specified with the new scalar equations.

116 lines of code changed in 5 files:

jas 2010-07-14 12:41 Rev.: 45849

Output the correct PATHNAME for the explode2d_amr case.

1 lines of code changed in 1 file:

jas 2010-07-14 11:38 Rev.: 45848

Add the rsync script for synchronizing blaze's GoldStandard data.
-- Add the CheckPoints directory needed for explode2D_amr.

Start the explode2D_amr case from the CheckPoints directory info.

16 lines of code changed in 2 files:

harman 2010-07-14 10:41 Rev.: 45847

removed unused code:
setNeumanDirichletBC()

0 lines of code changed in 1 file:

luitjens 2010-07-14 10:39 Rev.: 45846

Minor changes to the statistics output

0 lines of code changed in 2 files:

harman 2010-07-14 10:19 Rev.: 45845

setSpecificVolBC()
- harden and cleanup.
- using a bulletproofing counter to catch if more than one BC has been set for a face.
- now using setDirichletBC_CC(), setNeumannBC_CC()

37 lines of code changed in 1 file:

harman 2010-07-14 09:41 Rev.: 45844

set_imp_DelP_BC()
- using a bulletproofing counter to catch if a BC hasn't been set.

17 lines of code changed in 1 file:

harman 2010-07-13 17:08 Rev.: 45843

LODI2.cc/h
FaceDensity_LODI()
FaceTemperature_LODI()
FaceVel_LODI()
FacePress_LODI()
- all functions are returing an integer

BoundaryCond.cc/h
- SetBC(all versions)
Added bulletproofing for LODI faces.

50 lines of code changed in 4 files:

harman 2010-07-13 16:44 Rev.: 45842

CustomBCs
set*Pressure_BC()
- returning an integer once the face has been set.

BoundaryCond.cc
- SetBC<double>( pressure_CC)
- harden and cleanup.
- using a bulletproofing counter to catch if more than one BC has been set for a face.
- now using setDirichletBC_CC(), setNeumannBC_CC() & setSymmetryBC_CC
- created a separate function for adding the hydrostatic pressure adjustment to the pressure
field.

158 lines of code changed in 7 files:

harman 2010-07-13 14:00 Rev.: 45840

CustomBCs
set*Temperature_BC()
- returning an integer once the face has been set.

BoundaryCond.cc
- SetBC<double>( all variables except pressure)
- harden and cleanup.
- using a bulletproofing counter to catch if more than one BC has been set for a face.
- now using setDirichletBC_CC(), setNeumannBC_CC() & setSymmetryBC_C

92 lines of code changed in 8 files:

luitjens 2010-07-13 11:19 Rev.: 45839

Updated load balancers to be able to easily utilize what was
previously experimental code. Also added some more defaults
so that the user doesn't have to specify many parameters for a
load balancer.

44 lines of code changed in 8 files:

jthornoc 2010-07-13 09:49 Rev.: 45838

Doxygen comments.

15 lines of code changed in 2 files:

jsutherland 2010-07-13 09:18 Rev.: 45837

Replace absolute paths with relative paths in Wasatch's Doxyfile.

3 lines of code changed in 1 file:

luitjens 2010-07-13 09:14 Rev.: 45836

Modified PLB threshold criteria

1 lines of code changed in 1 file:

jthornoc 2010-07-12 15:34 Rev.: 45835

Changing file extension for clarity.

110 lines of code changed in 2 files:

jsutherland 2010-07-12 13:59 Rev.: 45834

- fix a compiler warning on Linux regarding initialization order in a constructor
- remove another unused variable

2 lines of code changed in 2 files:

jsutherland 2010-07-12 13:27 Rev.: 45833

- fix a problem in a TimeStepper.h that was causing compiler failure on linux
- remove a few unused variables in Wasatch.cc
- add boost include directory to build in wasatch's sub.mk

3 lines of code changed in 3 files:

jthornoc 2010-07-12 12:15 Rev.: 45831

Energy exchange was broken because obtaining cellInfo from the DW was a problem. It is allocated in doMomExchange yet from some reason doEnergyExch couldn't get it from the new_dw. Getting it from the old_dw caused problems because there is no method for writing a cellInfo type to the checkpoint. Given that the stretched mesh capability hasn't been realized for 13 years, the easy fix was to remove cellInfo from doEnergyExch. Constant dx, dy, and dz are now passed into the fortran.

** changes shouldn't affect the results **

28 lines of code changed in 4 files:

jsutherland 2010-07-12 08:57 Rev.: 45829

- Adding some more documentation to Wasatch
- Remove a dead file.

108 lines of code changed in 9 files:

jas 2010-07-09 18:14 Rev.: 45828

Memory is freed up later.

1 lines of code changed in 1 file:

jpedel 2010-07-09 16:16 Rev.: 45827

Fixing some if statements

97 lines of code changed in 11 files:

harman 2010-07-09 11:40 Rev.: 45826

computeLagrangian_Transported_Vars()
- previously the BC for the transported vars were not being set in the task.
The BC machinery didn't recognize the lagrangian labelname.
Now passing in the transported variable label name to setBC.

* this could potentially change the answers

2 lines of code changed in 1 file:

harman 2010-07-09 11:21 Rev.: 45825

is_BC_specified()
- added bulletproofing. For each transported variable a BC must be
set for that matl, on that face.

40 lines of code changed in 3 files:

harman 2010-07-09 09:20 Rev.: 45824

BoundaryCond.h
- added SetNeumannBC_CC()
- added setDiricletBC_CC()
- deleted setNeumanDirichletBC_FC()
- added prototype for setSymmetryBC_CC()


BoundaryCond.cc()
- added setSymmetryBC_CC()

- SetBC(Vector_CC)
- harden and cleanup.
- using a bulletproofing counter to catch if more than one BC has been set for a face.
- now using setDirichletBC_CC(), setNeumannBC_CC() & setSymmetryBC_C

CustomBCs/*.cc *.h
set_(MicroSlip, MMS, Sine)Velocity_BC()
Now returning an integer once a BC has been set.


* will not change answers

163 lines of code changed in 8 files:

jas 2010-07-09 08:22 Rev.: 45823

Turn on quiet mode when downloading sources.

0 lines of code changed in 2 files:

jthornoc 2010-07-08 17:22 Rev.: 45821

An iteration on the unweighted abscissa code.

Please note that one must now specify the type of DQMOM being used:

<DQMOM type="unweightedAbs"> OR <DQMOM type="weightedAbs">

125 lines of code changed in 23 files:

harman 2010-07-08 17:20 Rev.: 45820

getArrayBCValues()
- added {}

2 lines of code changed in 1 file:

harman 2010-07-08 15:04 Rev.: 45819

new entries

5 lines of code changed in 1 file:

harman 2010-07-08 15:02 Rev.: 45818

BoundCond.h
global: changed SCI_DEBUG stream names
ICE_BC_DOING -> ICE_BC_FC
ICE_BC_CC
- setBC (face centered)
- simplified the code
- now using a bulletproofing counter, if the counter != numChildren on a face throw an exception
- the control structure is now handled in this function
- The face centered variables can only be set on the planes at the
edge of the computational domain. SFCX -> x-,x+, SFCY-> y-,y+, SFCZ->z-, z+.

- renamed setNeumannDirichletBC_FC -> setDirichletBC_FC
( Neumann BCs are handled in ICE:AddExchangeContributionToFCVel)

MMS_BC.h & Sine.h
- setBC (face centered)
- simplified the code

189 lines of code changed in 3 files:

jpeterson 2010-07-07 16:44 Rev.: 45811

Move unused CM's to archive directory

5663 lines of code changed in 25 files:

jas 2010-07-07 13:40 Rev.: 45810

Use the svn mirror that is residing on the www virtual machine.

4 lines of code changed in 1 file:

jas 2010-07-07 12:38 Rev.: 45809

Change the location where the doxygen script is run.

4 lines of code changed in 1 file:

jas 2010-07-07 12:32 Rev.: 45808

Specify the path for the TracHeader.

0 lines of code changed in 2 files:

charlesreid 2010-07-07 11:49 Rev.: 45807

Committing a doxygen file for creating Arches documentation separate from the Uintah tree.

1545 lines of code changed in 1 file:

jsutherland 2010-07-07 09:45 Rev.: 45806

Add some documentation to Wasatch.

38 lines of code changed in 1 file:

jpedel 2010-07-06 18:06 Rev.: 45804

Adding capability to transport unweighted abscissas which will avoid numerical problems

660 lines of code changed in 23 files:

harman 2010-07-06 17:21 Rev.: 45803

haveBC()
indentation and added {}.

8 lines of code changed in 1 file:

guilkey 2010-07-06 16:34 Rev.: 45802

Remove this unused file.

0 lines of code changed in 1 file:

jas 2010-07-06 15:43 Rev.: 45801

Config files for building doxygen for the build_documentation script.

1429 lines of code changed in 3 files:

harman 2010-07-06 13:14 Rev.: 45800

cleaned up the formatting the SCI_debug statements.

Return from each of the setBC functions if the patch doesn't have a boundary face.


24 lines of code changed in 2 files:

jthornoc 2010-07-06 05:51 Rev.: 45799

Bandaid for TabProps interface to deal with the noSolve for mpmArches.

103 lines of code changed in 8 files:

harman 2010-07-02 16:25 Rev.: 45797

ICE.cc:

addExchangeContributionToFCVel()
- moved preprocess_CustomBCs inside the matl loop

addExchangeToMomentumAndEnergy
- moved preprocess_CustomBCs inside the matl loop

conservedtoPrimitive_Vars()
- passing indx into preprocess_CustomBCs

C_BC_driver.cc:
initialize setLodiBcs = false at the top of preprocess_CustomBCs(

LODI2.cc LODI.h
read_LODI_BC_inputs()
-removed only runs with 1 ice matl bulletproofing.

preprocess_Lodi_BCs()
-removed only runs with 1 ice matl bulletproofing.
- only get variables out of the data warehouse if your are in the right
task and for the right matl.

computeLi()
- pass in the matl_index.

24 lines of code changed in 5 files:

harman 2010-07-02 14:45 Rev.: 45795

The user can now add stepSize to each line. Here's the spec:

<line name="X_line">
<startingPt> [0.0, 0.5, 0.5] </startingPt>
<endingPt> [1.0, 0.5, 0.5] </endingPt>
<stepSize> 0.1 </stepSize>
</line>

0 lines of code changed in 4 files:

dav 2010-07-01 16:25 Rev.: 45794


These utilities link vs Uintah libraries that link against MPI, so we
need to specify the MPI_LIBRARY on the link line. Not sure why this
hasn't shown up as a problem before. (Note, the problem manifested on
Updraft using the qlogic MPI libraries (in their new location).)


0 lines of code changed in 6 files:

jas 2010-07-01 14:16 Rev.: 45793

Use distcc-pump instead of just the pump command.

0 lines of code changed in 2 files:

dav 2010-07-01 14:05 Rev.: 45792

check for valid cmake

52 lines of code changed in 2 files:

harman 2010-07-01 11:05 Rev.: 45791

fixed bug in the previous commit.

4 lines of code changed in 1 file:

jmschrei 2010-07-01 10:50 Rev.: 45790

cleaning up compiler warnings

19 lines of code changed in 1 file:

jmschrei 2010-07-01 10:35 Rev.: 45789

specify cmake variable types on the visit cmake command line - seems to fix the issue with spaces in CXXFLAGS

0 lines of code changed in 2 files:

harman 2010-07-01 10:34 Rev.: 45788

problemSetup.
- The physicalConstants section of the input file is always required, gravity and
the reference pressure must be set.

23 lines of code changed in 1 file:

June 2010 »

Generated by StatSVN 0.4.0