Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Parallelization of heterogenous (runs itself Fortran executables) code

by blazar (Canon)
on Nov 21, 2007 at 15:58 UTC ( [id://652156]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Getopt::Std;
    
  2. or download this
    use strict;
    use warnings;
    
  3. or download this
    use List::Util 'shuffle';
    
  4. or download this
    getopts('r:n:v', \%opt) or usage();
    
  5. or download this
    sub usage {
      print STDERR "Usage: $0 [-n N] [-r] [-v] command arg1 arg2...
    ...
        -v: verbose mode
    ";
      exit 1;
    
  6. or download this
    sub USAGE () {
        my $name=basename $0;  # File::Basename's
    ...
    [actual usage here]
    .EOT
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://652156]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-24 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found