Skip to content
Discussion options

You must be logged in to vote

how to set directory

You are doing things correctly! (and don't worry -- I have a good guess as to why you're having issues below)

For others that end up in this thread here are the docs. And examples:

# OPTION 1
status = relax_workflow.run_cloud(
    directory = structure.formula_reduced+"_relax",
    ...
)

# OPTION 2
status = relax_workflow.run_cloud(
    directory = Path(structure.formula_reduced+"_relax")
    ...
)

The "hidden" issue that you're seeing

But because you're still seeing other jobs run that don't have directory set, I'm guessing these are OLD jobs you submitted. So did you submit a bunch of workflows before submitting the ones that had directory set? Or are you sharing a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jacksund
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants