lp:~pefarrell/fluidity/fluidity-fadolc

Created by Patrick Farrell and last modified
Get this branch:
bzr branch lp:~pefarrell/fluidity/fluidity-fadolc
Only Patrick Farrell can upload to this branch. If you are Patrick Farrell please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Patrick Farrell
Project:
Fluidity
Status:
Development

Recent revisions

3569. By Patrick Farrell

I'll be. It compiles with intel 12 (with assemble_metric and
adapt_state commented out, mind you)

3568. By Patrick Farrell

Some intel 12 fixes

3567. By Patrick Farrell

I think this should fix Tim's BAS unit test fail.

The line was padded with whitespace at the end to position 157,
running over the 132 character limit, and so the compiler didn't
see the end of the line ...

3566. By Patrick Farrell

Possible fix for lp:832197. It seems that the old version of scipy
installed on cx1 doesn't take in the 'shape' argument for scipy.sparse.csr_matrix.__init__.
Fail gracefully in that case, rather than printing an exception which may
confuse users.

3565. By Patrick Farrell

Update libspud to r452.

3564. By Jon Hill

Bug fix to Momentum_DG when using implicity_buoyancy. The interface to ele_grad_at_quad got changed a while back and this one was missed or reverted

3563. By Rhodri Nelson

Switching the indices of an array which seems to have been missed when the ele_grad_at_quad interface was updated a while back.

3562. By Patrick Farrell

I think this will fix the cx1 build. The rule to fetch the python
binding to libspud (libspud.so) was trying to copy it from
lib/python*/site-packages, but redhat helpfully puts the python binding in
lib64/python*/site-packages.

3561. By Patrick Farrell

This branch contains the features that let the embedded python interpreter in fluidity access the spud dictionary of fluidity's options.

Use it as follows:

import libspud
libspud.get_option("/simulation_name")

It only works for Python >= 2.7, so if you want your code to work on 2.6 or before, you need to guard with an

if sys.version_info[1] > 6

This branch also contains some minor fixes for compiling fluidity against; sometimes things were using the system one, and sometimes things were using the libspud/ directory.

This branch also updates libspud/ to be the latest spud trunk. Those changes have been reviewed earlier in other merge requests.

A lot of the work on this was done by Nan Mao.

3560. By Patrick Farrell

Put in a dependency on include/version.h. This fixes a race condition
exposed with make -j since the recent change to how the version number
is handled.

Branch metadata

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

Subscribers