Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 801 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 801 Bytes

HPC::Runner::Command::draw_deps

Call the hpcrunner.pl draw_deps command

Attributes

Subroutines

schedule_jobs

Use Algorithm::Dependency to schedule the jobs

We are overriding this method to produce our dependency trees

NAME

HPC::Runner::Command::draw_deps - Draw out the dependency trees of HPC::Runner::Command files

SYNOPSIS

use HPC::Runner::Command::draw_deps;

hpcrunner.pl draw_deps --infile job_file.in

DESCRIPTION

HPC::Runner::Command::draw_deps - Draw out the dependency trees of HPC::Runner::Command files using GraphViz2.

AUTHOR

Jillian Rowe [email protected]

COPYRIGHT

Copyright 2017- Jillian Rowe

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO