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

mesh_mode = distributed doesn't work in the test spec #9181

Closed
permcody opened this issue May 23, 2017 · 2 comments
Closed

mesh_mode = distributed doesn't work in the test spec #9181

permcody opened this issue May 23, 2017 · 2 comments
Labels
C: TestHarness P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.

Comments

@permcody
Copy link
Member

Description of the enhancement or error report

Try adding mesh_mode = distributed in the test spec and then run with "--distributed-mesh" the test will be skipped saying the mode isn't distributed. It works if you say mesh_mode = parallel which is the old deprecated option. This should have already been fixed.

Rationale for the enhancement or information for reproducing the error

Information for reproducing the error is given above. This is a regression.

Identified impact

(i.e. Internal object changes, limited interface changes, public API change, or a list of specific applications impacted)

Ability to limit tests to distributed mode only using the current options.

@permcody permcody added C: TestHarness P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations. labels May 23, 2017
permcody added a commit to permcody/moose that referenced this issue May 25, 2017
@permcody permcody reopened this May 25, 2017
@permcody
Copy link
Member Author

Oops wrong one

@permcody
Copy link
Member Author

Tag @milljm

jarons pushed a commit to jarons/moose that referenced this issue Oct 5, 2017
milljm added a commit to milljm/moose that referenced this issue Nov 15, 2017
We were setting mesh_mode to an outdated 'parallel' parameter.

Include a unittest to verify this option continues to function
in the future.

Closes idaholab#9181
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: TestHarness P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.
Projects
None yet
Development

No branches or pull requests

1 participant