lp://staging/~asc/fluidity/sgstracer
- Get this branch:
- bzr branch lp://staging/~asc/fluidity/sgstracer
Branch merges
Branch information
Recent revisions
- 3505. By Tim Bond
-
Commit in response to bug 802426:
https:/
/bugs.launchpad .net/fluidity/ +bug/802426 This only affects the build process and is thus orthogonal to the code base.
Summary: On RHEL 5.6 with GCC 4.4 a requirement for -llapack to occur after
-lmba2d was noted, causing a build failure. This is remedied by this commit
by swapping the order of '$LIBS -lmba2d' in configure.in. - 3504. By Cian Wilson
-
Bug fix for the bug fix in r3503. Thanks to Stephan for spotting this. Shouldn't affect the tests that use this as they already have dimensions of order 1.
- 3503. By Cian Wilson
-
In response to Tim's request... the test is failing on buildbot 32 bit because of precision issues in numpy lexsort. Fixing this by rounding things less than (in an absolute sense) machine precision to zero before calling lexsort in VtuMatchLocatio
nsArbitrary. I don't have a 32 bit machine to test this on so will keep an eye on buildbot. All tests that use this function pass locally. - 3501. By Patrick Farrell
-
An interface from libadjoint (adj_create_
variable) has changed to be
more Fortran-ish. This change updates the adjoint code to match
that change in the interface.If this doesn't compile on buildbot, just wait a day until the new
libadjoint has been built and pushed out to the builder. - 3500. By Hannah Hiester
-
Moving the test case from 4 to 2 processors so hopefully it will play nicely with zoltan
- 3499. By Tim Bond
-
Updating the test tolerances with a slight slackening to respond to what
looks to be a small OS-level change. - 3498. By Brendan Tollit
-
fix two or the radiation unit tests that were failing for gfortran 4.6
for the first 4.6 didnt like reading lines beyond the length of the file,
which was a mistake, and the intented action wasnt actually required for the
test so removed.for the second a 1d array was allocated length 1, but then by mistake values
set as (/1,11/) which for 4.6 I presume implied a dealloc re-alloc automatically
which then caused the test to fail when the size of the array was checked
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/fluidity