Thanks for your helps. I think I should be able to modify it to align the !$ and add space afterwards.
Thanks for your quick response. I guess my confusion arises from the fact that the indentation is done after the !$ sentinel but before the !$omp. So my code turns into something like: !$omp parallel shared(num_threads) !$ num_thread = omp_get_num_threads() !$omp end parallel Is there any way to make this consistent (to have indentation before both)?
Improper indentation of OpenMP conditional compilation specification lines
Thank you very much! Seems to be working without any problem.
Type names starting with "is"
With a quick check, this problem seems to be solved. Many thanks for your quick response and fix!
Apparently, the attachment has not been uploaded properly! Here’s the file.
inpropper indentation in module procedure (v3.1.3)