How to change output directory? #22986
-
When I ran a Moose parallel computation on a HPC cluster, I found that the computation speed was not as fast as I thought. I think I should change the output directory because the program was trying to write input_out.e to a virtual node which was restricted by internet speed. But I cannot find any useful tips for me to change the output directory where I can place the input_out.e file. Can anyone give me some suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
In the output block, you can specify the location where you want to save something using |
Beta Was this translation helpful? Give feedback.
-
Thank you very much! |
Beta Was this translation helpful? Give feedback.
In the output block, you can specify the location where you want to save something using
file_base
. For examplefile_base = /home/location_where_i_want_my_file/name_i_want_to_give_my_file