Skip to content

Conversation

@saimanikant
Copy link
Collaborator

@saimanikant saimanikant commented Nov 7, 2023

Pull Request Template

Description

#233

Checklist

Please complete the following checklist before submitting your pull request:

  • I have tested these changes locally and verified that they work as intended.
  • I have updated any documentation as needed to reflect these changes (if appropriate)
  • I have verified that these changes to the best of my knowledge do not introduce any security vulnerabilities.
  • Unit tests have been added (if appropriate)
  • Test-cases have been added (if appropriate)
  • Testing instructions have been added (if appropriate)

dependabot bot and others added 2 commits November 7, 2023 14:13
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>
@saimanikant saimanikant linked an issue Nov 7, 2023 that may be closed by this pull request
@saimanikant saimanikant force-pushed the mguntupa/exec_script branch 3 times, most recently from 0831568 to 3718c3a Compare November 8, 2023 15:45
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Nov 8, 2023
num_cores=6,
memory=6000 * 1024 * 1024,
disk_space=4000 * 1024 * 1024,
distributed=True,
Copy link
Contributor

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",
Copy link
Contributor

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,
Copy link
Contributor

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!

Copy link
Contributor

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.

@saimanikant saimanikant merged commit 9be695b into main Nov 14, 2023
@saimanikant saimanikant deleted the mguntupa/exec_script branch November 14, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update examples to optionally use the official execution scripts

3 participants