IBM Power, including the AIX, IBM i, and Linux operating systems, support a wide range of programming languages, catering to both traditional enterprise applications and modern development needs.
#Power
Originally posted by: ChristineLi
When compiling with compiler invocations conforming to earlier Fortran standards, you can specify -qxlf2008=checkpresence to check the dummy argument presence according to the Fortran 2008 standard . The default for the f2008, xlf2008, and xlf2008_r commands is checkpresence, and if you decide that dummy argument presence should be checked according to previous Fortran standards, specify -qxlf2008=nocheckpresence.
The difference is as follows. According to Fortran 2008 standard, a dummy argument or an entity that is host associated with a dummy argument is absent under one of these conditions:
However, there are also exceptions according to Fortran 2008 standard. Dummy argument is regarded as present when it is optional under the following conditions:
For more information, see -qxlf2008 and Restrictions on optional dummy arguments not present.
Copy