Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Using flag files to monitor cluster jobs

by bwelch (Curate)
on Oct 26, 2005 at 20:45 UTC ( [id://503164]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $jobID = `bsub -q long -o $cl_log -J seqPipe "$jobCmd"`;
    print "Waiting for analysis work.\n";
    ...
    }
    
    print "\nFound completion flag.  Analysis jobs are done.\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://503164]
Approved by GrandFather
Front-paged by kwaping
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-19 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found