lp://staging/~asc/fluidity/sgstracer

Created by Adam Candy and last modified
Get this branch:
bzr branch lp://staging/~asc/fluidity/sgstracer
Only Adam Candy can upload to this branch. If you are Adam Candy please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Adam Candy
Project:
Fluidity
Status:
Development

Recent revisions

3506. By Adam Candy

Merge of trunk r3510

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 VtuMatchLocationsArbitrary. 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.

3502. By Simon Funke

make plot script consistent what is used for the wetting and drying paper

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

3497. By Stephan Kramer

Fix bashism in test. Please don't use &> in tests.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/fluidity
This branch contains Public information 
Everyone can see this information.

Subscribers