-ftree-parallelize-loops=NPROC
Revision as of 10:32, 24 November 2023 by Shepplestone (talk | contribs) (Created page with "-ftree-parallelize-loops=~NPROC This is a precompilation flag for fortran that tells the compiler to make your loops parrallelize over this many processors locally. NOTE unl...")
-ftree-parallelize-loops=~NPROC
This is a precompilation flag for fortran that tells the compiler to make your loops parrallelize over this many processors locally.
NOTE unless you are using the concurrent command, this can result potentially in some do loops breaking. (SPH - testing pending)