Running jobs/fr: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 335: Line 335:
fi
fi


<div class="mw-translate-fuzzy">
# Resubmit if not all work has been done yet.
# Resubmit if not all work has been done yet.
# You must define the function end_is_not_reached().
# You must define the function work_should_continue().
if end_is_not_reached; then
if work_should_continue; then
     sbatch ${BASH_SOURCE[0]}
     sbatch ${BASH_SOURCE[0]}
fi
fi
</div>


# ---------------------------------------------------------------------
# ---------------------------------------------------------------------
rsnt_translations
53,109

edits

Navigation menu