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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 112 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
# SPDX-FileCopyrightText: 2025 Shuai He<hswind53@gmail.com>
#
# SPDX-License-Identifier: BSD-3-Clause

version = 1

[[annotations]]
path = [
".github/**.yml",
".github/**.sh"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
SPDX-License-Identifier = "LicenseRef-OpenSource"


[[annotations]]
path = [
"Docs/sphinx_documentation/**/*",
"Docs/*"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
SPDX-License-Identifier = "LicenseRef-OpenSource"

[[annotations]]
path = "Docs/IAMReX_documentation/**/*"
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 - 2025 Yadong Zeng<zdsjtu@gmail.com> & ZhuXu Li<1246206018@qq.com>"
SPDX-License-Identifier = "BSD-3-Clause"

[[annotations]]
path = "Exec/**/*"
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
SPDX-License-Identifier = "LicenseRef-OpenSource"

[[annotations]]
path = "Tutorials/**/*"
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab; 2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
SPDX-License-Identifier = "LicenseRef-OpenSource"

[[annotations]]
path = "Source/**/Make.package"
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
SPDX-License-Identifier = "LicenseRef-OpenSource"

[[annotations]]
path = "Tools/plt_to_numpyArray/**/*"
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
SPDX-License-Identifier = "BSD-3-Clause"

[[annotations]]
path = "Util/**/*"
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
SPDX-License-Identifier = "LicenseRef-OpenSource"

[[annotations]]
path = [
"Tutorials_profiling/Bubble/**/*",
"Tutorials_profiling/ConvectedVortex/**/*",
"Tutorials_profiling/DoubleShearLayer/**/*",
"Tutorials_profiling/FlowPastCylinder/**/*",
"Tutorials_profiling/HIT/**/*",
"Tutorials_profiling/HotSpot/**/*",
"Tutorials_profiling/LidDrivenCavity/**/*",
"Tutorials_profiling/Particles/**/*",
"Tutorials_profiling/Poiseuille/**/*",
"Tutorials_profiling/RayleighTaylor/**/*",
"Tutorials_profiling/TaylorGreen/**/*",
"Tutorials_profiling/TracerAdvection/**/*"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab; 2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
SPDX-License-Identifier = "LicenseRef-OpenSource"

[[annotations]]
path = "JOSS_paper/**/*"
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
SPDX-License-Identifier = "BSD-3-Clause"

[[annotations]]
path = "README_figures/**/*"
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
SPDX-License-Identifier = "BSD-3-Clause"

[[annotations]]
path = [
".*",
"IAMeX_Particle_Flow_CN.md",
"license.txt",
"README.md"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
SPDX-License-Identifier = "BSD-3-Clause"


[[annotations]]
path = [
"CONTRIBUTING.md",
"RELEASE_NOTES",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
SPDX-License-Identifier = "LicenseRef-OpenSource"
6 changes: 6 additions & 0 deletions Tutorials_profiling/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 - 2025 Yadong Zeng<zdsjtu@gmail.com> & Shuai He<hswind53@gmail.com>

SPDX-License-Identifier: BSD-3-Clause
-->

In addition to the Tutorial, we provide four shell scripts to help you easily modify parameters and evaluate the performance of AMR (Adaptive Mesh Refinement) technology on different problems and platforms.

Take **jobiamr2dcpu** as an example:
Expand Down
Loading