Skip to content
Snippets Groups Projects
Unverified Commit 040621fb authored by Lars Bilke's avatar Lars Bilke
Browse files

[workflow] Added notes on arehs commit and repo.

parent 635d8d01
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,6 @@ ogs_commit: cdb32989b54b47f059c697cc12fef62338c9702c
guix_channel_ogs_commit: f13a74511a5d9cf245940b71226c2f4e5ec81ab7
guix_channel_commit: 522732d5c15e44fc9e061f36a41f7129edfee66f
guix_tune_option: --tune=skylake-avx512
[arehs]
repo: https://gitlab.opengeosys.org/bilke/dgr.git
commit: 903dcadb85dd586dd6ee7f7dad22cc6201fd4a5d
\ No newline at end of file
......@@ -38,7 +38,7 @@ def run_arehs(container_file, hpc_envs, graph_nodes=None): # build_envs, hpc_env
RunWorkflowWorkChain,
container_file=container_file,
computer_name=Str(hpc_env),
input_repo="https://gitlab.opengeosys.org/bilke/dgr.git",
input_repo=config.get('arehs', 'repo'),
workflow_command=f"snakemake --cores {tasks} --profile profiles/developer " +
"results/plot/3D/Salz-Kissen_prism-id_1-xres_400/glacialcycle/simTH/parts_8/{{temporal,spatial}}/report.pdf \
results/plot/2D/{{Ton-Nord,Ton-Sued}}_prism-id_{{1,2}}-xres_200/glacialcycle/simTHM/parts_8/{{temporal,spatial}}/report.pdf \
......
......@@ -60,6 +60,7 @@ class RunWorkflowWorkChain(WorkChain):
# )
# print(f"clone: {node}")
# self.out("clone_folder", RemoteData(remote_path=f"{node.outputs.remote_folder.get_remote_path()}/dgr", computer=computer))
# TODO: git checkout {config.get('arehs', 'commit')}
self.ctx.clone_folder = RemoteData(remote_path=f"{computer.get_workdir()}/../dgr", computer=computer)
# print(self.ctx.clone_folder)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment