in reply to
Parallelization of heterogenous (runs itself Fortran executables) code
If you could write your control program in terms of a Makefile, you could use GNU make's
-j $count
option to handle parallelization.
Comment on
Re: Parallelization of heterogenous (runs itself Fortran executables) code
Download
Code
In Section
Seekers of Perl Wisdom