Hi all,
Is there any guidance about...
• How to run kedro in HPC? Should we use HOOK?
h
Hall
11/23/2024, 10:42 PM
Someone will reply to you shortly. In the meantime, this might help:
n
Nok Lam Chan
11/25/2024, 7:03 AM
I am not familiar with HPC, what's different from running any other Python program?
Hooks are used for extending Kedro, i.e. logging, integrate with in-house system, profiling, setting up Spark connection etc, which are not part of the execution logic.
s
Shu-Chun Wu
12/04/2024, 2:21 PM
@Nok Lam Chan HPC is high performance computing. So we would like to use GPU in cluster. Can I defined what node I would like to run in Bash script, then submit to GPU and running the selected nodes?
n
Nok Lam Chan
12/04/2024, 3:13 PM
Ya that's definitely doable, you just need to slice the pipeline with the cli arguments to specify pipeline or nodes.
You can also group these nodes with tags