Skip to content

Fix some slurm issues#192

Merged
g-braeunlich merged 4 commits into
mainfrom
container
Sep 26, 2025
Merged

Fix some slurm issues#192
g-braeunlich merged 4 commits into
mainfrom
container

Conversation

@g-braeunlich
Copy link
Copy Markdown
Collaborator

@g-braeunlich g-braeunlich commented Sep 25, 2025

Description

This is mainly about 2 obvious errors occurring on Euler when running the problems, but also improves support for podman.

Partially fixes #191

Type of change

Please delete options that are not relevant.

  • Documentation only change (no code changed)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

design["angle_of_attack"] = design["angle_of_attack"][0]

# docker pull image if not already pulled
if container.RUNTIME is not None and self.container_id is not None:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is done elsewhere then?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is done when calling run. Something to be discussed.
But as docker / podman automatically pull when using run, I thought that we should do the same in our API.
E.g. one or both of the heatconduction problems did not pull which caused an error with slurm before.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@g-braeunlich g-braeunlich merged commit 1656054 into main Sep 26, 2025
13 checks passed
@g-braeunlich g-braeunlich deleted the container branch September 26, 2025 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make all problems work on Euler, running with slurm

2 participants