Hello,
I tried to parallelize the Fortran codes using OpenMP. When I put all the subroutines in one single source file and created a static library, then I came into problem to run my model with this static library. But when I separate the subroutines that do the parallelization, and compile the rest of them as a static library. Using this library and those parallelization subroutines to created a new project, then I am able to run my model. That sounds weird but dose any one have the same issue?
Many thanks