-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v3 compatible ASTE version #182
Conversation
* Add Halton mesh generator * Update requirements for tools * Change from vtk to meshio * Add README fix format
* Add a unit grid generator * Update tools/mesh-generators/README.md Co-authored-by: Frédéric Simonis <simonisfrederic@gmail.com> Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>
* Limit local logging to application log * Indentation using clang-format * Handle log entries from ASTE and preCICE * Hide preCICE log location in non-verbose runs * Add severity and rank filter control * Fix filter expression * Make mapping tester tests verbose * Indentation using clang-format * Remove log sinks from ASTE configuration files * Update flag documentation Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>
* Update from C++14 to C++17 Standart * Change CMake and Boost versions Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>
* Limit local logging to application log * Indentation using clang-format * Handle log entries from ASTE and preCICE * Hide preCICE log location in non-verbose runs * Add severity and rank filter control * Fix filter expression * Make mapping tester tests verbose * Indentation using clang-format * Remove log sinks from ASTE configuration files * Update flag documentation Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>
* Update from C++14 to C++17 Standart * Change CMake and Boost versions Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>
* Create dependabot.yml * Remove stale file
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-python from 3 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Add python version to CI Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>
* Use ubuntu codename preCICE CI packages * Use correct syntax
- necessary due to deprecated python functions used in libvtk-7
Compatibility with preCICE version 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Set vertex resolution in partitioner/joiner to double * Fix second occurrence in mesh joiner
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Add lints for website integration * Apply preCICE config formatting * Remove the redundant workflow
* Change test name from test to precice-aste-test * Update test! * Rename precice-test-aste to test-aste * Rename precice-test-aste to test-precice-aste --------- Co-authored-by: David Schneider <david.schneider@ipvs.uni-stuttgart.de>
Some status update and summary: The CI is currently failing and I can reproduce this behavior on my local machine. The issue occurs when using The error message: ( 0.373s) [ 9D6DFE00] vtkXMLParser.cxx:375 ERR| vtkXMLDataParser (0x5639d4af14c0): Error parsing XML in stream at line 24, column 19, byte index 1649: not well-formed (invalid token)
( 0.373s) [ 9D6DFE00] vtkXMLReader.cxx:521 ERR| vtkXMLUnstructuredGridReader (0x5639d4bb6080): Error parsing input file. ReadXMLInformation aborting.
( 0.373s) [ 9D6DFE00] vtkExecutive.cxx:752 ERR| vtkCompositeDataPipeline (0x5639d4b00ed0): Algorithm vtkXMLUnstructuredGridReader(0x5639d4bb6080) returned failure for request: vtkInformation (0x5639d4bff260)
Debug: Off
Modified Time: 153
Reference Count: 1
Registered Events: (none)
Request: REQUEST_INFORMATION
ALGORITHM_AFTER_FORWARD: 1
FORWARD_DIRECTION: 0 The curious thing: Yesterday (before I executed my After some digging, my best guess is the upgrade of EDIT: Although the arch discussion is referring to version 2.6 and in ubuntu we are talking about an update from 2.4.7-1ubuntu0.2 to 2.4.7-1ubuntu0.3, running |
Main changes of this PR
TODO: add more detailed changes.
Author's checklist
pre-commit
hook and usedpre-commit run --all
to apply all available hooks.docs/README.md
.precice/tutorials/aste-turbine
.