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

[Bug] VTK output does not respect output directory #1342

Closed
klevzoff opened this issue Mar 2, 2021 · 0 comments · Fixed by #1343
Closed

[Bug] VTK output does not respect output directory #1342

klevzoff opened this issue Mar 2, 2021 · 0 comments · Fixed by #1343
Labels
type: bug Something isn't working

Comments

@klevzoff
Copy link
Contributor

klevzoff commented Mar 2, 2021

Describe the bug
VTKOutput produces files in the working directory rather than the output directory (as specified via -o). Moreover, the XML node has plotFileRoot attribute but it is ignored; instead, the node's name is used as the name for output files (the main .pvd file and associated directory).

To Reproduce
Steps to reproduce the behavior:

  1. Run coreComponents/physicsSolvers/fluidFlow/integratedTests/compositionalMultiphaseFlow/co2_flux_3d.xml with non-default -o location (for example, as part of the integrated test suite)
  2. Observe the location of output VTK files

Expected behavior
Both -o option and plotFileRoot should be respected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant