Linking Abaqus 6.14-5 with Intel Parallel XE 2013 with VS 2010
I have been having trouble linking Abaqus with the compiler. I used the following tutorial to link the softwares: https://www.youtube.com/watch?v=ImWUFZAKlr4.I'm using Abaqus 6.14-5 with Intel...
View ArticleOpenMP-Stack overflow
Hi, I'm trying to compare the cpu time when using the !$ open mp in nested loops compared to the one without it. I'm using MVS2012 with intel composer xe. Problem is when i disable the process openmp...
View ArticleEfficient conversion / interpretation
I need to interpret a 2-element integer(4) array as an integer(8) scaler. Currently I'm using! One of the next two is a dummy argument integer(4) :: pos(2) integer(8) :: cpos cpos = transfer(pos,cpos)...
View ArticleVS2015 How to Prevent Linking
In VS2015, how do I configure my project to prevent linking (i.e. only create object files)? I have tried using the /c option but VS2015 is still is giving linking errors:fatal error LNK1120: 1...
View Articleshould this give a compile error?
module santa implicit none interface module subroutine rudolph(nose) end subroutine rudolph end interface end module santaThis compiles just fine by default options. If you set for warnings about...
View ArticleHow to pass c array to fortran dll
First I create Fortran subroutine below:module showarr use, intrinsic :: iso_c_binding implicit none private public calltest contains subroutine calltest(a,b) bind(C,name = "calltest" ) implicit none...
View ArticleHow to call a fortran in vc++ and callback c function
Hi! I create a fortran dll that it can pass an array to sum its elements and call a c function below:module callctest use, intrinsic :: iso_c_binding implicit none private public callcfun contains...
View ArticleAccess violation-ntdll.dll and kernel32.dll not found
Hi,I am running a QuickWin application with Developer Studio 2010 and Intel Fortran Compiler 15.04.221 64-bit.Compilation and linking go with no errors. Program starts to run, prints a few lines but...
View ArticleProblem with subroutine compilation
I'm getting an error when compiling my project, just when a subroutine is analyzed. The message says: "compilation aborted for C:\Users\[...]\MONTE_CARLO_IMPORTANCE_SIMULATION.F90 (code 1).I'm trying...
View ArticleQ about debugger usage
I want to monitor one particular location in an array to see where in the code it is being "clobbered." I tried many various IF statements, but so far nothing has isolated the problem. wasn't there...
View ArticleWACK Supported API test for Windows Store failed
I have a C++ Universal Windows Platform (UWP) app project that includes some static libraries built with Intel Fortran. When I run the Windows App Certification Kit (WACK) it fails the Supported API...
View ArticleFortran Open error iostat=30 gerror returns "broken pipe"
Hi,on some occasions, the OPEN statements returns with IOSTAT=30 and GERROR() returns the string "broken pipe". OPEN(UNIT=IUNIT,FILE=ICFILE,ACTION='READWRITE',ACCESS='SEQUENTIAL' *...
View ArticleDebugger Does not Stop at Breakpoint
Hello developers,I'm using visual studio 2015 and Intel Parallel Studio XE 2016 Update 3 Cluster Edition. My project includes two linked projects; an exe and a dll. The startup project is the dll. The...
View ArticleDetermine if a file is open in another application
My program accesses a text data file that the user may have open in a text editor. The program needs to know (1) if the user has updated the file since my program last read it, e.g. by the user SAVING...
View Article17.0 update 1 coarrays on Windows 10 x64
I cannot successfully run any coarray program using the Intel 64 target compiler on 17.0 update one with VS2015. Even the simplest program (just an END statement) results in an indefinite deadlock in...
View ArticleIntel Fortran with Eclipse
I read an old post asking about this. It seems to never have been answered, with the discussion going off on mixed language programming.Q: How do you set up Eclipse/Photran so that it works with Intel...
View Articlefaulty compiler error #6526
This is a simplied version of something I submitted earlier.program Console11 integer i1,i2,i3,i4,j do 10 i1=1,10 do 10 i2=1,10 if(i2==i1)go to 10 do 20 i3=1,10...
View ArticleIVF doc error? TYPE
Index:TYPE | TYPE Statement (Derived Type)In the following example, a and b are both variable arrays of derived type pair: TYPE (pair) INTEGER i, j END TYPE TYPE (pair), DIMENSION (2, 2) :: a, b(3)Is...
View ArticleHow do I get an intelligent answer ?
I understand why you moved my question over to another forum,but I cannot get any useful help there -Is there a way I can pay for a special chat ? By phone or otherwise -I dont mind looking at the...
View ArticleInstallation Problem
I Installed Intel Fortran (Composer Edition For Visual Fortran without Visual Studio). It tells me it installed correctly but it didn't. When I look for it in the start menu there are only links to...
View Article