~pefarrell/fluidity/burgers-hand-adjoint

  • Committer: skramer
  • Date: 2011-02-16 16:32:17 UTC
  • Revision ID: svn-v4:5bf5533e-7014-46e3-b1bb-cce4b9d03719:trunk:2986
Thread safety fix.
General WARNING about lines like the following:

integer, dimension(:), pointer :: nodes => null()

The initialisation expression '=> null()' has the, usually unintended, consequence of adding the save status to the variable, i.e. it becomes a static variable whose value (in this case association status) is retained between calls. The initialisation expression is in fact only "evaluated" in the first call. Do not use initialisation expressions for local variables, unless this is what you want - in which case it would be nice to explicitly add the save attribute.
Filename Latest Rev Last Changed Committer Comment Size
..
adjoint 2889 13 years ago cjc1 merged in from shallow_water_sphere_linear_branch Diff
assemble 1539 13 years ago sf1409 revert accidentily commited changes. Diff
bathymetry 1073 14 years ago rbn00 Added the following functionalities: 1) Added a -s Diff
bin 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
climatology 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
debian 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
debug 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
decomp 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
diagnostics 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
error_measures 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
examples 1597 13 years ago cwilson Setting up an examples directory with the beginnin Diff
femtools 1539 13 years ago sf1409 revert accidentily commited changes. Diff
fldecomp 1559 13 years ago acreech Added GMSH support to fldecomp (EXPERIMENTAL) Diff
forward_interfaces 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
horizontal_adaptivity 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
hyperlight 2290 13 years ago ml805 Adding Hyperlight to configure. This is non-free t Diff
include 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
libalgencan 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
libjudy 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
libmba3d 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
libwm 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
main 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
manual 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
mayavi 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
ocean_forcing 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
parameterisation 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
preprocessor 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
python 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
qg_strat 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
reduced_modelling 238 14 years ago fangf add a new folder reduced_modelling Diff
schemas 2249 13 years ago tmb1 Adding a new schemas/ directory following discussi Diff
scripts 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
sediments 1984 13 years ago jhill1 Changes needed to add in sediment re-entrainment: Diff
spatialindex-1.5 1539 13 years ago sf1409 revert accidentily commited changes. Diff
tests 1 14 years ago hhiester deleting initialisation as none of tools are used Diff
tools 1539 13 years ago sf1409 revert accidentily commited changes. Diff
aclocal.m4 2780 13 years ago sf1409 Implements the libadjoint data callbacks for adjoi 32.1 KB Diff Download File
acx_blas.m4 1 14 years ago hhiester deleting initialisation as none of tools are used 7 KB Diff Download File
acx_lapack.m4 1 14 years ago hhiester deleting initialisation as none of tools are used 4.1 KB Diff Download File
AUTHORS 2586 13 years ago tmb1 A trivial change to test reviewboard. 1.2 KB Diff Download File
File config.guess 1 14 years ago hhiester deleting initialisation as none of tools are used 43.5 KB Diff Download File
File config.sub 1 14 years ago hhiester deleting initialisation as none of tools are used 31.9 KB Diff Download File
File configure 2824 13 years ago Patrick Farrell Move the shallow water callbacks into a new file, 446 KB Diff Download File
configure.in 2824 13 years ago Patrick Farrell Move the shallow water callbacks into a new file, 43.2 KB Diff Download File
INSTALL 2575 13 years ago pef Some more tweaking commits 735 bytes Diff Download File
File install-sh 1 14 years ago hhiester deleting initialisation as none of tools are used 5.4 KB Diff Download File
LICENSE 1 14 years ago hhiester deleting initialisation as none of tools are used 25.3 KB Diff Download File
main.cpp 2392 13 years ago tmb1 Changing isntances of Chris' person email address 2.8 KB Diff Download File
File Makefile.in 2889 13 years ago cjc1 merged in from shallow_water_sphere_linear_branch 13.2 KB Diff Download File
petsc_makefile 1056 14 years ago skramer Fluidity builds with petsc 3.1. Complete rewrite o 383 bytes Diff Download File
README 2573 13 years ago Patrick Farrell Another minor change to test the reviewboard integ 695 bytes Diff Download File
VERSION 1 14 years ago hhiester deleting initialisation as none of tools are used 5 bytes Diff Download File