We have a executable file that compiles independent pieces of code (in this case fortran) :
g77 -O2 code1.f
g77 -O2 code2.f
...
g77 -O2 codeN.f
Does someone know how to execute this file using all possible cores in a Macpro ? I mean, splitting and executing this file in 8 would be a nice speed up.
Thxs!
g77 -O2 code1.f
g77 -O2 code2.f
...
g77 -O2 codeN.f
Does someone know how to execute this file using all possible cores in a Macpro ? I mean, splitting and executing this file in 8 would be a nice speed up.
Thxs!