-ftree-parallelize-loops=NPROC

From Hepplestone Research Group
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

-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)