The Wayback Machine - https://web.archive.org/web/20220319002358/https://github.com/topics/high-performance-computing
Skip to content
#

high-performance-computing

Here are 571 public repositories matching this topic...

metaflow
romain-intel
romain-intel commented Feb 13, 2022

Currently, you can do something like this: Task(Flow/RunID/StepName) and this will not result in an error but then the resulting Task object behaves in a bizarre manner where things like t.data will work but t.data.my_artifact will not for example.

We should validate the format of the pathspec passed in to each object and verify that the following are the only possible cases:

  • Metaflo
precice
uekerman
uekerman commented Mar 15, 2022

Describe your setup

Current preCICE develop version

Describe the problem

When we allowed multiple read mappings to the same mesh in #849, we forgot to update the following assignment (which still assumes that there is only one read mapping to a certain mesh).

https://github.com/precice/precice/blob/ebce55ab5c563295909b0179f6610b6e4d4fa529/src/precice/config/ParticipantConfigur

Improve this page

Add a description, image, and links to the high-performance-computing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the high-performance-computing topic, visit your repo's landing page and select "manage topics."

Learn more