↧
Qsort can not be used under linux X64 l_fc_p_10.1.015
http://www.intel.com/support/performancetools/fortran/linux/sb/cs-007815.htmWe use the Qsort subroutine of intel Portability Library in our codes. All things are okunder windows, butthe same codes can...
View ArticleMessage Error: error while loading shared libraries: libcxa.so.5
Hi everybody!I'm having a problem when I execute a program in fortran. The error message is this error while loading shared libraries: libcxa.so.5: cannot open shared object file: No such file or...
View Articleifort cannot NULLIFY a pointer of the derived data type function
Compiling with ifort and executing the following code demonstrates ifort has a bug when a function returns a pointer for a derived data type.PROGRAM BUG TYPE T INTEGER :: i END TYPE T TYPE( T ),...
View Article