We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d197943 commit c507ddaCopy full SHA for c507dda
nemo_run/core/execution/templates/ft_launcher_dgxc.j2
@@ -55,6 +55,8 @@ if [ -n "$FAULT_TOL_JOB_RESULTS_FILE" ]; then
55
# We update the specific entry for this host from X to S or F
56
# Note: 'sed -i' on a shared PVC can be risky with concurrency.
57
# Appending a new status line is safer in K8s.
58
+ mkdir -p "$(dirname "$FAULT_TOL_JOB_RESULTS_FILE")"
59
+
60
echo "$(hostname) $(date +%s) $RESULT_STATUS" >> "$FAULT_TOL_JOB_RESULTS_FILE"
61
fi
62
0 commit comments