FDTD | Feature | Include IA infrastructure, Added XDMF/HDF5 movie outputs and frequency-domain volumetric slices - #413
Conversation
5211aa1 to
b08f053
Compare
b08f053 to
f194b5e
Compare
73457b0 to
09509ee
Compare
There was a problem hiding this comment.
Is this used for something? Possibly a mistake to include it?
There was a problem hiding this comment.
Accidentally added. Removed
|
|
||
| module Solver_m | ||
|
|
||
| use logUtils_m |
There was a problem hiding this comment.
Similar to the error report module?
There was a problem hiding this comment.
The purpouse of this module is to show info that does not involve an error. It could be absorbed by errorreport module. However, some cycling import where found while using error report module regarding mpi. Thats why we decided to split it apart.
| "name": "rls", | ||
| "generator": "Ninja", | ||
| "binaryDir": "build-rls/", | ||
| "binaryDir": "build/", |
There was a problem hiding this comment.
I think it was better the old way. If you want compatibility with py test you have two options:
- Use an environmental variable which sets SEMBA_EXE
- Create a symbolic link from build-rls/ to build/. (I usually do this).
If we set all binaryDirs to build/ we have to recompile everything everytime we change some set.
44593f2
into
new-feature-observation
Summary
Introduces an isolated, AI-ready development container and integrates the new observation-output pipeline.
What changed
qualityanddevDocker targets with compilers, HDF5, MPI, ParaView, Python tooling, and OpenCode support.SEMBA_FDTD_ENABLE_OUTPUT_MODULE.Validation
Notes for reviewers
SEMBA_FDTD_ENABLE_OUTPUT_MODULE=ON. Next follow ups will remove legacy implementation alongside this flag