New Log In Total Points vs Status Points
In attempts to resolve a licensing issue (other thread on this forum), it came to my attention (today) that there is a new Log In page. Well.. ok... but then I received an email this morning...
View ArticleTransfering string sequence to integer array
I want to be able to transter a sequence of numbers in a string to an array.My question is what will be the most intuitive way to behave when the numberof elements in s are different from size of isq...
View Articlebuilding linux executables from windows/MS VS/ifort
I was wondering if there is an existing way, or if in the future, there would be cross compiler support to run MS VS and intel fortran on windows to build both windows executables and linux...
View ArticleCompilation error when using Class(*), Intent (out)
Have written a routine to convert a character to integer Integer :: j Write (*,*) '# Call str_to_num ("12", j)' Call str_to_num ("12", j) Write (*,*) "j: ", j I am using class(*) and getting error...
View ArticleProblem evaluating function result array under debug
The following code is compiled with debug (no optimisation), irk is a integer parameter equal to 8 in this case: function dca_axis_ang(theta,x) result(dca) implicit none real(irk) :: dca(3,3)...
View ArticleIntel(r) Visual Fortran run-time error when running ansys from matlab
I tried to interface Matlab and Ansys. Starting Ansys from Matlab again and again in a loop.It worked but after several loops it stop and a window with below error comes up.
View Articlestrange problem of DATA statement
When I assign initial values to variables using the DATA statement, such as ,integer(kind=4):: nss DATA nss /86400/then I print out the value of nss, the result is 86527. I don't konw why this...
View ArticleProject settings saved per user?
Hi,I am using Visual Studio 2013 update 4 and IVF package 2015.1.148I have noticed that some project settings are saved per user, not per project. If I create a new DLL project called "MyDLL", Visual...
View ArticlePuzzling compiler error msg
I get error #6008 when I compile this.How then should I initialize these arrays?except by copying arrays from some other locations that are not in the module.Actually I dont understand why DATA...
View ArticleLegacy Fortran Compiling Woes
I have legacy Fortran code ranging in date from the 60s to 90s that I need to be able to compile.The code works as it is written, even if it uses some old practices that are no longer standard. It was...
View ArticleMPI_BCAST fails with the error access violation only when the input is a string
Hi, all.I am puzzled on MPI_BCAST function. It works okay when I broadcast an integer, but fails when the input is a string. The test enviroment is VS2010+IVF 12 +MSMPI(v5).The error will beUnhandled...
View ArticlePassing allocatable array to a subroutine
I'm trying to pass an allocatable array, which is already allocated, to a subroutine. something like this:real(8), dimension(:,:), allocatable :: A allocate (A (6,6)) call subroutine mysub(A)...
View ArticlePermission to access file denied
My application deals with an unformatted direct access file. A condensed outline isOPEN (60, FILE = 'dynbmrts.ts', FORM = 'unformatted', ACCESS = 'direct', RECL = ...) Write data to file Read data from...
View ArticleFrom PowerStation 4.0 to Intel Fortran 12
Hello,At our laboratory we have some old Fortran code which has always been compiled by Power Station 4.0. Now, we want to migrate to Intel Fortran 12, but we are facing some problems. When we create a...
View ArticleRelation between thread and program stack space
Steve, Colleagues,What is the relationship between the Linker parameter "Stack Reserve Size" as set in Project Properties dropdown, and the value set with kmp_set_stacksize_s()?It is my understanding...
View ArticleUNFORMATTED, ACCESS = SEQUENTIAL
Hi guys,I've got following situation:- there is a code where I open and close a file with form='UNFORMATTED', access='SEQUENTIAL' - the file is open several times with position='APPEND'The settings of...
View ArticleA license for FCompW is not available now (-15,10,10061)
I am running an Intel Visual Fortran Compiler (version 10.1.013) with Aspen Plus. My company used to use a network license, but they recently switched to individual licenses and took the network...
View ArticleConstant File Parsing
Visual Studio seems to have started going crazy parsing my source files. Everytime I press any key, I see the message at the bottom of the dialog that says "Parse file <filename>". The constant...
View ArticleHow to get multi-colors ?
Of course we can get that with GRAPHICS routines, but what about regular text from Write or Printstatements? Is there a trick that will allow other colors besides the regular white on black stuff?I am...
View Articledpbtrf does not work for me on Windows x64 ?
the subroutine dpbtrf in the MKL, it works well on Windows X84, when i compile my project on windows X64, these no wrong report. I run the proiect, but when run at "call dpbtrf " location, it gives a...
View Article