Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

PURE Functions and Procedures

mohanmuthu
New Contributor I
576 Views

Is there any recommendation/document describing the PURE functions and procedures? To be precise, I am looking for the set of instrinsic functions that can be the part of; and must not be the part of PURE functions. Thanks!

Mohan

0 Kudos
3 Replies
TimP
Honored Contributor III
576 Views
I get plenty of answers, e.g. with search string "Fortran pure intrinsics" Most search engines will even correct spelling.
0 Kudos
Steven_L_Intel1
Employee
576 Views
The Intel Fortran documentation for the PURE keyword gives the rules, as does the Fortran standard.
0 Kudos
Robert_van_Amerongen
New Contributor III
576 Views
You can also use the book by Metcalf c.s. : "Modern Fortran explained" , esp. section 6.10 Robert
0 Kudos
Reply