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

sorting, random numbers and Edition 6.6

Anonymous42
Beginner
405 Views
I have "Compaq Visual Fortran Standard Edition6.6".
I wantto use random number generator inCXML. How can I get it? I get the following error message:
Cannot open include file 'CXML_INCLUDE.F90'
I'm also searching for some fast algorithm to sortmatrix of higher dimension by aspecified column.Does Intel Fortran contain any build-in routine capable of this? I will veryappreciate any advice or links.
Only for these two reasons, wouldyou recommend metoupdate to Intel Fortran?
Thank you for your help,
Milan
0 Kudos
3 Replies
Steven_L_Intel1
Employee
405 Views
I think CXML is an optional feature when you install. You can just copy the CXML folder off of the CD into the "DF98" folder on your hard disk. Be sure to add the CXML/INCLUDE and CXML/LIB folders to your include and library directory lists.
Intel Fortran doesn't include sort routines, other than the general QSORT which you can extend with a user comparison routine.
0 Kudos
Anonymous42
Beginner
405 Views

It works now, I just had to add it to the directory lists. Thank you very much.

0 Kudos
Jugoslav_Dujic
Valued Contributor II
405 Views
Re sorting, Google for ORDERPACK.
Jugoslav
0 Kudos
Reply