Recovering prev_outdir from within a flow #2364
Replies: 2 comments 7 replies
-
Hi @nerdwarrior. Thanks for your question. Could you clarify your question a bit more? If I understand correctly, you want to run |
Beta Was this translation helpful? Give feedback.
-
Just clarifying a few things here: First thing: The former approach has the advantage that it does not need to copy files around, this is useful for a small job that needs huge amounts of data (pp.x ...). Unfortunately, the drawback is that this approach is often not compatible with running things concurrently. This is due to the fact that multiple calculations will then write at the same time in the same In the case of the Second thing: Are you sure that |
Beta Was this translation helpful? Give feedback.
-
I'm looking at @tomdemeyere's
grid_phonon_flow()
implementation. I'm hoping to run a job in parallel with theph.x
that uses the relaxation"dir_name"
as itsprev_outdir
. From what I can see, there's no easy way to reference this"dir_name"
from outside the flow, but I am no programmer---could someone kindly confirm whether this is the case? If so, I may have to write my own flow.Beta Was this translation helpful? Give feedback.
All reactions