Sun Studio 12 Update 1: Fortran User's Guide

3.4.103 –vpara

Show verbose parallelization messages.

As the compiler analyzes loops explicitly marked for parallelization with directives, it issues warning messages about certain data dependencies it detects; but the loop will still be parallelized.

Use with -xopenmp and OpenMP API directives.

Warnings are issued with the compiler detects the following situations:

No warnings appear if all parallelization directives are processed without issues.


Note –

Sun Studio compilers support the OpenMP API parallelization model. Consequently, legacy C$MIC parallelization directives are deprecated and ignored. See the OpenMP API User’s Guide for information on migrating to the OpenMP API.