Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

COMMON allocatable array

davidgraham
Beginner
909 Views
Error: This COMMON scalar or array is invalid in this context. [PGMS]
0 Kudos
1 Reply
Steven_L_Intel1
Employee
909 Views
Is there a question here?

One cannot put an allocatable array in a COMMON block. You could put one in a module.
0 Kudos
Reply