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

Add support for output to an absolute path #29845

Open
5 tasks done
GiudGiud opened this issue Feb 9, 2025 · 1 comment
Open
5 tasks done

Add support for output to an absolute path #29845

GiudGiud opened this issue Feb 9, 2025 · 1 comment
Labels
C: Framework T: task An enhancement to the software.

Comments

@GiudGiud
Copy link
Contributor

GiudGiud commented Feb 9, 2025

Reason

The file-base is appended to the current directory path. This makes it awkward when outputting to another disk, which naturally requires a lot of '../' to back out from the current directory

Design

A new parameter to outputs next to file_base

Impact

User support

Discussed in #29840

Originally posted by HPL001 February 7, 2025

Check these boxes if you have followed the posting rules.

  • Q&A General is the most appropriate section for my question
  • I have consulted the posting Guidelines on the Discussions front page
  • I have searched the Discussions forum and my question has not been asked before
  • I have searched the MOOSE website and the documentation does not answer my question
  • I have formatted my post following the posting guidelines (screenshots as a last resort, triple back quotes around pasted text)

Question

Hello, I run Moose from the command line with the following command. Mine uses WSL mode to install (installed on disk D) and run Moose. I now want to save the output file to another disk (J disk), how should I modify my command?
mpiexec -n 88 ./combined-opt -i Fe_iso.i Outputs/file_base='./datas/Fe/01/out'

@GiudGiud GiudGiud added C: Framework T: task An enhancement to the software. labels Feb 9, 2025
@GiudGiud
Copy link
Contributor Author

GiudGiud commented Feb 9, 2025

Tied to #4181
it used to return an error. now it just does not work seemingly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

1 participant