Skip to content

Commit 41a41f8

Browse files
mondusptheywood
andauthored
updated licence link (#13)
* updated licence link * wrong link * Moved pages to index pages * Removed all use of proper English spelling in an appalling attempt to appease American audiences * Update about/index.md Co-authored-by: Peter Heywood <[email protected]> --------- Co-authored-by: Peter Heywood <[email protected]>
1 parent 58504d0 commit 41a41f8

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

about/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ FLAME GPU started in the early days of general purpose computing on GPUs. GPU ha
1212
* **Model Ensembles** - The ability to run ensembles of models. I.e. the same model with different parameters or random seeds. This is necessary within stochastic simulation and FLAME GPU allows the specification of ensembles to occupy multiple devices on a single computing node.
1313
* **Sub models** - Certain behaviours in FLAME GPU require iterative processes to ensure reproducibility with serial counterparts (e.g. conflict resolution for resources). FLAME GPU 2 allows re-usable sub models to be described for such behaviours so that it can be abstracted from the rest of the model function.
1414

15+
FLAME GPU 2 is available under a dual [Open Source and commercial license](/download/license/). For commercial consultancy using the software please [contact us](/contact/).
16+
1517
For an introduction to FLAME GPU 2 and its features (in Apr 2021) please view the [GTC 2021 recorded talk](https://gtc21.event.nvidia.com/media/Simulate%20the%20World%20and%20Everything%20in%20it%3A%20Complex%20Systems%20Simulations%20with%20FGPU2%20%5BE31281%5D/1_jq4vdfcg) (requires free registration) by Paul Richmond (youtube copy embedded below).
1618

1719
<iframe width="560" height="315" src="https://www.youtube.com/embed/NRRW6EDClYM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1820

19-
FLAME GPU 2 is available under the permissive MIT licence. For commercial consultancy using the software please [contact us](/contact/).
21+
22+
2023

2124
## Publications
2225

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
title: "Contributor Licence Agreement"
3-
permalink: "cla"
2+
title: "Contributor License Agreement"
43
---
54

6-
# Contributor Licence Agreement
5+
# Contributor License Agreement
76

87
## Individual Contributor Exclusive License Agreement
98

download/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please see the [Release Notes](https://github.com/FLAMEGPU/FLAMEGPU2/releases/la
1414

1515
To build FLAME GPU 2+ or develop using C++, you can either start by consider starting with one of the standalone [models](../models), or create a new standalone model based on the [template repository](https://github.com/FLAMEGPU/FLAMEGPU2-example-template) or by downloading and building the main [FLAME GPU 2](https://github.com/FLAMEGPU/FLAMEGPU2) project and follow the instructions in the readme. FLAME GPU 2 uses [CMake](https://cmake.org) as a cross-platform build system, with support for Windows via Visual Studio and for Linux systems via make, with support for CUDA 12.0+. Please see the [readme](https://github.com/FLAMEGPU/FLAMEGPU2) for further information on the dependencies of FLAME GPU 2 and the model development process.
1616

17-
*Note: FLAME GPU 2 is released under a [dual licence of AGPL v3.0 and a commercial licence](./licence). Pre-release versions were previously distributed under MIT. Contributions require a digital signature (via a GitHub CLA bot) of our [Contributor Licence Agreement](../cla).*
17+
*Note: FLAME GPU 2 is released under a [dual license of AGPL v3.0 and a commercial license](./license). Pre-release versions were previously distributed under MIT. Contributions require a digital signature (via a GitHub CLA bot) of our [Contributor License Agreement](../cla).*
1818

1919

2020

File renamed without changes.

0 commit comments

Comments
 (0)