not able to compile abaqus user subroutine
hello allI am trying to compile one subroutine having a simple constitutive model (solid mechanics). Every time i submit the job in abaqus, it gets aborted. It gives the error #5149 in log...
View ArticleExtended Fixed Form Coloring in VS Studio 2015
Hello!I am using Visual Studio 2015 and Visual Fortran Compiler 17. My fortran files have .for extension and extended fixed form format (i.e. 132 characters width).Everything seems to be working fine...
View ArticleHow to determine which core a program runs on?
I have a single threaded program which I would like to run multiple times, and ideally I would like it to start up on any free core - though I realize that may not be possible. I know how to bind the...
View ArticleHelp with pointer to array of pointers
Hello.I'm implementing a user subroutine for MSC Marc and I need to create a pointer to an array of pointer. I need to populate this array with data read from an external text file. This external text...
View Articlex64 Debug fails while Win32 works fine
I am using Visual Studio 2010 with Intel Fortran Composer XE 2013 Update 1.I am developing a scientific program and I can compile it in Debug Win32 mode. Once I try to do the same in x64 (Configuration...
View ArticleProgram Exception - array bounds exceeded
Hello,I have a problem while running a fixed format Fortran program.I use IMSL to calculate a integral equation: F(T)=exp(-Ea/T) dT, where Ea is a 5*3 matrix of random number.Somehow the integral...
View ArticleApplication crash in libifcoremd.dll 13.1 on Windows Server 2008 R2, SP1
Hi,I am investigating a strange problem with just one of our customers on a Windows Server 2008 R2, SP1 machine.This is an excerpt of the code: CHARACTER*80 ICBUFF INTEGER MMBUFF PARAMETER (MMBUFF =...
View ArticleFortran 2016 floating license
I'm trying to upgrade to Fortran 2016, but fail with the message that I have a "license file provided is invalid" error. The license server daemon read the new license file without logging an error,...
View ArticleSetting up Intel Fortran with VS Community 2015
I am about to re-install VS Community and am hoping someone can tell me which modules I need to install in order to provide the visual environment for running Intel Fortran Composer Edition 2016,...
View ArticleIncorrect indentation
I noticed the following indentation: size: if ( nvals <= max_size ) then in: do i = 1, 10 ! get values end do in else size end if size The "end do" part is not placed...
View Articlefunction GETPROCADDRESS not found
I'm just trying to call an external function via dll.There is an error on compiling the source code by calling the function. It seems that the function GetProcAddress ist not found.error #6284: There...
View Articleerror #10037 could not find 'link'
Greeting's I use the fresh version "Intel® Parallel Studio XE 2017"I get this error :" error #10037 could not find 'link'" when trying to compile f90 sources.After research, I can not find a solution....
View ArticleNeed to embed compiler librariries to work
Greeting's I create a dll using f90 source code as well as an "Intel® Parallel Studio XE 2017" compiler,my executable works very well on my machine because I have the compiler,but I Launch on another...
View ArticleSyntax errors
I'm new in Fortran and Visual Studio. I need to compile and run one code from the reference manual of one commercial software.When I directly open (from windows explorer) "bintst.F" then Visual Studio...
View ArticleFortran IDE for MS Windows 10?
We're contemplating upgrading from Windows 7 to Windows 10. Our old friend Visual Studio 2005 may not make the journey with...
View ArticlePassing by reference from Fortran to C and back
Dear all,I read may post in this forum about using C DLLs in Fortran programs. I'm stuck in a problem of basic operations (the main problem here is that I'm a very beginner in such things ....) in...
View Articlemodule machine type 'X86' conflicts with target machine type 'x64'
Good evening, I'm trying to link Abaqus 6.14-2 with VS2012 and XE2015. Opening the Abaqus Command and typing the abq6142 verify -user_std form at the command prompt verifies that the Abaqus / Standar...
View Articleerror #5078 and #5082
hello sir I have problems in programming, after I run there is some error # 5078 (Unrecognized token ' ` ' skipped) and # 5082 (Syntax error, found IDENTIFIER 'USERCONSTITUTIVEINPUTS' when expecting...
View ArticleIntellisense-like features in Visual Studio - Function and parameter short...
Hello,I just discovered some of the features of the Intel Fortran Compiler in combination with Visual Studio (2015), like "Go To Definition" and "Find All References", who are really cool!For intrinsic...
View ArticleProblem with RenameFileQQ
I am using RenameFileQQ to rename a directory.I have noticed that the documentation only says it renames a file.I have used the code previously to rename a directory and it works.use...
View Article