Skip to content
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

Thoughts for future improvements #111

Open
18 of 39 tasks
philbucher opened this issue Jan 13, 2021 · 2 comments
Open
18 of 39 tasks

Thoughts for future improvements #111

philbucher opened this issue Jan 13, 2021 · 2 comments
Labels
enhancement New feature or request todo

Comments

@philbucher
Copy link
Member

philbucher commented Jan 13, 2021

philipp:~/software/CoSimIO$ ./scripts/build_python.sh 
CMake Warning (dev) at CMakeLists.txt:1 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    CMAKE_PROJECT_VERSION
    CMAKE_PROJECT_VERSION_MAJOR
    CMAKE_PROJECT_VERSION_MINOR
    CMAKE_PROJECT_VERSION_PATCH
  • missing things for the documentation from Roadmap Release 2.0 #55
  • fix asio include for header only version
  • port codeLocation from Kratos
  • FileCommunication should optionally use vtk
  • Add Pyramid element types! => Adding Pyramid elements #271
  • Make serializer trace type selectable

Testing

@philbucher philbucher added enhancement New feature or request todo labels Jan 13, 2021
@philbucher philbucher changed the title Roadmap release 2.1 Thoughts for future improvements Feb 14, 2022
@loumalouomega
Copy link
Member

FYI https://zeromq.org/

@philbucher
Copy link
Member Author

FYI https://zeromq.org/

Thx for the suggestion, I know abt this one. It could theoretically be used instead of ASIO.

There are actually many small IPC libraries out there that one could try

However not sure how much benefit it would bring in CoSimulation, since even when using Files the transfer times are usually much smaller than the solver (with my implementations ofc :D)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request todo
Projects
None yet
Development

No branches or pull requests

2 participants