Skip to content

Commit 76f8746

Browse files
ready for tutorial session
1 parent 1122e77 commit 76f8746

11 files changed

Lines changed: 373 additions & 955 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,5 @@ doc/*/*.pdf
106106
!doc/Doxyfile
107107
doc/modified_cosmology/main.synctex.gz
108108
.sync.ffs_db
109+
110+
*_back

.vscode/c_cpp_properties.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"compilerPath": "/usr/bin/g++",
1818
"cStandard": "c23",
1919
"cppStandard": "gnu++23",
20-
"intelliSenseMode": "linux-gcc-x64"
20+
"intelliSenseMode": "linux-gcc-x64",
21+
"compileCommands": [
22+
"${workspaceFolder}/build/compile_commands.json"
23+
]
2124
}
2225
],
2326
"version": 4

configure.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cmake -S . -B ./build \
44
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Debug \
55
-DCMAKE_INSTALL_PREFIX=./build/.install \
66
-DENABLE_CLANG_FORMAT=ON \
7-
-DENABLE_CLANG_TIDY=ON \
7+
-DENABLE_CLANG_TIDY=OFF \
88
-DENABLE_SUBMODULE_CMA=OFF \
9-
-G Ninja
10-
# -DMODELS_LIBS_NAMES="dp_u1f2to2"
9+
-G Ninja \
10+
-DMODELS_LIBS_NAMES="dp_scalar2to2"
1111

1212
if [[ $(clang-format --version | cut -f 3 -d " ") == "19.1.7" ]]; then
1313
cmake --build ./build --target format || exit 1

src/dp_scalar2to2/script/nocompile/scalar_main.cpp renamed to src/Test/scalar_demo.cpp

Lines changed: 123 additions & 161 deletions
Large diffs are not rendered by default.

src/dp_scalar2to2/copy_to_c_struct_hand.hpp

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)