Commit 57ff3f8
authored
Merge pull request CaNS-World#165 from CaNS-World/to-v3.0.0
Tidying up for CaNS 3.0.File tree
29 files changed
+31
-2656
lines changed- dependencies
- docs
- examples
- _manuscript_lid_driven_cavity
- _manuscript_taylor_green_vortex
- _manuscript_turbulent_channel
- _manuscript_turbulent_duct
- closed_box
- couette
- developing_channel
- developing_duct
- differentially_heated_cavity
- half_channel
- lid_driven_cavity
- periodic_channel
- periodic_duct
- stratified_temporal_boundary_layer
- taylor_green_vortex_2d
- temporal_boundary_layer
- triperiodic
- turbulent_channel_constant_pressure_gradient
- turbulent_channel_convective_reference_frame
- turbulent_half_channel_constant_pressure_gradient
- src
- tests
- differentially_heated_cavity
- lid_driven_cavity
29 files changed
+31
-2656
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
- .clang-format+2-2
- CMakeLists.txt+27-8
- benchmark/CMakeLists.txt+1
- benchmark/benchmark.cu+40-29
- docs/api/f_api.rst+45-22
- docs/autotuning.rst+31-2
- docs/basic_usage.rst+52-18
- docs/conf.py+1-1
- docs/env_vars.rst+8
- examples/cc/basic_usage/CMakeLists.txt+1
- examples/cc/basic_usage/basic_usage.cu+12-12
- examples/cc/basic_usage/basic_usage_autotune.cu+26-20
- examples/cc/taylor_green/CMakeLists.txt+2
- examples/cc/taylor_green/tg.cu+83-92
- examples/fortran/basic_usage/basic_usage_autotune.f90+10-8
- examples/fortran/poisson/poisson.f90+4-1
- include/cudecomp.h+77-16
- include/internal/checks.h+18
- include/internal/comm_routines.h+8-8
- include/internal/common.h+133-67
- include/internal/cuda_wrap.h+64
- include/internal/cudecomp_kernels.cuh+132-10
- include/internal/exceptions.h+39-16
- include/internal/halo.h+90-105
- include/internal/hashes.h+59
- include/internal/nvml_wrap.h+57
- include/internal/transpose.h+290-220
- src/autotune.cc+127-130
- src/cuda_wrap.cc+75
- src/cudecomp.cc+324-53
- src/cudecomp_kernels.cu+4-33
- src/cudecomp_m.cuf+116-29
- src/nvml_wrap.cc+71
- tests/cc/CMakeLists.txt+1
- tests/cc/halo_test.cc+374-166
- tests/cc/transpose_test.cc+446-182
- tests/fortran/CMakeLists.txt+1
- tests/fortran/halo_test.f90+434-261
- tests/fortran/transpose_test.f90+504-297
- tests/test_config.yaml+197-155
- tests/test_runner.py+129-76
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
0 commit comments