Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

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

by jbert (Priest)
on Nov 20, 2007 at 12:04 UTC ( [id://651907]=note: print w/replies, xml ) Need Help??


in reply to Parallelization of heterogenous (runs itself Fortran executables) code

Given your CPU-intensive processes are already outside your perl process, you don't need threads to make this work.

Just start the fortran child processes all at once and wait for the child processes to exit. You can do this yourself, but a module like Parallel::ForkManager or IPC::Run is probably going to be of some help here.

  • Comment on Re: Parallelization of heterogenous (runs itself Fortran executables) code

Log In?
Username:
Password:

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

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

    No recent polls found