How to change the name and file path of the adios output file #358
-
Hi! Is there a way to change the name and file path of the adios file generated by Xcompact3d? If this is currently only configurable in the source code, could you please point me to the specific file and variable where this is set? Thanks, Ethan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Ethan, If you look in src/visu.f90 I think it should be the calls to decomp_2d_open/close_io - if you change "data" to a name of your choosing then I think this should do what you want. You may also need to do a similar change in the same file to the calls to decomp_2d_start_end_io, I'd need to double check the 2decomp source to be sure, but hopefully this will let you do what you want. |
Beta Was this translation helpful? Give feedback.
Hi Ethan,
If you look in src/visu.f90 I think it should be the calls to decomp_2d_open/close_io - if you change "data" to a name of your choosing then I think this should do what you want. You may also need to do a similar change in the same file to the calls to decomp_2d_start_end_io, I'd need to double check the 2decomp source to be sure, but hopefully this will let you do what you want.