Skip to content

How can I run a single input file using MOOSE? #16158

Answered by WilkAndy
WilkAndy asked this question in Q&A General
Discussion options

You must be logged in to vote

Since you can ./run_tests then you must have successfully compiled and tested MOOSE. Well done! This is because the compilation will have produced a valid executable that was used by ./run_tests. Have a look around in the directory that you used for ./run_tests and you will probably see an executable called your_app-opt, or combined-opt, etc. It is the MOOSE executable.

(If you compiled in debug mode, the executable will have -dbg on the end of its name.)

Then, use .... what @permcody just wrote! You might have to specify the paths, such as

./inch-worm-opt -i path/to/my_input_file.i

or

path/to/inch-worm-opt -i another/path/to/my_input_file.i

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Ali-toghraee
Comment options

Answer selected by permcody
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants