Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ repos:
rev: v4.4.0
hooks:
- id: trailing-whitespace
exclude: \.svg$
exclude: \.svg$|LICENSE
log_file: log_precommit_trailing-whitespace
- id: end-of-file-fixer # add EOF "\n" if missing
log_file: log_precommit_end-of-file-fixer
exclude: \.svg$|LICENSE
- id: check-merge-conflict
log_file: log_precommit_check-merge-conflict

Expand Down
802 changes: 417 additions & 385 deletions LICENSE

Large diffs are not rendered by default.

519 changes: 519 additions & 0 deletions LICENSE.en

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ Note that a convenient way to pull the Shamrock repo is the following command to
```bash
git clone --recurse-submodules [email protected]:tdavidcl/Shamrock.git
```

# Licensing

Shamrock is licensed under the `CeCILL Free Software License Agreement v2.1`. See [License (french version)](./LICENSE) or [License (english version)](./LICENSE.en) for more details.

Copyright 2021-2024 Timothée David--Cléris

SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
10 changes: 6 additions & 4 deletions buildbot/check_licencing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
licence = R'''// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//'''

Expand Down Expand Up @@ -51,8 +52,9 @@ def make_check_pr_report():
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//
```
Expand Down
10 changes: 6 additions & 4 deletions doc/mkdocs/docs/usermanual/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Every c++ file in shamrock must start with :
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//
```
Expand Down Expand Up @@ -50,8 +51,9 @@ In the end every header starts with :
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/main_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/algorithm.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/atomic/DeviceCounter.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/atomic/DynamicIdGenerator.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/collective/exchanges.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/collective/indexing.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/collective/io.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/collective/reduction.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/collective/sparseXchg.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/container/ResizableBuffer.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/details/algorithm/algorithm.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/details/memory/memory.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
5 changes: 3 additions & 2 deletions src/shamalgs/include/shamalgs/details/numeric/numeric.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// -------------------------------------------------------//
//
// SHAMROCK code for hydrodynamics
// Copyright(C) 2021-2023 Timothée David--Cléris <[email protected]>
// Licensed under CeCILL 2.1 License, see LICENSE for more information
// Copyright (c) 2021-2024 Timothée David--Cléris <[email protected]>
// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
//
// -------------------------------------------------------//

Expand Down
Loading