Skip to content

Commit f4ba2fa

Browse files
committed
First commit
1 parent 799886f commit f4ba2fa

File tree

5,249 files changed

+4835847
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,249 files changed

+4835847
-0
lines changed

AUTHORS

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
2+
Fluidity was originally written by Prof. Chris Pain. It has
3+
subsequently been contributed to by the following:
4+
5+
Institutions
6+
------------
7+
8+
Imperial College London
9+
University of Edinburgh
10+
University of Oxford
11+
University of Reading
12+
National Oceanography Centre Southampton
13+
14+
Individuals
15+
-----------
16+
17+
Peter Allison
18+
Elsa Aristodemou
19+
Timothy Bond <[email protected]>
20+
Gheorghe-Teodor Bercia
21+
Lucy Bricheno
22+
Andrew Buchan
23+
Adam Candy <[email protected]>
24+
Gareth Clay
25+
Gareth Collins
26+
Colin Cotter <[email protected]>
27+
Angus Creech <[email protected]>
28+
Rhodri Davies <[email protected]>
29+
Jason Dunstall
30+
Juan Du
31+
Matthew Eaton
32+
Fangxin Fang <[email protected]>
33+
Patrick Farrell <[email protected]>
34+
Simon Funke <[email protected]>
35+
David Ham <[email protected]>
36+
37+
Ana Garcia-Sagrado
38+
Jefferson Gomes
39+
Gerard Gorman <[email protected]>
40+
Daryl Harrison
41+
Christian Jacobs
42+
Shan Jiang
43+
Stephan Kramer
44+
Hedong Liu
45+
Nick Lutsko
46+
James Maddison
47+
Ben Martin
48+
Bryan Miles
49+
Frank Milthaler
50+
Julian Mindel
51+
Andrew Mitchell
52+
Lawrence Mitchell <[email protected]>
53+
Rhodri Nelson
54+
Dimitrios Pavlidis
55+
Ralph Perpeet
56+
Matthew Piggott <[email protected]>
57+
Hubert Plociniczak
58+
Philip Power
59+
Mariano Sallito
60+
Jon Saunders
61+
Sabu Shahdatullah
62+
Brendan Tollit
63+
Axelle Vire <[email protected]>
64+
Hongbin Wang
65+
Michele Weiland <[email protected]>
66+
Martin Wells
67+
Matthew Whitworth
68+
Cian Wilson
69+
Adrian Umpleby <[email protected]>
70+

CMakeFiles/CMakeOutput.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The system is: Linux - 4.4.0-66-generic - x86_64
2+
The system is: Linux - 4.4.0-66-generic - x86_64

CMakeFiles/CMakeSystem.cmake

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
set(CMAKE_HOST_SYSTEM "Linux-4.4.0-66-generic")
2+
set(CMAKE_HOST_SYSTEM_NAME "Linux")
3+
set(CMAKE_HOST_SYSTEM_VERSION "4.4.0-66-generic")
4+
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5+
6+
7+
8+
set(CMAKE_SYSTEM "Linux-4.4.0-66-generic")
9+
set(CMAKE_SYSTEM_NAME "Linux")
10+
set(CMAKE_SYSTEM_VERSION "4.4.0-66-generic")
11+
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12+
13+
set(CMAKE_CROSSCOMPILING "FALSE")
14+
15+
set(CMAKE_SYSTEM_LOADED 1)

INSTALL

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
INSTALL for FLUIDITY
2+
3+
To build and install fluidity you first need to create a Makefile via
4+
the supplied configure script.
5+
6+
> ./configure
7+
8+
For a complete list of configuration options, consult the configure's
9+
help.
10+
11+
> ./configure --help
12+
13+
In particular you may want to set your enviroment
14+
variables to force the selection of a particular compiler for your
15+
system.
16+
17+
After this you just need to:
18+
19+
> make
20+
21+
Other specific make rules are also available. These are:
22+
all - Make everything
23+
fltools - Builds a set of tools that can be used on FLUIDITY data.
24+
clean - Removes all libaries associated with current build.
25+
clean_light - Keep the external libraries, but clean fluidity
26+
help - Prints out a small help message

LICENSE

Lines changed: 168 additions & 0 deletions
Large diffs are not rendered by default.

Makefile

Lines changed: 605 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)