feat: implement 3d euler beam fortran kernel

This commit is contained in:
김경종
2026-06-11 14:29:20 +09:00
parent a3b5d7d383
commit 1fc3128ed5
14 changed files with 614 additions and 26 deletions
+1
View File
@@ -62,6 +62,7 @@ def build_test_commands(root: Path, manifest: dict, toolchain: FortranToolchain)
for record in manifest.get("tests", []):
name, sources = _validate_test_record(record)
build_dir = root / BUILD_ROOT / name
build_dir.mkdir(parents=True, exist_ok=True)
exe_path = build_dir / f"{name}.exe"
source_paths = [root / source for source in sources]
compile_args: list[str | Path] = [