Hi,
running the attached OpenMP code with ifort 18.0.3 results in a segmentation fault:
$ ifort -fopenmp gtemplate.f90 -o gtemplate && ./gtemplate forrtl: severe (174): SIGSEGV, segmentation fault occurred forrtl: severe (174): SIGSEGV, segmentation fault occurred
Does anyone confirm the crash? And what could be the issue? Something illegal with the private-per-thread structure? Thanks,
Sebastien