Hello everyone,my code written by Fortran95 with OpenMP,When compile with openmp,occured runtime error
OMP: Error #133: Inconsistent THREADPRIVATE common block declarations are non-conforming and are unsupported. Either all threadprivate common blocks must be declared identically, or the largest instance of each threadprivate common block must be referenced first during the run.
But in debug mode,it works well.How do I fix it?
thank you