logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

condor_submit_makeflow - submit workflow to HTCondor batch system

Description

       condor_submit_makeflow  submits  Makeflow itself as a batch job, allowing HTCondor to monitor and control
       the job, so the user does not need to remain logged in while the workflow runs.   All  options  given  to
       condor_submit_makeflow are passed along to the underlying Makeflow.

Example

               condor_submit_makeflow example.mf

               Submitting example.mf as a background job to HTCondor...
               Submitting job(s).
               1 job(s) submitted to cluster 364.
               Makeflow Output : makeflow.364.output
               Makeflow Error  : makeflow.364.error
               Condor Log      : makeflow.364.condorlog

Exit Status

       On success, returns zero. On failure, returns non-zero.

Name

condor_submit_makeflow - submit workflow to HTCondor batch system

See Also

CooperativeComputingToolsDocumentationMakeflowUserManualmakeflow(1)makeflow_monitor(1)makeflow_analyze(1)makeflow_viz(1)makeflow_graph_log(1)starch(1)makeflow_ec2_setup(1)makeflow_ec2_cleanup(1)

CCTools 7.14.5 FINAL                                                                   condor_submit_makeflow(1)

Synopsis

       condor_submit_makeflow [options] <workflow>

See Also