Invitation to all readers: please comment on why you still use Fortran
Hello Everyone,Would you be kind enough to comment as to why you still use Fortran in present day and age? I'll be especially interested in reading responses from those of you who a) program on...
View ArticleDynamic Array Memory Problem
I have defined a Type Called A_Type which has dynamic array inside, then I construct a dynamic array of A_Type,When I test the memory I could use ,I find the available memory decreases after I...
View ArticleHow can I activate Fortran 11.1 and integrate with Visual Studio 2008
Hi there,I just bought the license yesterday. I have installed Fortran before and used a 30-day trial license. I want to activate it with the license purchased yesterday. What should I do?I cannot find...
View Article/Qx cause LNK2005 libcmt.lib clash with libmmt.lib
Hello all,When I turn intel-processor specific optimization in release builds I get the following linker errors :LIBCMT.lib(pow.obj) : error LNK2005: _pow already defined in...
View ArticleCall to Excel fails when Excel already open
I have the following code to invoke Excel, where filename is the name of the form name.csv.However, it won't work if Excel is already open. Is ther any way to get around this?If Excel is already open,...
View ArticleCPU_TIME and Others: I need solution for F90 and F03.
Unfortunately, I can not run the following construct under Fortran 90-2003. Have anybody any idea how to move the problem? I see the following message: Warning: The [...] intrinsic function was not...
View ArticleFortran 11.1 installation problem
I have installed the Intel Visual Fortran for IA-64 on my computer. But getting the following error when I run ifortvars.bat: “D:\Program files\Microsoft Visual Studio 11.0\VC\SetEnv” is not...
View ArticleMixedLanguage Sample cannot be build in vs2010
Hi,I try to build the mixed language sample from c:\Program Files (x86)\Intel\Composer XE 2013\Samples\en_US\Fortran\ and ran throw the steps in the README.TXT file but when trying to - Open the...
View ArticleVisual Studio 2012 for WinXP
No matter how I try I cannot find this sticky, using Intel forum search or Google. Please help. Google tells me it is there but does not want to navigate to it."Using Visual Studio 2012 to link...
View ArticleQuestion on setting stack size KMP_SET_STACKSIZE_S
Hi All,I would like to set the stack size at runtime for my parallel project. The stack size (e.g., 100000000) was previously set through property/linker/system/stack reserve size and stack commit...
View ArticleCatastrophic compiler error
The following code gives a catastrophic compiler error: CHARACTER(*) FUNCTION fmt(rr) IMPLICIT NONE REAL*8 :: rr CHARACTER(LEN=LEN(fmt)) :: cc WRITE(cc,'(4g13.5)') rr...
View ArticleOPEN in MODULE: is it possible?
Can you give me a hint on how to open a file in the MODULE in order to share a content of the file as the constants through the USE?
View ArticleInternal Compiler Error with with Intel(R) Visual Fortran Compiler XE...
Steve,The following code generates an internal compiler error (ICE). I am able to work around by wrapping the offending code (i.e., per compiler complaint) in a separate function. As you have...
View ArticleDependancy Walker Error: Modules with different CPU types were found -...
I built a 32-bit Fortran DLL using Intel Parallel Studio XE 2013 with VS2010. I did not go into the detailed settings for the project, just selected the defaults for a Release configuration for Win32...
View ArticleCoarray and SYNC MEMORY statement
Beyond the "Coarrays in the next Fortran Standard" document by Reid et al, is there a thorough treatment of the subject/documentation available anywhere? I am trying to graps some of the subtle(r)...
View Articleparallelizing array assignments
Hi,If I have a DO loop where the values of array B are assigned to array A in the form:DO N=N1,N2 A(:,N)=B(:,N)ENDDOWill parallelizing it in OpenMP like below work, or do i need to explicitly loop...
View ArticleCoarray bug?
Maybe this is just my ignorance showing up here, but neither the FLUSH nor the SYNC ALL statements seems to work here. Am I missing something obvious? PROGRAM IS_THIS_A_COARRAY_BUG USE IFPORT IMPLICIT...
View ArticleLimit on Record Length /Matrix Size?
Are there any inherent size limit for record length or matrix size/number of entries? I am generating a large 1-D complex*16 array which contains all non-zero items for a large linear equation matrix....
View Articlex64 debug build failure with "fit_lookup: Line_seq_number 0000000000000000...
I have been struggling with this strange error when building debug version of the our solver using Fortran Compiler XE 13.1.1.171. This issue has already been reported to Intel support,but I have not...
View ArticleStrange OpenMP behavior with OMP_SET_NUM_THREADS
I have a large program which I am trying to speed up with OpenMP constructs. When I do not specify the number of threads using the OMP_SET_NUM_THREADS library routine, 5 threads are created (according...
View Article