-ftree-parallelize-loops=NPROC
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)