KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
985 stars 242 forks source link

Kratos New Testing #12503

Open roigcarlo opened 2 days ago

roigcarlo commented 2 days ago

@KratosMultiphysics/all As you my have notice we have recently merged #11506. This mean that, already open PR may have problems merging directly with the master.

If this is your case please merge the new master into your branch and the CI will not complain:

git checkout master
git pull origin master
git checkout [your_branch_name]
git merge master

Also, please notice that, since Kratos test now live in their own executable interfacing them with python is no longer possible (you can still launch them by calling a subprocess if you wish to do so). For that matter, KratosMultiphysics.Tester is no longer available.

We apologize for the trouble.