Compiler deconstructing structure constructor
I used the numbers spat out by the compiler for my weekly lotto pick, but I didn't win anything. Oh well.MODULE m20150828 IMPLICIT NONE TYPE :: ParentType CHARACTER(:), ALLOCATABLE :: string END TYPE...
View ArticleDo-loop question: Can an index ever be
This is a question I've wondered for a long time:Can the beginning index for a Do-loop ever be <1 (e.g., 0)?In recent practice, I discovered that using 0 as a starting value causes a crash, e.g., :!...
View Articlequestion about building LIB's
If A.LIB calls routines in B.LIB, can A.LIB be built before B.LIB has been built?The reason I'm asking this is for times when I'm not sure if A.LIB is actually calling any routines in B.LIB. If B.LIB...
View Articleprogrammatically launch a program when location is unknown
I need my program to launch an app, as though from a command line. The problem is that I don't know the path to the app. I have tried various forms of SYSTEM, RUNQQ, FINDFILEQ, and FULLPATHQQ to no...
View ArticleIntel Parallel Studio XE 2016 has been released!
Intel Parallel Studio XE 2016, including Intel Visual Fortran Compiler 16.0, is now available. If your support license is current you can download and install this at no additional charge from the...
View ArticleIntel Parallel Studio XE 2016 is now available!
Intel Parallel Studio XE 2016, including Intel Fortran Compiler 16.0, is now available. If your support license is current you can download and install this at no additional charge from the Intel...
View ArticleSystem Requirement = Windows XP
This may sound dumb, but I find Intel's web pages a little awkward to navigate, so I can't find the information that I want.I messed up my old computer so badly that the only way I could think of to...
View Articleneed help calling C from Fortran
I am trying to use a numerical library called UMFPACK. 20 years ago it was all fortran, but today it's in C. The attached fortran file is a supplied sample Main program to demonstrate calling umfpack...
View ArticleOpenMP task consuming cpu after completion
HelloI've been developing a GUI from scratch using Fortran together with some C libraries (mainly OpenGL to draw the widgets). I know that there are many better alternatives for GUI generation and that...
View ArticleDifficulty with integrating Intel Fortran Compiler and MS Visual Studio...
Hi,I am trying to do a Fortran code for my project and it requires Intel Fortran Compiler and Microsoft Visual Studio. I currently have the Intel Parallel Studio 2015 and Microsoft Visual Studio...
View ArticleFortran Error
Dear friends, I have written a code in fortran for a special application in a commercial software (Abaqus) and I have received an error which is presented below:°error 773 - Variable DEFGRADOLD follows...
View ArticleAcademic Research Performance Libraries from Intel (Linux*)--Intel® Math...
Hello Sir,,I have downloaded and installed Academic Research Performance Libraries from Intel (Linux*)--Intel® Math Kernel Library for Linux*--version 11.2 to my computer but i am not able to find...
View ArticleFortran Error
Dear friends, I have written a code in fortran for a special application in a commercial software (Abaqus) and I have received an error which is presented below:°error 773 - Variable DEFGRADOLD follows...
View Articlemodifying Main Program Code in CVS 2008
Hi,I would like to modify the Intel Visual Fortran "Main Program Code" in the console template for Intel Composer XE 2013 under VS 2008 and Windows 7. Is there a way to do this? Can I also set...
View ArticleAssignment procedure called in UDTIO for no apparent reason
In the code (that I try to attach, since it's about 200 lines), I am reading data from a file and experienced mysterious crashes.In my reduced example, a line of data is like this :20010101, 2.3456,...
View ArticleGetting the /version number
In the Linker>General part of a project's properties it is possible to set a version number using the /version option. Is it also possible to get this data programatically? How?Thanks.
View ArticleError code 23 (returned by OpenValidateX) opening pdb Debug\vc140.pdb
I have just done a clean install of Visual Studio Community 2015 and Intel Parallel Studio XE Pro 2016 using default settings for both of them on a new computer running Windows 10 Pro 64bit. I'm...
View ArticleNew error in v16 for uddtio
I have just installed v16 and code which compiled fine with all the previous v16 betas, v15 and v14 now no longer compiles. I get the following error message on lines of code that use UDDTIO, e.g....
View Articlelibifcore.so.5: undefined symbol: _intel_fast_memmove
Hello,I routinely use f2py to compile fortran code into python modules. Recently, I have run across a baffling problem. I compiled a module using the following command line:f2py --compiler=intelem...
View ArticleErrors Linking Static IMSL Library under Visual Studio 2015
Fortran applications that use the Rogue Wave* IMSL* Fortran Numerical Library, specify linking to the static library form of IMSL, and build under Microsoft Visual Studio 2015* (or from a command...
View Article