Directory CCA/Components/ProblemSpecification/

Total Files:
2
Deleted Files:
0
Lines of Code:
2173

[root]/CCA/Components/ProblemSpecification

Lines of Code

CCA/Components/ProblemSpecification/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 8 (100.0%) 18 (100.0%) 2.2
dav 5 (62.5%) 11 (61.1%) 2.2
jthornoc 1 (12.5%) 5 (27.8%) 5.0
tsaad 1 (12.5%) 1 (5.6%) 1.0
harman 1 (12.5%) 1 (5.6%) 1.0

Most Recent Commits

dav 2013-10-08 16:43 Rev.: 51043

This commit will (hopefully) fix the Mac OSX regression tester.

M Makefile.in

- Don't run the verify_zlib if it is a static build.

M CCA/Components/ProblemSpecification/sub.mk
M Core/ProblemSpec/sub.mk

- On some Mac installs, the MPI library brings in a library load path
that has alternative system libraries in it. The most usual case is
with libz.dylib. If we don't add the MPI_LIBRARY line to this link
line, then these libs will link vs the system (usually /usr/lib/libz.dylib)
and thus we will have two different compression libraries linked
into the same executable... which will eventually cause a bad UDA to
be created.

M CCA/Components/ProblemSpecification/ProblemSpecReader.cc

- Add a better error message.

M CCA/Components/Regridder/TiledRegridder.cc

- Alphabetize the includes.

7 lines of code changed in 4 files:

  • CCA/Components/ProblemSpecification: ProblemSpecReader.cc (+1 -1), sub.mk (+6 -1)
dav 2013-08-05 16:32 Rev.: 50769

M CCA/Components/ProblemSpecification/ProblemSpecReader.cc

Removed the comment that said "// FIXME fix error message..." that was
left in the code to remind the programmer to fix "the WORST error
message in the history of programming." :)

Also replaced the exact same "worst error message..." in another
section of the file to give the better error message.


4 lines of code changed in 1 file:

  • CCA/Components/ProblemSpecification: ProblemSpecReader.cc (+4 -2)
tsaad 2013-08-05 16:09 Rev.: 50768

This is a commit: Fix the WORST error message in the history of programming.

1 lines of code changed in 1 file:

  • CCA/Components/ProblemSpecification: ProblemSpecReader.cc (+1 -1)
jthornoc 2013-07-17 15:07 Rev.: 50732

Fix for subtle logic error that was causing sus not to exit correctly
when an error occurred during UPS validation. The re-'throw'-ing of the
exception needs to occur on all processors, not just proc 0 where the
output is displayed.

Also, fixed catching of the case when a UPS_SPEC file is not found.

5 lines of code changed in 1 file:

  • CCA/Components/ProblemSpecification: ProblemSpecReader.cc (+5 -1)
harman 2013-07-10 09:18 Rev.: 50683

Give the user a hint at what might be wrong for strings.

1 lines of code changed in 1 file:

  • CCA/Components/ProblemSpecification: ProblemSpecReader.cc (+1 -1)
Generated by StatSVN 0.7.0