Skip to content

Commit

Permalink
woops, typo fix take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bch0w committed Aug 24, 2023
1 parent 86d145f commit f4263b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seisflows/system/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Cluster(Workstation):
# Setting them outside init allows them to be inherited by all child classes
# implicitely. Should not be edited unless using custom submit/run scripts
submit_workflow = os.path.join(ROOT_DIR, "system", "runscripts", "submit")
run_function = os.path.join(ROOT_DIR, "system", "runscripts", "run")
run_functions = os.path.join(ROOT_DIR, "system", "runscripts", "run")

def __init__(self, title=None, mpiexec="", ntask_max=None, walltime=10,
tasktime=1, environs="", **kwargs):
Expand Down

0 comments on commit f4263b0

Please sign in to comment.