-
Notifications
You must be signed in to change notification settings - Fork 0
Update examples to optionally use the official execution scripts #240
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
Conversation
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0831568 to
3718c3a
Compare
3718c3a to
7e27754
Compare
| num_cores=6, | ||
| memory=6000 * 1024 * 1024, | ||
| disk_space=4000 * 1024 * 1024, | ||
| distributed=True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please set distributed=USE_LSDYNA_MPP
| memory=6000 * 1024 * 1024, | ||
| disk_space=4000 * 1024 * 1024, | ||
| distributed=True, | ||
| platform="Windows", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's the second task that need to run on Windows, not the solver run
| num_cores=2, | ||
| memory=3000, | ||
| disk_space=4000, | ||
| distributed=True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should have distributed=False, it's just a GUI post-processor, can't run over multiple nodes!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The purpose of this test_examples is to at least make sure we're able to create the example projects, without necessarily solve them. In this spirit, we should also make sure we can create the exec_script variant of at least some of the examples.
Pull Request Template
Description
#233
Checklist
Please complete the following checklist before submitting your pull request: