in reply to Re: Parallelization of heterogenous (runs itself Fortran executables) code
in thread Parallelization of heterogenous (runs itself Fortran executables) code
... should work for the OP.find /starting/dir -type f -print0 | xargs -P 4 -0 /.../perlscriptcall +ingfortran.pl
|
|---|